Home
last modified time | relevance | path

Searched refs:perf_stat_evsel (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dstat.c73 struct perf_stat_evsel *ps = evsel->stats; in __perf_evsel_stat__is()
97 struct perf_stat_evsel *ps = evsel->stats; in perf_stat_evsel_id_init()
113 struct perf_stat_evsel *ps = evsel->stats; in perf_evsel__reset_stat_priv()
123 evsel->stats = zalloc(sizeof(struct perf_stat_evsel)); in perf_evsel__alloc_stat_priv()
132 struct perf_stat_evsel *ps = evsel->stats; in perf_evsel__free_stat_priv()
331 struct perf_stat_evsel *ps = counter->stats; in perf_stat_process_counter()
Dstat.h31 struct perf_stat_evsel { struct
Devsel.h72 struct perf_stat_evsel;
107 struct perf_stat_evsel *stats;
Devsel.c1441 struct perf_stat_evsel *ps = leader->stats; in perf_evsel__read_group()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c823 struct perf_stat_evsel *ps; in print_noise()
1499 struct perf_stat_evsel *ps = counter->stats; in counter_aggr_cb()