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.c723 counter->reset_group = false; in __run_perf_stat()
744 if (counter->reset_group || counter->errored) in __run_perf_stat()
763 assert(counter->reset_group); in __run_perf_stat()
794 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
803 if (!counter->reset_group) in __run_perf_stat()
/openbmc/linux/tools/perf/util/
H A Devsel.h131 bool reset_group; member
H A Devlist.c1867 c2->reset_group = true; in evlist__reset_weak_group()