Lines Matching defs:evsel
67 bool __perf_evsel_stat__is(struct perf_evsel *evsel, in __perf_evsel_stat__is()
90 void perf_stat_evsel_id_init(struct perf_evsel *evsel) in perf_stat_evsel_id_init()
105 static void perf_evsel__reset_stat_priv(struct perf_evsel *evsel) in perf_evsel__reset_stat_priv()
116 static int perf_evsel__alloc_stat_priv(struct perf_evsel *evsel) in perf_evsel__alloc_stat_priv()
125 static void perf_evsel__free_stat_priv(struct perf_evsel *evsel) in perf_evsel__free_stat_priv()
130 static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel, in perf_evsel__alloc_prev_raw_counts()
142 static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel) in perf_evsel__free_prev_raw_counts()
148 static int perf_evsel__alloc_stats(struct perf_evsel *evsel, bool alloc_raw) in perf_evsel__alloc_stats()
163 struct perf_evsel *evsel; in perf_evlist__alloc_stats() local
179 struct perf_evsel *evsel; in perf_evlist__free_stats() local
190 struct perf_evsel *evsel; in perf_evlist__reset_stats() local
247 process_counter_values(struct perf_stat_config *config, struct perf_evsel *evsel, in process_counter_values()