Lines Matching defs:evsel

49 struct evsel {  struct
50 struct perf_evsel core; argument
59 * Please check evsel__clone() to copy them properly so that argument
62 struct {
99 struct evsel **metric_events; argument
100 struct evsel *metric_leader; argument
106 struct perf_stat_evsel *stats; argument
130 * For reporting purposes, an evsel sample can have a callchain argument
136 __u64 synth_sample_type;
143 struct bpf_counter_ops *bpf_counter_ops;
146 struct list_head bpf_counter_list;
149 int bperf_leader_prog_fd;
150 int bperf_leader_link_fd;
151 union {
155 unsigned long open_flags;
156 int precise_ip_original;
159 struct perf_pmu *pmu;
188 static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel) in evsel__cpus()
193 static inline int evsel__nr_cpus(struct evsel *evsel) in evsel__nr_cpus()
252 static inline bool evsel__is_bpf(struct evsel *evsel) in evsel__is_bpf()
277 #define evsel__set_sample_bit(evsel, bit) \ argument
280 #define evsel__reset_sample_bit(evsel, bit) \ argument
319 static inline char *evsel__strval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__strval()
330 #define evsel__match(evsel, t, c) \ argument
351 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu()
363 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu, int thread) in evsel__read_on_cpu_scaled()
374 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next()
379 static inline struct evsel *evsel__prev(struct evsel *evsel) in evsel__prev()
391 static inline bool evsel__is_group_leader(const struct evsel *evsel) in evsel__is_group_leader()
404 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event()
414 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output()
419 static inline bool evsel__is_clock(struct evsel *evsel) in evsel__is_clock()
429 static inline int evsel__group_idx(struct evsel *evsel) in evsel__group_idx()
446 static inline bool evsel__has_branch_callstack(const struct evsel *evsel) in evsel__has_branch_callstack()
451 static inline bool evsel__has_branch_hw_idx(const struct evsel *evsel) in evsel__has_branch_hw_idx()
456 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain()
466 static inline bool evsel__has_br_stack(const struct evsel *evsel) in evsel__has_br_stack()
476 static inline bool evsel__is_dummy_event(struct evsel *evsel) in evsel__is_dummy_event()