Home
last modified time | relevance | path

Searched refs:pmcstat_open_log (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h380 int pmcstat_open_log(const char *_p, int _mode);
H A Dlibpmcstat_logging.c426 pmcstat_open_log(const char *path, int mode) in pmcstat_open_log() function
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c1086 rfd = pmcstat_open_log(args.pa_inputpath, in main()
1103 args.pa_logfd = pmcstat_open_log(args.pa_outputpath, in main()
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c204 pmc_args.pa_logfd = pmcstat_open_log(pmc_args.pa_outputpath, in pmc_stat_setup_stat()