Home
last modified time | relevance | path

Searched refs:pa_topmode (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c640 args.pa_topmode = PMCSTAT_TOP_DELTA; in pmcstat_keypress_log()
643 args.pa_topmode = PMCSTAT_TOP_ACCUM; in pmcstat_keypress_log()
728 if (args.pa_topmode == PMCSTAT_TOP_DELTA) { in pmcstat_display_log()
H A Dpmcstat.c494 args.pa_topmode = PMCSTAT_TOP_DELTA; in main()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h129 int pa_topmode; /* delta or accumulative */ member