Searched refs:self (Results 76 - 100 of 461) sorted by relevance

1234567891011>>

/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Bin/
H A Dwhatexec.d55 self->file = cleanpath((*(struct vnode **)arg0)->v_path);
56 self->ok = 1;
60 /self->ok/
64 self->hdr = stringof(this->buf);
68 /self->ok/
70 printf("%-16s %-38s %2s %S\n", execname, self->file,
71 arg1 == NULL ? "N" : "Y", self->hdr);
72 self->hdr = 0;
77 self->file = 0;
78 self
[all...]
H A Dphp_flowtime.d54 self int depth;
56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
74 this->delta = (timestamp - self->last) / 1000;
76 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
78 self->depth++;
79 self->last = timestamp;
85 this->delta = (timestamp - self->last) / 1000;
86 self
[all...]
H A Dpl_flowtime.d54 self int depth;
55 self int last;
65 /self->last == 0/
67 self->last = timestamp;
72 this->delta = (timestamp - self->last) / 1000;
74 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
76 self->depth++;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self
[all...]
H A Dpy_flowtime.d54 self int depth;
56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
75 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
77 self->depth++;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
84 self
[all...]
H A Drwbytype.d70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
71 self->size = args[1]->uio_resid;
72 self->uiop = args[1];
76 /self->uiop/
78 this->resid = self->uiop->uio_resid;
79 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
80 self->type = 0;
81 self->size = 0;
82 self
[all...]
H A Djs_calldist.d48 self->depth++;
49 self->exclude[self->depth] = 0;
50 self->function[self->depth] = timestamp;
54 /self->function[self->depth]/
56 this->elapsed_incl = timestamp - self->function[self->depth];
57 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Djs_cpudist.d48 self->depth++;
49 self->exclude[self->depth] = 0;
50 self->function[self->depth] = vtimestamp;
54 /self->function[self->depth]/
56 this->oncpu_incl = vtimestamp - self->function[self->depth];
57 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dkill.d50 self->target = arg0;
51 self->signal = arg1;
58 pid, execname, self->signal, self->target, (int)arg0);
61 self->target = 0;
62 self->signal = 0;
H A Djs_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
73 self->depth * 2, "", copyinstr(arg2));
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
H A Djs_flowtime.d51 self int depth;
61 /self->last == 0/
63 self->last = timestamp;
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
72 self->depth++;
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
79 self->depth -= self
[all...]
H A Dphp_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
71 this->delta = (timestamp - self->last) / 1000;
74 self->depth * 2, "", copyinstr(arg0));
75 self->depth++;
76 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self->depth -= self
[all...]
H A Dpl_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
H A Dpy_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
72 basename(copyinstr(arg0)), arg2, "func", self->depth * 2, "",
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
H A Drb_flowtime.d51 self int depth;
61 /self->last == 0/
63 self->last = timestamp;
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg2)), this->delta, self->depth * 2, "",
72 self->depth++;
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
79 self->depth -= self
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dwhatexec.d55 self->file = cleanpath((*(struct vnode **)arg0)->v_path);
56 self->ok = 1;
60 /self->ok/
64 self->hdr = stringof(this->buf);
68 /self->ok/
70 printf("%-16s %-38s %2s %S\n", execname, self->file,
71 arg1 == NULL ? "N" : "Y", self->hdr);
72 self->hdr = 0;
77 self->file = 0;
78 self
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_flowtime.d54 self int depth;
55 self int last;
65 /self->last == 0/
67 self->last = timestamp;
72 this->delta = (timestamp - self->last) / 1000;
74 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
76 self->depth++;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_flowtime.d54 self int depth;
56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
74 this->delta = (timestamp - self->last) / 1000;
76 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
78 self->depth++;
79 self->last = timestamp;
85 this->delta = (timestamp - self->last) / 1000;
86 self
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_flowtime.d54 self int depth;
56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
75 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
77 self->depth++;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
84 self
[all...]
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Proc/
H A Drwbytype.d70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
71 self->size = args[1]->uio_resid;
72 self->uiop = args[1];
76 /self->uiop/
78 this->resid = self->uiop->uio_resid;
79 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
80 self->type = 0;
81 self->size = 0;
82 self
[all...]
H A Dkill.d50 self->target = arg0;
51 self->signal = arg1;
58 pid, execname, self->signal, self->target, (int)arg0);
61 self->target = 0;
62 self->signal = 0;
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_calldist.d48 self->depth++;
49 self->exclude[self->depth] = 0;
50 self->function[self->depth] = timestamp;
54 /self->function[self->depth]/
56 this->elapsed_incl = timestamp - self->function[self->depth];
57 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Djs_cpudist.d48 self->depth++;
49 self->exclude[self->depth] = 0;
50 self->function[self->depth] = vtimestamp;
54 /self->function[self->depth]/
56 this->oncpu_incl = vtimestamp - self->function[self->depth];
57 this->oncpu_excl = this->oncpu_incl - self
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.NoSpecBuffer.d47 self->spec = speculation();
48 printf("Speculative buffer ID: %d\n", self->spec);
53 /(2 == i) && (0 == self->spec)/
55 printf("i: %d\tself->spec: %d", i, self->spec);
60 /(2 == i) && (0 != self->spec)/
62 printf("i: %d\tself->spec: %d", i, self->spec);
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py78 def __init__(self,ifname,wpas_dbus_interface,addr,
81 self.ifname = ifname
82 self.wpas_dbus_interface = wpas_dbus_interface
83 self.wps_method = wps_method
84 self.go_intent = go_intent
85 self.addr = addr
86 self.pin = pin
89 self.wpas_dbus_opath = \
90 "/" + self.wpas_dbus_interface.replace(".","/")
91 self
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py56 def init(self, outname):
58 self.out = open(outname, "w")
78 def __init__(self):
79 self.exclude = []
80 self.include = []
82 def compile(self):
83 self.re_exclude = [ re.compile(x) for x in self.exclude ]
84 self.re_include = [ re.compile(x) for x in self
[all...]

Completed in 171 milliseconds

1234567891011>>