HomeSort by: relevance | last modified time | path
    Searched defs:trpoints (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ktrace/
ktrace.c 83 int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints; local
93 trpoints = 0;
139 trpoints |= KTRFAC_INHERIT;
175 trpoints = getpoints(trpoints, optarg);
176 if (trpoints < 0) {
191 trpoints |= clear == NOTSET ? DEF_POINTS : ALL_POINTS;
205 dumpfile(infile, 0, trpoints);
222 trpoints = ALL_POINTS;
227 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block)
    [all...]
  /src/usr.bin/make/filemon/
filemon_ktrace.c 331 int ops, trpoints; local
334 trpoints = KTRFACv2;
335 trpoints |= KTRFAC_SYSCALL|KTRFAC_NAMEI|KTRFAC_SYSRET;
336 trpoints |= KTRFAC_INHERIT;
337 if (fktrace(F->ktrfd, ops, trpoints, pid) == -1)
  /src/usr.bin/kdump/
kdump.c 151 int trpoints = 0; local
250 trpoints = getpoints(trpoints, optarg);
251 if (trpoints < 0)
272 trpoints = ALL_POINTS;
294 if (trpoints & (1 << ktr_header.ktr_type) &&

Completed in 19 milliseconds