Home | History | Annotate | Download | only in ktrace

Lines Matching defs:vers

84 	int vers;
95 vers = 2;
182 vers = atoi(optarg);
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);
294 "[-t " TRPOINTS "] [-v vers] command\n",
321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid,
325 ops |= vers << KTRFAC_VER_SHIFT;