Lines Matching defs:trpoints
83 int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints;
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);
241 if (do_ktrace(outfile, vers, ops, trpoints, getpid(), block) == 1) {
246 (void)do_ktrace(outfile, vers, ops, trpoints, getpid(), block);
251 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block);
286 #define TRPOINTS "[AaceilmnSsuvw+-]"
291 "[-o outfile] [-p pid] [-t " TRPOINTS "]\n", getprogname());
294 "[-t " TRPOINTS "] [-v vers] command\n",
298 "[-aCcdins] [-f trfile] [-g pgrp] [-p pid] [-t " TRPOINTS "]\n",
301 "[-adis] [-f trfile] [-t " TRPOINTS "] command\n",
321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid,
363 ret = fktrace(pi[1], ops, trpoints, pid);
371 dumpfile(NULL, pi[0], trpoints);
390 ret = fktrace(pi[1], ops, trpoints, pid);
396 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid);