Lines Matching defs:evsel
70 bool __perf_evsel_stat__is(struct perf_evsel *evsel, in __perf_evsel_stat__is()
95 static void perf_stat_evsel_id_init(struct perf_evsel *evsel) in perf_stat_evsel_id_init()
110 static void perf_evsel__reset_stat_priv(struct perf_evsel *evsel) in perf_evsel__reset_stat_priv()
121 static int perf_evsel__alloc_stat_priv(struct perf_evsel *evsel) in perf_evsel__alloc_stat_priv()
130 static void perf_evsel__free_stat_priv(struct perf_evsel *evsel) in perf_evsel__free_stat_priv()
139 static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel, in perf_evsel__alloc_prev_raw_counts()
151 static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel) in perf_evsel__free_prev_raw_counts()
157 static int perf_evsel__alloc_stats(struct perf_evsel *evsel, bool alloc_raw) in perf_evsel__alloc_stats()
172 struct perf_evsel *evsel; in perf_evlist__alloc_stats() local
188 struct perf_evsel *evsel; in perf_evlist__free_stats() local
199 struct perf_evsel *evsel; in perf_evlist__reset_stats() local
256 process_counter_values(struct perf_stat_config *config, struct perf_evsel *evsel, in process_counter_values()