Lines Matching defs:evsel
79 bool __perf_stat_evsel__is(struct evsel *evsel, enum perf_stat_evsel_id id) in __perf_stat_evsel__is()
111 static void perf_stat_evsel_id_init(struct evsel *evsel) in perf_stat_evsel_id_init()
126 static void evsel__reset_stat_priv(struct evsel *evsel) in evsel__reset_stat_priv()
137 static int evsel__alloc_stat_priv(struct evsel *evsel) in evsel__alloc_stat_priv()
146 static void evsel__free_stat_priv(struct evsel *evsel) in evsel__free_stat_priv()
155 static int evsel__alloc_prev_raw_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_prev_raw_counts()
166 static void evsel__free_prev_raw_counts(struct evsel *evsel) in evsel__free_prev_raw_counts()
172 static void evsel__reset_prev_raw_counts(struct evsel *evsel) in evsel__reset_prev_raw_counts()
178 static int evsel__alloc_stats(struct evsel *evsel, bool alloc_raw) in evsel__alloc_stats()
193 struct evsel *evsel; in evlist__alloc_stats() local
209 struct evsel *evsel; in evlist__free_stats() local
220 struct evsel *evsel; in evlist__reset_stats() local
230 struct evsel *evsel; in evlist__reset_prev_raw_counts() local
236 static void evsel__copy_prev_raw_counts(struct evsel *evsel) in evsel__copy_prev_raw_counts()
254 struct evsel *evsel; in evlist__copy_prev_raw_counts() local
262 struct evsel *evsel; in evlist__save_aggr_prev_raw_counts() local
357 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
531 int create_perf_stat_counter(struct evsel *evsel, in create_perf_stat_counter()