/src/usr.bin/ktrace/ |
ktrace.c | 83 int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints; local in function:main 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 in function:filemon_setpid_child 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 | 149 int trpoints = 0; local in function:main 248 trpoints = getpoints(trpoints, optarg); 249 if (trpoints < 0) 270 trpoints = ALL_POINTS; 292 if (trpoints & (1 << ktr_header.ktr_type) &&
|