Home
last modified time | relevance | path

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

/freebsd/lib/libpmcstat/
H A Dlibpmcstat_event.c62 ev_clone->ev_saved = ev->ev_saved; in pmcstat_clone_event_descriptor()
H A Dlibpmcstat.h76 pmc_value_t ev_saved; /* for incremental counts */ member
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c320 (value - ev->ev_saved)); in pmcstat_print_counters()
323 ev->ev_saved = value; in pmcstat_print_counters()
705 ev->ev_saved = 0LL; in main()
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c228 ev->ev_saved = 0LL; in pmc_stat_setup_stat()