Lines Matching defs:evsel
78 bool __perf_evsel_stat__is(struct evsel *evsel, in __perf_evsel_stat__is()
107 static void perf_stat_evsel_id_init(struct evsel *evsel) in perf_stat_evsel_id_init()
122 static void evsel__reset_stat_priv(struct evsel *evsel) in evsel__reset_stat_priv()
133 static int evsel__alloc_stat_priv(struct evsel *evsel) in evsel__alloc_stat_priv()
142 static void evsel__free_stat_priv(struct evsel *evsel) in evsel__free_stat_priv()
151 static int evsel__alloc_prev_raw_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_prev_raw_counts()
162 static void evsel__free_prev_raw_counts(struct evsel *evsel) in evsel__free_prev_raw_counts()
168 static void evsel__reset_prev_raw_counts(struct evsel *evsel) in evsel__reset_prev_raw_counts()
174 static int evsel__alloc_stats(struct evsel *evsel, bool alloc_raw) in evsel__alloc_stats()
189 struct evsel *evsel; in perf_evlist__alloc_stats() local
205 struct evsel *evsel; in perf_evlist__free_stats() local
216 struct evsel *evsel; in perf_evlist__reset_stats() local
226 struct evsel *evsel; in perf_evlist__reset_prev_raw_counts() local
232 static void perf_evsel__copy_prev_raw_counts(struct evsel *evsel) in perf_evsel__copy_prev_raw_counts()
250 struct evsel *evsel; in perf_evlist__copy_prev_raw_counts() local
258 struct evsel *evsel; in perf_evlist__save_aggr_prev_raw_counts() local
325 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
511 int create_perf_stat_counter(struct evsel *evsel, in create_perf_stat_counter()