Lines Matching defs:evsel
43 struct evsel { struct
44 struct perf_evsel core; argument
54 * Please check evsel__clone() to copy them properly so that argument
57 struct {
90 struct evsel **metric_events; argument
91 struct evsel *metric_leader; argument
97 struct perf_stat_evsel *stats; argument
114 struct evsel *leader; argument
123 * For reporting purposes, an evsel sample can have a callchain argument
129 __u64 synth_sample_type;
156 static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel) in evsel__cpus()
161 static inline int evsel__nr_cpus(struct evsel *evsel) in evsel__nr_cpus()
233 #define evsel__set_sample_bit(evsel, bit) \ argument
236 #define evsel__reset_sample_bit(evsel, bit) \ argument
260 static inline char *evsel__strval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__strval()
271 #define evsel__match(evsel, t, c) \ argument
292 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu()
304 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu_scaled()
315 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next()
320 static inline struct evsel *evsel__prev(struct evsel *evsel) in evsel__prev()
332 static inline bool evsel__is_group_leader(const struct evsel *evsel) in evsel__is_group_leader()
345 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event()
355 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output()
360 static inline bool evsel__is_clock(struct evsel *evsel) in evsel__is_clock()
370 static inline int evsel__group_idx(struct evsel *evsel) in evsel__group_idx()
387 static inline bool evsel__has_branch_callstack(const struct evsel *evsel) in evsel__has_branch_callstack()
392 static inline bool evsel__has_branch_hw_idx(const struct evsel *evsel) in evsel__has_branch_hw_idx()
397 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain()
407 static inline bool evsel__has_br_stack(const struct evsel *evsel) in evsel__has_br_stack()
417 static inline bool evsel__is_dummy_event(struct evsel *evsel) in evsel__is_dummy_event()