Lines Matching defs:evsel
84 bool __perf_stat_evsel__is(struct evsel *evsel, enum perf_stat_evsel_id id) in __perf_stat_evsel__is()
116 static void perf_stat_evsel_id_init(struct evsel *evsel) in perf_stat_evsel_id_init()
133 static void evsel__reset_stat_priv(struct evsel *evsel) in evsel__reset_stat_priv()
140 static int evsel__alloc_stat_priv(struct evsel *evsel) in evsel__alloc_stat_priv()
150 static void evsel__free_stat_priv(struct evsel *evsel) in evsel__free_stat_priv()
159 static int evsel__alloc_prev_raw_counts(struct evsel *evsel) in evsel__alloc_prev_raw_counts()
172 static void evsel__free_prev_raw_counts(struct evsel *evsel) in evsel__free_prev_raw_counts()
178 static void evsel__reset_prev_raw_counts(struct evsel *evsel) in evsel__reset_prev_raw_counts()
184 static int evsel__alloc_stats(struct evsel *evsel, bool alloc_raw) in evsel__alloc_stats()
196 struct evsel *evsel; in evlist__alloc_stats() local
212 struct evsel *evsel; in evlist__free_stats() local
223 struct evsel *evsel; in evlist__reset_stats() local
233 struct evsel *evsel; in evlist__reset_prev_raw_counts() local
239 static void evsel__copy_prev_raw_counts(struct evsel *evsel) in evsel__copy_prev_raw_counts()
255 struct evsel *evsel; in evlist__copy_prev_raw_counts() local
263 struct evsel *evsel; in evlist__save_aggr_prev_raw_counts() local
360 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
538 int create_perf_stat_counter(struct evsel *evsel, in create_perf_stat_counter()