Lines Matching defs:evsel
80 static void evsel__reset_aggr_stats(struct evsel *evsel) in evsel__reset_aggr_stats()
89 static void evsel__reset_stat_priv(struct evsel *evsel) in evsel__reset_stat_priv()
97 static int evsel__alloc_aggr_stats(struct evsel *evsel, int nr_aggr) in evsel__alloc_aggr_stats()
114 struct evsel *evsel; in evlist__alloc_aggr_stats() local
123 static int evsel__alloc_stat_priv(struct evsel *evsel, int nr_aggr) in evsel__alloc_stat_priv()
143 static void evsel__free_stat_priv(struct evsel *evsel) in evsel__free_stat_priv()
154 static int evsel__alloc_prev_raw_counts(struct evsel *evsel) in evsel__alloc_prev_raw_counts()
167 static void evsel__free_prev_raw_counts(struct evsel *evsel) in evsel__free_prev_raw_counts()
173 static void evsel__reset_prev_raw_counts(struct evsel *evsel) in evsel__reset_prev_raw_counts()
179 static int evsel__alloc_stats(struct evsel *evsel, int nr_aggr, bool alloc_raw) in evsel__alloc_stats()
192 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_aggr_stats() local
241 struct evsel *evsel; in evlist__reset_prev_raw_counts() local
247 static void evsel__copy_prev_raw_counts(struct evsel *evsel) in evsel__copy_prev_raw_counts()
261 struct evsel *evsel; in evlist__copy_prev_raw_counts() local
267 static void evsel__copy_res_stats(struct evsel *evsel) in evsel__copy_res_stats()
280 struct evsel *evsel; in evlist__copy_res_stats() local
366 static bool evsel__count_has_error(struct evsel *evsel, in evsel__count_has_error()
386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
511 static int evsel__merge_aggr_counters(struct evsel *evsel, struct evsel *alias) in evsel__merge_aggr_counters()
559 static void evsel__merge_aliases(struct evsel *evsel) in evsel__merge_aliases()
574 static bool evsel__should_merge_hybrid(const struct evsel *evsel, in evsel__should_merge_hybrid()
580 static void evsel__merge_stats(struct evsel *evsel, struct perf_stat_config *config) in evsel__merge_stats()
593 struct evsel *evsel; in perf_stat_merge_counters() local
602 static void evsel__update_percore_stats(struct evsel *evsel, struct aggr_cpu_id *core_id) in evsel__update_percore_stats()
640 static void evsel__process_percore(struct evsel *evsel) in evsel__process_percore()
664 struct evsel *evsel; in perf_stat_process_percore() local
745 int create_perf_stat_counter(struct evsel *evsel, in create_perf_stat_counter()