Home
last modified time | relevance | path

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

/freebsd/usr.bin/ktrace/
H A Dktrace.c60 int append, ch, fd, inherit, ops, trpoints; in main() local
66 trpoints = DEF_POINTS; in main()
96 trpoints = getpoints(optarg); in main()
97 if (trpoints < 0) { in main()
119 trpoints |= KTRFAC_INHERIT; in main()
125 trpoints = ALL_POINTS; in main()
129 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main()
154 trpoints |= PROC_ABI_POINTS; in main()
157 if (ktrace(tracefile, ops, trpoints, getpid()) < 0) in main()
162 if (ktrace(tracefile, ops, trpoints, pid) < 0) in main()
/freebsd/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/usr.bin/kdump/
H A Dkdump.c333 int trpoints = ALL_POINTS; in main() local
390 trpoints = getpoints(optarg); in main()
391 if (trpoints < 0) in main()
474 if ((trpoints & (1<<ktr_header.ktr_type)) == 0) in main()