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()
298 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__new_idx() local
331 struct evsel *evsel; in evsel__new_cycles() local
397 struct evsel *evsel; in evsel__clone() local
486 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__newtp_idx() local
565 static int evsel__add_modifiers(struct evsel *evsel, char *bf, size_t size) in evsel__add_modifiers()
601 int __weak arch_evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in arch_evsel__hw_name()
606 static int evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_name()
632 static int evsel__sw_name(struct evsel *evsel, char *bf, size_t size) in evsel__sw_name()
661 static int evsel__bp_name(struct evsel *evsel, char *bf, size_t size) in evsel__bp_name()
757 static int evsel__hw_cache_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_cache_name()
763 static int evsel__raw_name(struct evsel *evsel, char *bf, size_t size) in evsel__raw_name()
769 const char *evsel__name(struct evsel *evsel) in evsel__name()
821 const char *evsel__metric_id(const struct evsel *evsel) in evsel__metric_id()
832 const char *evsel__group_name(struct evsel *evsel) in evsel__group_name()
847 int evsel__group_desc(struct evsel *evsel, char *buf, size_t size) in evsel__group_desc()
867 static void __evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in __evsel__config_callchain()
926 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in evsel__config_callchain()
933 static void evsel__reset_callgraph(struct evsel *evsel, struct callchain_param *param) in evsel__reset_callgraph()
950 static void evsel__apply_config_terms(struct evsel *evsel, in evsel__apply_config_terms()
1083 struct evsel_config_term *__evsel__get_config_term(struct evsel *evsel, enum evsel_term_type type) in __evsel__get_config_term()
1095 void __weak arch_evsel__set_sample_weight(struct evsel *evsel) in arch_evsel__set_sample_weight()
1120 static bool evsel__is_offcpu_event(struct evsel *evsel) in evsel__is_offcpu_event()
1153 void evsel__config(struct evsel *evsel, struct record_opts *opts, in evsel__config()
1397 int evsel__set_filter(struct evsel *evsel, const char *filter) in evsel__set_filter()
1410 static int evsel__append_filter(struct evsel *evsel, const char *fmt, const char *filter) in evsel__append_filter()
1426 int evsel__append_tp_filter(struct evsel *evsel, const char *filter) in evsel__append_tp_filter()
1431 int evsel__append_addr_filter(struct evsel *evsel, const char *filter) in evsel__append_addr_filter()
1437 int evsel__enable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__enable_cpu()
1442 int evsel__enable(struct evsel *evsel) in evsel__enable()
1452 int evsel__disable_cpu(struct evsel *evsel, int cpu_map_idx) in evsel__disable_cpu()
1457 int evsel__disable(struct evsel *evsel) in evsel__disable()
1484 static void evsel__free_config_terms(struct evsel *evsel) in evsel__free_config_terms()
1489 void evsel__exit(struct evsel *evsel) in evsel__exit()
1514 void evsel__delete(struct evsel *evsel) in evsel__delete()
1520 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1541 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1627 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1637 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1657 static int evsel__match_other_cpu(struct evsel *evsel, struct evsel *other, in evsel__match_other_cpu()
1666 static int evsel__hybrid_group_cpu_map_idx(struct evsel *evsel, int cpu_map_idx) in evsel__hybrid_group_cpu_map_idx()
1678 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1709 static int update_fds(struct evsel *evsel, in update_fds()
1733 static bool evsel__ignore_missing_thread(struct evsel *evsel, in evsel__ignore_missing_thread()
1786 bool evsel__precise_ip_fallback(struct evsel *evsel) in evsel__precise_ip_fallback()
1813 static int __evsel__prepare_open(struct evsel *evsel, struct perf_cpu_map *cpus, in __evsel__prepare_open()
1853 static void evsel__disable_missing_features(struct evsel *evsel) in evsel__disable_missing_features()
1888 int evsel__prepare_open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__prepare_open()
1902 bool evsel__detect_missing_features(struct evsel *evsel) in evsel__detect_missing_features()
2041 static int evsel__open_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open_cpu()
2186 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open()
2192 void evsel__close(struct evsel *evsel) in evsel__close()
2198 int evsel__open_per_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, int cpu_map_idx) in evsel__open_per_cpu()
2206 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads) in evsel__open_per_thread()
2211 static int perf_evsel__parse_id_sample(const struct evsel *evsel, in perf_evsel__parse_id_sample()
2356 int evsel__parse_sample(struct evsel *evsel, union perf_event *event, in evsel__parse_sample()
2703 int evsel__parse_sample_timestamp(struct evsel *evsel, union perf_event *event, in evsel__parse_sample_timestamp()
2746 u16 evsel__id_hdr_size(struct evsel *evsel) in evsel__id_hdr_size()
2772 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name) in evsel__field()
2777 void *evsel__rawptr(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__rawptr()
2836 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__intval()
2846 bool evsel__fallback(struct evsel *evsel, int err, char *msg, size_t msgsize) in evsel__fallback()
2943 static bool is_amd_ibs(struct evsel *evsel) in is_amd_ibs()
2949 int evsel__open_strerror(struct evsel *evsel, struct target *target, in evsel__open_strerror()
3083 struct perf_env *evsel__env(struct evsel *evsel) in evsel__env()
3090 static int store_evsel_ids(struct evsel *evsel, struct evlist *evlist) in store_evsel_ids()
3108 int evsel__store_ids(struct evsel *evsel, struct evlist *evlist) in evsel__store_ids()
3119 void evsel__zero_per_pkg(struct evsel *evsel) in evsel__zero_per_pkg()
3132 bool evsel__is_hybrid(struct evsel *evsel) in evsel__is_hybrid()
3137 struct evsel *evsel__leader(struct evsel *evsel) in evsel__leader()
3142 bool evsel__has_leader(struct evsel *evsel, struct evsel *leader) in evsel__has_leader()
3147 bool evsel__is_leader(struct evsel *evsel) in evsel__is_leader()
3152 void evsel__set_leader(struct evsel *evsel, struct evsel *leader) in evsel__set_leader()
3157 int evsel__source_count(const struct evsel *evsel) in evsel__source_count()
3179 void evsel__remove_from_group(struct evsel *evsel, struct evsel *leader) in evsel__remove_from_group()