Home
last modified time | relevance | path

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

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