HomeSort by: relevance | last modified time | path
    Searched refs:stringof (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/external/cddl/dtracetoolkit/dist/Bin/
putnexts.d 37 @[stringof(args[0]->q_qinfo->qi_minfo->mi_idname), stack(5)] = count();
priclass.d 65 @count[stringof(curlwpsinfo->pr_clname)]
j_classflow.d 74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
85 self->depth[arg0] * 2, "", stringof(this->class),
86 stringof(this->method));
98 self->depth[arg0] * 2, "", stringof(this->class),
99 stringof(this->method));
httpdstat.d 103 get += stringof(this->str) == "GET " ? 1 : 0;
104 post += stringof(this->str) == "POST" ? 1 : 0;
105 head += stringof(this->str) == "HEAD" ? 1 : 0;
106 trac += stringof(this->str) == "TRAC" ? 1 : 0;
j_calls.d 61 this->name = strjoin(strjoin(stringof(this->class), "."),
62 stringof(this->method));
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
93 this->name = strjoin(strjoin(stringof(this->class), "."),
94 stringof(this->method));
104 this->name = strjoin(strjoin(stringof(this->class), "."),
105 stringof(this->method));
j_flow.d 71 self->depth[arg0] * 2, "", stringof(this->class),
72 stringof(this->method));
85 self->depth[arg0] * 2, "", stringof(this->class),
86 stringof(this->method));
sigdist.d 54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
cputypes.d 58 stringof(curcpu->cpu_info.pi_processor_type),
59 stringof(curcpu->cpu_info.pi_fputypes));
j_methodcalls.d 51 this->name = strjoin(strjoin(stringof(this->class), "."),
52 stringof(this->method));
j_objnew.d 49 @objs[pid, stringof(this->class)] = count();
50 @dist[pid, stringof(this->class)] = quantize(arg3);
j_syscalls.d 52 this->name = strjoin(strjoin(stringof(this->class), "."),
53 stringof(this->method));
j_thread.d 55 stringof(this->thread));
63 stringof(this->thread));
  /src/external/cddl/dtracetoolkit/dist/Kernel/
putnexts.d 37 @[stringof(args[0]->q_qinfo->qi_minfo->mi_idname), stack(5)] = count();
priclass.d 65 @count[stringof(curlwpsinfo->pr_clname)]
  /src/external/cddl/dtracetoolkit/dist/Java/
j_classflow.d 74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
85 self->depth[arg0] * 2, "", stringof(this->class),
86 stringof(this->method));
98 self->depth[arg0] * 2, "", stringof(this->class),
99 stringof(this->method));
j_calls.d 61 this->name = strjoin(strjoin(stringof(this->class), "."),
62 stringof(this->method));
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
93 this->name = strjoin(strjoin(stringof(this->class), "."),
94 stringof(this->method));
104 this->name = strjoin(strjoin(stringof(this->class), "."),
105 stringof(this->method));
j_flow.d 71 self->depth[arg0] * 2, "", stringof(this->class),
72 stringof(this->method));
85 self->depth[arg0] * 2, "", stringof(this->class),
86 stringof(this->method));
j_methodcalls.d 51 this->name = strjoin(strjoin(stringof(this->class), "."),
52 stringof(this->method));
j_objnew.d 49 @objs[pid, stringof(this->class)] = count();
50 @dist[pid, stringof(this->class)] = quantize(arg3);
j_syscalls.d 52 this->name = strjoin(strjoin(stringof(this->class), "."),
53 stringof(this->method));
j_thread.d 55 stringof(this->thread));
63 stringof(this->thread));
  /src/external/cddl/dtracetoolkit/dist/Apps/
httpdstat.d 103 get += stringof(this->str) == "GET " ? 1 : 0;
104 post += stringof(this->str) == "POST" ? 1 : 0;
105 head += stringof(this->str) == "HEAD" ? 1 : 0;
106 trac += stringof(this->str) == "TRAC" ? 1 : 0;
  /src/external/cddl/dtracetoolkit/dist/Proc/
sigdist.d 54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
  /src/external/cddl/dtracetoolkit/dist/Cpu/
cputypes.d 58 stringof(curcpu->cpu_info.pi_processor_type),
59 stringof(curcpu->cpu_info.pi_fputypes));
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
bitfields.d 29 static assert(i < T.sizeof * 8, "too many fields for bit field storage of type `"~T.stringof~"`");
30 enum mask = "(1 << "~i.stringof~")";
41 return result ~ "}\n private "~T.stringof~" bitFields;\n";

Completed in 19 milliseconds

1 2 3 4 5 6