Lines Matching defs:evsel

59 struct evsel {  struct
60 struct perf_evsel core; argument
69 * Please check evsel__clone() to copy them properly so that argument
72 struct {
111 struct evsel **metric_events; argument
112 struct evsel *metric_leader; argument
118 struct perf_stat_evsel *stats; argument
139 evsel__sb_cb_t *cb; argument
143 * For reporting purposes, an evsel sample can have a callchain argument
149 __u64 synth_sample_type;
161 int br_cntr_idx;
162 int br_cntr_nr;
163 char abbr_name[3];
170 struct bpf_counter_ops *bpf_counter_ops;
172 struct list_head bpf_counter_list; /* for perf-stat -b */
173 struct list_head bpf_filters; /* for perf-record --filter */
176 int bperf_leader_prog_fd;
177 int bperf_leader_link_fd;
178 union {
183 unsigned long open_flags;
184 int precise_ip_original;
187 struct perf_pmu *pmu;
191 union {
201 bool pid_stat;
232 static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel) in evsel__cpus()
237 static inline int evsel__nr_cpus(struct evsel *evsel) in evsel__nr_cpus()
297 static inline bool evsel__is_bpf(struct evsel *evsel) in evsel__is_bpf()
302 static inline bool evsel__is_bperf(struct evsel *evsel) in evsel__is_bperf()
323 static inline bool evsel__is_tool(const struct evsel *evsel) in evsel__is_tool()
328 static inline bool evsel__is_retire_lat(const struct evsel *evsel) in evsel__is_retire_lat()
333 static inline enum perf_tool_event evsel__tool_event(const struct evsel *evsel) in evsel__tool_event()
344 #define evsel__set_sample_bit(evsel, bit) \ argument
347 #define evsel__reset_sample_bit(evsel, bit) \ argument
383 static inline char *evsel__strval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__strval()
396 static inline bool __evsel__match(const struct evsel *evsel, u32 type, u64 config) in __evsel__match()
408 #define evsel__match(evsel, t, c) __evsel__match(evsel, PERF_TYPE_##t, PERF_COUNT_##c) argument
427 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu()
439 static inline int evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu_scaled()
452 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next()
457 static inline struct evsel *evsel__prev(struct evsel *evsel) in evsel__prev()
469 static inline bool evsel__is_group_leader(const struct evsel *evsel) in evsel__is_group_leader()
482 static inline bool evsel__is_group_event(struct evsel *evsel) in evsel__is_group_event()
492 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output()
497 static inline bool evsel__is_clock(const struct evsel *evsel) in evsel__is_clock()
508 static inline int evsel__group_idx(struct evsel *evsel) in evsel__group_idx()
533 static inline bool evsel__has_branch_callstack(const struct evsel *evsel) in evsel__has_branch_callstack()
538 static inline bool evsel__has_branch_hw_idx(const struct evsel *evsel) in evsel__has_branch_hw_idx()
543 static inline bool evsel__has_callchain(const struct evsel *evsel) in evsel__has_callchain()
553 static inline bool evsel__has_br_stack(const struct evsel *evsel) in evsel__has_br_stack()
563 static inline bool evsel__is_dummy_event(struct evsel *evsel) in evsel__is_dummy_event()