Searched refs:pa_inputpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h135 char *pa_inputpath; /* path to input log */ member in struct:pmcstat_args
H A Dpmcstat.c593 args.pa_inputpath = NULL;
828 if (args.pa_inputpath != NULL)
831 args.pa_inputpath = optarg;
914 if (args.pa_outputpath && args.pa_inputpath)
919 if (args.pa_flags & FLAG_DO_ANNOTATE && args.pa_inputpath == NULL)
1115 rfd = pmcstat_open_log(args.pa_inputpath,

Completed in 100 milliseconds