HomeSort by: relevance | last modified time | path
    Searched refs:trpoints (Results 1 - 4 of 4) 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/ktruss/
dump.c 255 dumprecord(int trpoints, FILE *fp)
265 if ((trpoints & (1 << kth->ktr_type)) == 0) {
309 dumpfile(const char *file, int fd, int trpoints)
321 for (width = 0; dumprecord(trpoints, fp) != 0;)
  /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 35 milliseconds