Lines Matching defs:evsel

166 static inline struct cpu_map *perf_evsel__cpus(struct perf_evsel *evsel)  in perf_evsel__cpus()
171 static inline int perf_evsel__nr_cpus(struct perf_evsel *evsel) in perf_evsel__nr_cpus()
176 static void perf_evsel__reset_stat_priv(struct perf_evsel *evsel) in perf_evsel__reset_stat_priv()
185 static int perf_evsel__alloc_stat_priv(struct perf_evsel *evsel) in perf_evsel__alloc_stat_priv()
194 static void perf_evsel__free_stat_priv(struct perf_evsel *evsel) in perf_evsel__free_stat_priv()
199 static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel) in perf_evsel__alloc_prev_raw_counts()
216 static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel) in perf_evsel__free_prev_raw_counts()
223 struct perf_evsel *evsel; in perf_evlist__free_stats() local
234 struct perf_evsel *evsel; in perf_evlist__alloc_stats() local
268 struct perf_evsel *evsel; in perf_stat__reset_stats() local
294 static int create_perf_stat_counter(struct perf_evsel *evsel) in create_perf_stat_counter()
319 static inline int nsec_counter(struct perf_evsel *evsel) in nsec_counter()
428 static int read_cb(struct perf_evsel *evsel, int cpu, int thread __maybe_unused, in read_cb()
798 static void print_noise(struct perf_evsel *evsel, double avg) in print_noise()
809 static void aggr_printout(struct perf_evsel *evsel, int id, int nr) in aggr_printout()
842 static void nsec_printout(int id, int nr, struct perf_evsel *evsel, double avg) in nsec_printout()
1057 static void abs_printout(int id, int nr, struct perf_evsel *evsel, double avg) in abs_printout()