Lines Matching defs:evsel

115 int evsel__object_config(size_t object_size, int (*init)(struct evsel *evsel),  in evsel__object_config()
116 void (*fini)(struct evsel *evsel)) in evsel__object_config()
215 void evsel__calc_id_pos(struct evsel *evsel) in evsel__calc_id_pos()
221 void __evsel__set_sample_bit(struct evsel *evsel, in __evsel__set_sample_bit()
231 void __evsel__reset_sample_bit(struct evsel *evsel, in __evsel__reset_sample_bit()
241 void evsel__set_sample_id(struct evsel *evsel, in evsel__set_sample_id()
261 bool evsel__is_function_event(struct evsel *evsel) in evsel__is_function_event()
271 void evsel__init(struct evsel *evsel, in evsel__init()
296 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__new_idx() local
329 struct evsel *evsel; in evsel__new_cycles() local
395 struct evsel *evsel; in evsel__clone() local
488 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__newtp_idx() local
568 static int evsel__add_modifiers(struct evsel *evsel, char *bf, size_t size) in evsel__add_modifiers()
604 int __weak arch_evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in arch_evsel__hw_name()
609 static int evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_name()
635 static int evsel__sw_name(struct evsel *evsel, char *bf, size_t size) in evsel__sw_name()
664 static int evsel__bp_name(struct evsel *evsel, char *bf, size_t size) in evsel__bp_name()
760 static int evsel__hw_cache_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_cache_name()
766 static int evsel__raw_name(struct evsel *evsel, char *bf, size_t size) in evsel__raw_name()
772 const char *evsel__name(struct evsel *evsel) in evsel__name()
824 const char *evsel__metric_id(const struct evsel *evsel) in evsel__metric_id()
835 const char *evsel__group_name(struct evsel *evsel) in evsel__group_name()
850 int evsel__group_desc(struct evsel *evsel, char *buf, size_t size) in evsel__group_desc()
870 static void __evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in __evsel__config_callchain()
929 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in evsel__config_callchain()
936 static void evsel__reset_callgraph(struct evsel *evsel, struct callchain_param *param) in evsel__reset_callgraph()
953 static void evsel__apply_config_terms(struct evsel *evsel, in evsel__apply_config_terms()
1086 struct evsel_config_term *__evsel__get_config_term(struct evsel *evsel, enum evsel_term_type type) in __evsel__get_config_term()
1098 void __weak arch_evsel__set_sample_weight(struct evsel *evsel) in arch_evsel__set_sample_weight()
1123 static bool evsel__is_offcpu_event(struct evsel *evsel) in evsel__is_offcpu_event()
1156 void evsel__config(struct evsel *evsel, struct record_opts *opts, in evsel__config()
1400 int evsel__set_filter(struct evsel *evsel, const char *filter) in evsel__set_filter()
1413 static int evsel__append_filter(struct evsel *evsel, const char *fmt, const char *filter) in evsel__append_filter()
1429 int evsel__append_tp_filter(struct evsel *evsel, const char *filter) in evsel__append_tp_filter()
1434 int evsel__append_addr_filter(struct evsel *evsel, const char *filter) in evsel__append_addr_filter()
1440 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1445 int evsel__enable(struct evsel *evsel) in evsel__enable()
1455 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1460 int evsel__disable(struct evsel *evsel) in evsel__disable()
1487 static void evsel__free_config_terms(struct evsel *evsel) in evsel__free_config_terms()
1492 void evsel__exit(struct evsel *evsel) in evsel__exit()
1517 void evsel__delete(struct evsel *evsel) in evsel__delete()
1523 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1539 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1625 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1635 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1655 static int evsel__match_other_cpu(struct evsel *evsel, struct evsel *other, in evsel__match_other_cpu()
1664 static int evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) in evsel__hybrid_group_cpu_map_idx()
1676 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1707 static int update_fds(struct evsel *evsel, in update_fds()
1731 static bool evsel__ignore_missing_thread(struct evsel *evsel, in evsel__ignore_missing_thread()
1784 bool evsel__precise_ip_fallback(struct evsel *evsel) in evsel__precise_ip_fallback()
1811 static int __evsel__prepare_open(struct evsel *evsel, struct perf_cpu_map *cpus, in __evsel__prepare_open()
1851 static void evsel__disable_missing_features(struct evsel *evsel) in evsel__disable_missing_features()
1886 int evsel__prepare_open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__prepare_open()
1900 bool evsel__detect_missing_features(struct evsel *evsel) in evsel__detect_missing_features()
2038 static int evsel__open_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open_cpu()
2183 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open()
2189 void evsel__close(struct evsel *evsel) in evsel__close()
2195 int evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) in evsel__open_per_cpu()
2203 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads) in evsel__open_per_thread()
2208 static int perf_evsel__parse_id_sample(const struct evsel *evsel, in perf_evsel__parse_id_sample()
2359 int evsel__parse_sample(struct evsel *evsel, union perf_event *event, in evsel__parse_sample()
2706 int evsel__parse_sample_timestamp(struct evsel *evsel, union perf_event *event, in evsel__parse_sample_timestamp()
2749 u16 evsel__id_hdr_size(struct evsel *evsel) in evsel__id_hdr_size()
2776 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name) in evsel__field()
2781 void *evsel__rawptr(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__rawptr()
2840 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__intval()
2851 bool evsel__fallback(struct evsel *evsel, int err, char *msg, size_t msgsize) in evsel__fallback()
2948 static bool is_amd_ibs(struct evsel *evsel) in is_amd_ibs()
2954 int evsel__open_strerror(struct evsel *evsel, struct target *target, in evsel__open_strerror()
3088 struct perf_env *evsel__env(struct evsel *evsel) in evsel__env()
3095 static int store_evsel_ids(struct evsel *evsel, struct evlist *evlist) in store_evsel_ids()
3113 int evsel__store_ids(struct evsel *evsel, struct evlist *evlist) in evsel__store_ids()
3124 void evsel__zero_per_pkg(struct evsel *evsel) in evsel__zero_per_pkg()
3137 bool evsel__is_hybrid(const struct evsel *evsel) in evsel__is_hybrid()
3142 struct evsel *evsel__leader(struct evsel *evsel) in evsel__leader()
3147 bool evsel__has_leader(struct evsel *evsel, struct evsel *leader) in evsel__has_leader()
3152 bool evsel__is_leader(struct evsel *evsel) in evsel__is_leader()
3157 void evsel__set_leader(struct evsel *evsel, struct evsel *leader) in evsel__set_leader()
3162 int evsel__source_count(const struct evsel *evsel) in evsel__source_count()
3184 void evsel__remove_from_group(struct evsel *evsel, struct evsel *leader) in evsel__remove_from_group()