Lines Matching defs:evsel

48 struct evsel {  struct
49 struct perf_evsel core; argument
58 * Please check evsel__clone() to copy them properly so that argument
61 struct {
97 struct evsel **metric_events; argument
98 struct evsel *metric_leader; argument
104 struct perf_stat_evsel *stats; argument
128 * For reporting purposes, an evsel sample can have a callchain argument
134 __u64 synth_sample_type;
141 struct bpf_counter_ops *bpf_counter_ops;
144 struct list_head bpf_counter_list;
147 int bperf_leader_prog_fd;
148 int bperf_leader_link_fd;
149 union {
153 unsigned long open_flags;
154 int precise_ip_original;
183 static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel) in evsel__cpus()
188 static inline int evsel__nr_cpus(struct evsel *evsel) in evsel__nr_cpus()
247 static inline bool evsel__is_bpf(struct evsel *evsel) in evsel__is_bpf()
271 #define evsel__set_sample_bit(evsel, bit) \ argument
274 #define evsel__reset_sample_bit(evsel, bit) \ argument
312 static inline char *evsel__strval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__strval()
323 #define evsel__match(evsel, t, c) \ argument
344 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu()
356 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu_scaled()
367 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next()
372 static inline struct evsel *evsel__prev(struct evsel *evsel) in evsel__prev()
384 static inline bool evsel__is_group_leader(const struct evsel *evsel) in evsel__is_group_leader()
397 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event()
407 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output()
412 static inline bool evsel__is_clock(struct evsel *evsel) in evsel__is_clock()
422 static inline int evsel__group_idx(struct evsel *evsel) in evsel__group_idx()
439 static inline bool evsel__has_branch_callstack(const struct evsel *evsel) in evsel__has_branch_callstack()
444 static inline bool evsel__has_branch_hw_idx(const struct evsel *evsel) in evsel__has_branch_hw_idx()
449 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain()
459 static inline bool evsel__has_br_stack(const struct evsel *evsel) in evsel__has_br_stack()
469 static inline bool evsel__is_dummy_event(struct evsel *evsel) in evsel__is_dummy_event()