Searched refs:trpoints (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/usr.bin/ktrace/ |
| H A D | ktrace.c | 73 int append, ch, fd, inherit, ops, trpoints; in main() local 79 trpoints = DEF_POINTS; in main() 109 trpoints = getpoints(optarg); in main() 110 if (trpoints < 0) { in main() 132 trpoints |= KTRFAC_INHERIT; in main() 138 trpoints = ALL_POINTS; in main() 142 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main() 167 trpoints |= PROC_ABI_POINTS; in main() 170 if (ktrace(tracefile, ops, trpoints, getpid()) < 0) in main() 175 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main()
|
| /freebsd-14.2/contrib/bmake/filemon/ |
| H A D | filemon_ktrace.c | 331 int ops, trpoints; in filemon_setpid_child() local 334 trpoints = KTRFACv2; in filemon_setpid_child() 335 trpoints |= KTRFAC_SYSCALL|KTRFAC_NAMEI|KTRFAC_SYSRET; in filemon_setpid_child() 336 trpoints |= KTRFAC_INHERIT; in filemon_setpid_child() 337 if (fktrace(F->ktrfd, ops, trpoints, pid) == -1) in filemon_setpid_child()
|
| /freebsd-14.2/usr.bin/kdump/ |
| H A D | kdump.c | 343 int trpoints = ALL_POINTS; in main() local 400 trpoints = getpoints(optarg); in main() 401 if (trpoints < 0) in main() 484 if ((trpoints & (1<<ktr_header.ktr_type)) == 0) in main()
|