Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat_event.c55 ev_clone->ev_cumulative = ev->ev_cumulative; in pmcstat_clone_event_descriptor()
H A Dlibpmcstat.h69 int ev_cumulative; /* show cumulative counts */ member
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c319 (uintmax_t) ev->ev_cumulative ? value : in pmcstat_print_counters()
322 if (ev->ev_cumulative == 0) in pmcstat_print_counters()
703 ev->ev_cumulative = use_cumulative_counts; in main()
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c226 ev->ev_cumulative = 1; in pmc_stat_setup_stat()