summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Proc/newproc.d
blob: 6b6fad2af9270dc38b32dd0413d9ea391dc04980 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/sbin/dtrace -s
/*
 * newproc.d - snoop new processes as they are executed. DTrace OneLiner.
 *
 * This is a DTrace OneLiner from the DTraceToolkit.
 *
 * $Id: newproc.d 3 2007-08-01 10:50:08Z brendan $
 */

proc:::exec-success { trace(curpsinfo->pr_psargs); }
OpenPOWER on IntegriCloud