Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c721 counter->reset_group = false; in __run_perf_stat()
740 if (counter->reset_group || counter->errored) in __run_perf_stat()
759 assert(counter->reset_group); in __run_perf_stat()
789 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
798 if (!counter->reset_group) in __run_perf_stat()
/openbmc/linux/tools/perf/util/
H A Devsel.h131 bool reset_group; member
H A Devlist.c1852 c2->reset_group = true; in evlist__reset_weak_group()