Searched refs:builtin (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_calldist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = timestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->elapsed = timestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_syscalls.d12 * TYPE Type of call (func/builtin/cmd/syscall)
50 sh$target:::builtin-entry,
62 sh$target:::builtin-entry
64 @calls[self->filename, "builtin", copyinstr(arg1)] = count();
H A Dsh_calltime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = timestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->elapsed = timestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
H A Dsh_cpudist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = vtimestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->oncpu = vtimestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_cputime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = vtimestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->oncpu = vtimestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
H A Dsh_calls.d3 * sh_calls.d - count Bourne calls (func/builtin/cmd/subsh) using DTrace.
15 * TYPE Type of call (func/builtin/cmd/subsh)
52 sh*:::builtin-entry
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
H A Dsh_flowinfo.d22 * TYPE Type of call (func/builtin/cmd/subsh)
23 * NAME Shell function, builtin or command name
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
92 sh*:::builtin-entry
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
102 sh*:::builtin-return
107 this->delta, basename(copyinstr(arg0)), "builtin",
H A Dsh_flowtime.d20 * NAME Shell function or builtin name
25 * > builtin
31 * > previous line to the end of this builtin
75 sh*:::builtin-return,
102 sh*:::builtin-return
H A Dsh_flow.d20 * NAME Shell function, builtin or command name
25 * > builtin
75 sh*:::builtin-entry
H A Dsh_syscolors.d19 * TYPE Type of call (func/builtin/cmd/line/shell)
20 * NAME Shell function, builtin or command name
66 sh$target:::builtin-entry,
96 sh$target:::builtin-entry
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
106 sh$target:::builtin-return
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
H A Dsh_stat.d95 sh*:::builtin-entry
H A Dsh_pidcolors.d26 * TYPE Type of call (func/builtin/cmd/line/shell)
27 * NAME Shell function, builtin or command name
74 sh$target:::builtin-entry,
106 sh$target:::builtin-entry
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
116 sh$target:::builtin-return
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_calldist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = timestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->elapsed = timestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_syscalls.d12 * TYPE Type of call (func/builtin/cmd/syscall)
50 sh$target:::builtin-entry,
62 sh$target:::builtin-entry
64 @calls[self->filename, "builtin", copyinstr(arg1)] = count();
H A Dsh_calltime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = timestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->elapsed = timestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
H A Dsh_cpudist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = vtimestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->oncpu = vtimestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_cputime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = vtimestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->oncpu = vtimestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
H A Dsh_calls.d3 * sh_calls.d - count Bourne calls (func/builtin/cmd/subsh) using DTrace.
15 * TYPE Type of call (func/builtin/cmd/subsh)
52 sh*:::builtin-entry
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
H A Dsh_flowinfo.d22 * TYPE Type of call (func/builtin/cmd/subsh)
23 * NAME Shell function, builtin or command name
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
92 sh*:::builtin-entry
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
102 sh*:::builtin-return
107 this->delta, basename(copyinstr(arg0)), "builtin",
H A Dsh_flowtime.d20 * NAME Shell function or builtin name
25 * > builtin
31 * > previous line to the end of this builtin
75 sh*:::builtin-return,
102 sh*:::builtin-return
H A Dsh_flow.d20 * NAME Shell function, builtin or command name
25 * > builtin
75 sh*:::builtin-entry
H A Dsh_syscolors.d19 * TYPE Type of call (func/builtin/cmd/line/shell)
20 * NAME Shell function, builtin or command name
66 sh$target:::builtin-entry,
96 sh$target:::builtin-entry
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
106 sh$target:::builtin-return
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
H A Dsh_stat.d95 sh*:::builtin-entry
/freebsd-10.0-release/contrib/binutils/bfd/
H A Di386linux.c127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
144 char builtin;
166 /* Number of builtin fixups. */
272 new_fixup (info, h, value, builtin)
276 int builtin;
288 f->builtin = builtin;
422 have already been caught and added as "builtin" fixups. If we find
501 /* See if there is a "builtin" fixu
143 char builtin; member in struct:fixup
[all...]
H A Dsparclinux.c127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
144 char builtin; member in struct:fixup
166 /* Number of builtin fixups. */
272 new_fixup (info, h, value, builtin)
276 int builtin;
288 f->builtin = builtin;
422 have already been caught and added as "builtin" fixups. If we find
500 /* See if there is a "builtin" fixu
[all...]

Completed in 87 milliseconds

12