Searched refs:arg0 (Results 26 - 50 of 386) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_cputime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = vtimestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, sel
[all...]
H A Dudpstat.d71 mib:::udp*InDatagrams { UDP_in += arg0; }
72 mib:::udp*OutDatagrams { UDP_out += arg0; }
73 mib:::udpInErrors { UDP_inErr += arg0; }
74 mib:::udpInCksumErrs { UDP_inErr += arg0; }
75 mib:::udpOutErrors { UDP_outErr += arg0; }
76 mib:::udpNoPorts { UDP_noPort += arg0; }
H A Dphp_funccalls.d47 /arg0/
49 @funcs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
H A Dcreatbyproc.d10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dphp_flow.d59 /arg0/
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
67 /arg0/
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
H A Dsh_calls.d49 @calls[basename(copyinstr(arg0)), "func", copyinstr(arg1)] = count();
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
59 @calls[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] = count();
65 @calls[basename(copyinstr(arg0)), "subsh", "-"] = count();
H A Dpl_malloc.d47 self->name = copyinstr(arg0);
59 @malloc_sub_size[self->file, self->name] = sum(arg0);
60 @malloc_sub_dist[self->file, self->name] = quantize(arg0);
66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
H A Dpy_malloc.d46 self->file = basename(copyinstr(arg0));
59 @malloc_func_size[self->file, self->name] = sum(arg0);
60 @malloc_func_dist[self->file, self->name] = quantize(arg0);
66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_calldist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = timestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, sel
[all...]
H A Dj_calltime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = timestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, sel
[all...]
H A Dj_cpudist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = vtimestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, sel
[all...]
H A Dj_cputime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = vtimestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, sel
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Net/
H A Dudpstat.d71 mib:::udp*InDatagrams { UDP_in += arg0; }
72 mib:::udp*OutDatagrams { UDP_out += arg0; }
73 mib:::udpInErrors { UDP_inErr += arg0; }
74 mib:::udpInCksumErrs { UDP_inErr += arg0; }
75 mib:::udpOutErrors { UDP_outErr += arg0; }
76 mib:::udpNoPorts { UDP_noPort += arg0; }
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_funccalls.d47 /arg0/
49 @funcs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
H A Dphp_flow.d59 /arg0/
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
67 /arg0/
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.return0.d31 * ASSERTION: simple fbt provider arg0 and probfunc print test.
42 printf("%s %x returned 0", probefunc, arg0);
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dinetcf.c68 char *arg0; local
136 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
140 if (arg0[strspn(arg0, "0123456789")] == 0) {
147 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
155 inet_chk(protocol, path, arg0, arg1);
164 static void inet_chk(protocol, path, arg0, arg1)
167 char *arg0;
174 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0)
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dcreatbyproc.d10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_calls.d49 @calls[basename(copyinstr(arg0)), "func", copyinstr(arg1)] = count();
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
59 @calls[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] = count();
65 @calls[basename(copyinstr(arg0)), "subsh", "-"] = count();
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_malloc.d47 self->name = copyinstr(arg0);
59 @malloc_sub_size[self->file, self->name] = sum(arg0);
60 @malloc_sub_dist[self->file, self->name] = quantize(arg0);
66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_malloc.d46 self->file = basename(copyinstr(arg0));
59 @malloc_func_size[self->file, self->name] = sum(arg0);
60 @malloc_func_dist[self->file, self->name] = quantize(arg0);
66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);

Completed in 40 milliseconds

1234567891011>>