Home
last modified time | relevance | path

Searched refs:trpoints (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/ktrace/
H A Dktrace.c75 int append, ch, fd, inherit, ops, trpoints; in main() local
81 trpoints = DEF_POINTS; in main()
111 trpoints = getpoints(optarg); in main()
112 if (trpoints < 0) { in main()
134 trpoints |= KTRFAC_INHERIT; in main()
140 trpoints = ALL_POINTS; in main()
144 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main()
169 trpoints |= PROC_ABI_POINTS; in main()
172 if (ktrace(tracefile, ops, trpoints, getpid()) < 0) in main()
177 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main()
/freebsd-13.1/contrib/bmake/filemon/
H A Dfilemon_ktrace.c331 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-13.1/usr.bin/kdump/
H A Dkdump.c363 int trpoints = ALL_POINTS; in main() local
417 trpoints = getpoints(optarg); in main()
418 if (trpoints < 0) in main()
493 if ((trpoints & (1<<ktr_header.ktr_type)) == 0) in main()