Home
last modified time | relevance | path

Searched defs:evsel (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/linux/tools/perf/util/
H A Devsel.h59 struct evsel { struct
60 struct perf_evsel core; argument
69 * Please check evsel__clone() to copy them properly so that argument
72 struct {
110 struct evsel **metric_events; argument
111 struct evsel *metric_leader; argument
117 struct perf_stat_evsel *stats; argument
138 evsel__sb_cb_t *cb; argument
142 * For reporting purposes, an evsel sample can have a callchain argument
148 __u64 synth_sample_type;
[all …]
H A Devsel.c117 int evsel__object_config(size_t object_size, int (*init)(struct evsel *evsel), in evsel__object_config()
118 void (*fini)(struct evsel *evsel)) in evsel__object_config()
217 void evsel__calc_id_pos(struct evsel *evsel) in evsel__calc_id_pos()
223 void __evsel__set_sample_bit(struct evsel *evsel, in __evsel__set_sample_bit()
233 void __evsel__reset_sample_bit(struct evsel *evsel, in __evsel__reset_sample_bit()
243 void evsel__set_sample_id(struct evsel *evsel, in evsel__set_sample_id()
263 bool evsel__is_function_event(struct evsel *evsel) in evsel__is_function_event()
273 void evsel__init(struct evsel *evsel, in evsel__init()
301 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__new_idx() local
358 struct evsel *evsel; in evsel__clone() local
[all …]
H A Dstat.c80 static void evsel__reset_aggr_stats(struct evsel *evsel) in evsel__reset_aggr_stats()
89 static void evsel__reset_stat_priv(struct evsel *evsel) in evsel__reset_stat_priv()
97 static int evsel__alloc_aggr_stats(struct evsel *evsel, int nr_aggr) in evsel__alloc_aggr_stats()
114 struct evsel *evsel; in evlist__alloc_aggr_stats() local
123 static int evsel__alloc_stat_priv(struct evsel *evsel, int nr_aggr) in evsel__alloc_stat_priv()
143 static void evsel__free_stat_priv(struct evsel *evsel) in evsel__free_stat_priv()
154 static int evsel__alloc_prev_raw_counts(struct evsel *evsel) in evsel__alloc_prev_raw_counts()
167 static void evsel__free_prev_raw_counts(struct evsel *evsel) in evsel__free_prev_raw_counts()
173 static void evsel__reset_prev_raw_counts(struct evsel *evsel) in evsel__reset_prev_raw_counts()
179 static int evsel__alloc_stats(struct evsel *evsel, int nr_aggr, bool alloc_raw) in evsel__alloc_stats()
[all …]
H A Dbpf_counter.c48 static int bpf_program_profiler__destroy(struct evsel *evsel) in bpf_program_profiler__destroy()
102 static int bpf_program_profiler_load_one(struct evsel *evsel, u32 prog_id) in bpf_program_profiler_load_one()
167 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) in bpf_program_profiler__load()
198 static int bpf_program_profiler__enable(struct evsel *evsel) in bpf_program_profiler__enable()
214 static int bpf_program_profiler__disable(struct evsel *evsel) in bpf_program_profiler__disable()
225 static int bpf_program_profiler__read(struct evsel *evsel) in bpf_program_profiler__read()
273 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe()
362 static int bperf_check_target(struct evsel *evsel, in bperf_check_target()
395 static int bperf_reload_leader_program(struct evsel *evsel, int attr_map_fd, in bperf_reload_leader_program()
444 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load()
[all …]
H A Dstat-shadow.c55 static int evsel_context(const struct evsel *evsel) in evsel_context()
79 static enum stat_type evsel__stat_type(const struct evsel *evsel) in evsel__stat_type()
153 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat()
195 const struct evsel *evsel, int aggr_idx, in print_ratio()
212 const struct evsel *evsel, in print_stalled_cycles_front()
223 const struct evsel *evsel, in print_stalled_cycles_back()
234 const struct evsel *evsel, in print_branch_miss()
245 const struct evsel *evsel, in print_l1d_miss()
256 const struct evsel *evsel, in print_l1i_miss()
267 const struct evsel *evsel, in print_ll_miss()
[all …]
H A Dperf_api_probe.c17 struct evsel *evsel; in perf_do_probe_api() local
82 static void perf_probe_sample_identifier(struct evsel *evsel) in perf_probe_sample_identifier()
87 static void perf_probe_comm_exec(struct evsel *evsel) in perf_probe_comm_exec()
92 static void perf_probe_context_switch(struct evsel *evsel) in perf_probe_context_switch()
97 static void perf_probe_text_poke(struct evsel *evsel) in perf_probe_text_poke()
102 static void perf_probe_build_id(struct evsel *evsel) in perf_probe_build_id()
107 static void perf_probe_cgroup(struct evsel *evsel) in perf_probe_cgroup()
H A Devlist.h240 struct perf_evsel *evsel = perf_evlist__first(&evlist->core); in evlist__first() local
247 struct perf_evsel *evsel = perf_evlist__last(&evlist->core); in evlist__last() local
268 #define __evlist__for_each_entry(list, evsel) \ argument
276 #define evlist__for_each_entry(evlist, evsel) \ argument
284 #define __evlist__for_each_entry_continue(list, evsel) \ argument
292 #define evlist__for_each_entry_continue(evlist, evsel) \ argument
300 #define __evlist__for_each_entry_from(list, evsel) \ argument
308 #define evlist__for_each_entry_from(evlist, evsel) \ argument
316 #define __evlist__for_each_entry_reverse(list, evsel) \ argument
324 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument
[all …]
H A Dbpf_counter_cgroup.c47 struct evsel *evsel; in bperf_load_program() local
170 static int bperf_cgrp__load(struct evsel *evsel, in bperf_cgrp__load()
211 static int bperf_cgrp__enable(struct evsel *evsel) in bperf_cgrp__enable()
222 static int bperf_cgrp__disable(struct evsel *evsel) in bperf_cgrp__disable()
233 static int bperf_cgrp__read(struct evsel *evsel) in bperf_cgrp__read()
277 static int bperf_cgrp__destroy(struct evsel *evsel) in bperf_cgrp__destroy()
H A Devlist.c111 struct evsel *evsel; in evlist__new_default() local
149 struct evsel *evsel; in evlist__update_id_pos() local
201 void evlist__remove(struct evlist *evlist, struct evsel *evsel) in evlist__remove()
210 struct evsel *evsel, *temp, *leader = NULL; in evlist__splice_list_tail() local
236 struct evsel *evsel = evlist__find_tracepoint_by_name(evlist, assocs[i].name); in __evlist__set_tracepoints_handlers() local
272 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_dummy() local
283 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_aux_dummy() local
302 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch() local
320 struct evsel *evsel, *n; in evlist__add_attrs() local
363 struct evsel *evsel; in evlist__find_tracepoint_by_id() local
[all …]
H A Drecord.c26 static struct evsel *evsel__read_sampler(struct evsel *evsel, struct evlist *evlist) in evsel__read_sampler()
41 static u64 evsel__config_term_mask(struct evsel *evsel) in evsel__config_term_mask()
53 static void evsel__config_leader_sampling(struct evsel *evsel, struct evlist *evlist) in evsel__config_leader_sampling()
97 struct evsel *evsel; in evlist__config() local
224 struct evsel *evsel; in evlist__can_select_event() local
H A Dcounts.c53 void evsel__reset_counts(struct evsel *evsel) in evsel__reset_counts()
58 int evsel__alloc_counts(struct evsel *evsel) in evsel__alloc_counts()
67 void evsel__free_counts(struct evsel *evsel) in evsel__free_counts()
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c37 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config()
52 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config()
87 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint() local
100 struct evsel *evsel; in test__checkevent_tracepoint_multi() local
119 struct perf_evsel *evsel; in test__checkevent_raw() local
157 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric() local
167 struct perf_evsel *evsel; in test__checkevent_symbolic_name() local
181 struct perf_evsel *evsel; in test__checkevent_symbolic_name_config() local
201 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias() local
211 struct perf_evsel *evsel; in test__checkevent_genhw() local
[all …]
H A Devent-times.c19 struct evsel *evsel = evlist__last(evlist); in attach__enable_on_exec() local
61 struct evsel *evsel = evlist__last(evlist); in attach__current_disabled() local
87 struct evsel *evsel = evlist__last(evlist); in attach__current_enabled() local
107 struct evsel *evsel = evlist__last(evlist); in detach__disable() local
114 struct evsel *evsel = evlist__last(evlist); in attach__cpu_disabled() local
143 struct evsel *evsel = evlist__last(evlist); in attach__cpu_enabled() local
168 struct evsel *evsel; in test_times() local
H A Dhists_output.c53 struct evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
138 static int test1(struct evsel *evsel, struct machine *machine) in test1()
240 static int test2(struct evsel *evsel, struct machine *machine) in test2()
296 static int test3(struct evsel *evsel, struct machine *machine) in test3()
370 static int test4(struct evsel *evsel, struct machine *machine) in test4()
472 static int test5(struct evsel *evsel, struct machine *machine) in test5()
596 struct evsel *evsel; in test__hists_output() local
/openbmc/linux/tools/lib/perf/
H A Devsel.c22 void perf_evsel__init(struct perf_evsel *evsel, struct perf_event_attr *attr, in perf_evsel__init()
33 struct perf_evsel *evsel = zalloc(sizeof(*evsel)); in perf_evsel__new() local
41 void perf_evsel__delete(struct perf_evsel *evsel) in perf_evsel__delete()
52 int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd()
72 static int perf_evsel__alloc_mmap(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_mmap()
87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd()
113 int perf_evsel__open(struct perf_evsel *evsel, struct perf_cpu_map *cpus, in perf_evsel__open()
180 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu()
194 void perf_evsel__close_fd(struct perf_evsel *evsel) in perf_evsel__close_fd()
200 void perf_evsel__free_fd(struct perf_evsel *evsel) in perf_evsel__free_fd()
[all …]
H A Devlist.c37 struct perf_evsel *evsel) in __perf_evlist__propagate_maps()
83 struct perf_evsel *evsel; in perf_evlist__propagate_maps() local
92 struct perf_evsel *evsel) in perf_evlist__add()
103 struct perf_evsel *evsel) in perf_evlist__remove()
200 struct perf_evsel *evsel; in perf_evlist__open() local
218 struct perf_evsel *evsel; in perf_evlist__close() local
226 struct perf_evsel *evsel; in perf_evlist__enable() local
234 struct perf_evsel *evsel; in perf_evlist__disable() local
250 struct perf_evsel *evsel, in perf_evlist__id_hash()
271 struct perf_evsel *evsel, in perf_evlist__id_add()
[all …]
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c10 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config()
15 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config()
20 static bool test_hybrid_type(const struct evsel *evsel, __u64 expected_config) in test_hybrid_type()
27 struct evsel *evsel = evlist__first(evlist); in test__hybrid_hw_event_with_pmu() local
38 struct evsel *evsel, *leader; in test__hybrid_hw_group_event() local
57 struct evsel *evsel, *leader; in test__hybrid_sw_hw_group_event() local
74 struct evsel *evsel, *leader; in test__hybrid_hw_sw_group_event() local
91 struct evsel *evsel, *leader; in test__hybrid_group_modifier1() local
114 struct perf_evsel *evsel; in test__hybrid_raw1() local
128 struct evsel *evsel = evlist__first(evlist); in test__hybrid_raw2() local
[all …]
/openbmc/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c30 static void mmio_event_get_key(struct evsel *evsel, struct perf_sample *sample, in mmio_event_get_key()
41 static bool mmio_event_begin(struct evsel *evsel, in mmio_event_begin()
58 static bool mmio_event_end(struct evsel *evsel, struct perf_sample *sample, in mmio_event_end()
92 static void ioport_event_get_key(struct evsel *evsel, in ioport_event_get_key()
100 static bool ioport_event_begin(struct evsel *evsel, in ioport_event_begin()
112 static bool ioport_event_end(struct evsel *evsel, in ioport_event_end()
136 static void msr_event_get_key(struct evsel *evsel, in msr_event_get_key()
144 static bool msr_event_begin(struct evsel *evsel, in msr_event_begin()
156 static bool msr_event_end(struct evsel *evsel, in msr_event_end()
H A Devsel.c16 void arch_evsel__set_sample_weight(struct evsel *evsel) in arch_evsel__set_sample_weight()
22 bool evsel__sys_has_perf_metrics(const struct evsel *evsel) in evsel__sys_has_perf_metrics()
41 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group()
50 int arch_evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in arch_evsel__hw_name()
77 void arch__post_evsel_config(struct evsel *evsel, struct perf_event_attr *attr) in arch__post_evsel_config()
105 int arch_evsel__open_strerror(struct evsel *evsel, char *msg, size_t size) in arch_evsel__open_strerror()
H A Devlist.c28 struct evsel *evsel = evsel__new(attrs + i); in ___evlist__add_default_attrs() local
38 struct evsel *evsel; in ___evlist__add_default_attrs() local
58 struct evsel *evsel, *n; in ___evlist__add_default_attrs() local
/openbmc/linux/tools/perf/arch/s390/util/
H A Dkvm-stat.c26 static void event_icpt_insn_get_key(struct evsel *evsel, in event_icpt_insn_get_key()
37 static void event_sigp_get_key(struct evsel *evsel, in event_sigp_get_key()
45 static void event_diag_get_key(struct evsel *evsel, in event_diag_get_key()
53 static void event_icpt_prog_get_key(struct evsel *evsel, in event_icpt_prog_get_key()
/openbmc/linux/tools/lib/perf/include/internal/
H A Devlist.h70 #define __perf_evlist__for_each_entry(list, evsel) \ argument
78 #define perf_evlist__for_each_entry(evlist, evsel) \ argument
86 #define __perf_evlist__for_each_entry_reverse(list, evsel) \ argument
94 #define perf_evlist__for_each_entry_reverse(evlist, evsel) \ argument
103 #define __perf_evlist__for_each_entry_safe(list, tmp, evsel) \ argument
112 #define perf_evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c392 struct evsel *evsel, in work_push_atom()
439 struct evsel *evsel, in work_pop_atom()
499 struct evsel *evsel, in report_entry_event()
510 struct evsel *evsel, in report_exit_event()
554 struct evsel *evsel, in latency_raise_event()
565 struct evsel *evsel, in latency_entry_event()
588 struct evsel *evsel, in timehist_save_callchain()
713 struct evsel *evsel, in timehist_raise_event()
724 struct evsel *evsel, in timehist_entry_event()
745 struct evsel *evsel, in timehist_exit_event()
[all …]
/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evsel.c23 struct perf_evsel *evsel; in test_stat_cpu() local
57 struct perf_evsel *evsel; in test_stat_thread() local
89 struct perf_evsel *evsel; in test_stat_thread_enable() local
131 struct perf_evsel *evsel; in test_stat_user_read() local
197 struct perf_evsel *evsel; in test_stat_read_format_single() local
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dkvm-stat.c24 static void event_get_key(struct evsel *evsel, in event_get_key()
43 static bool event_begin(struct evsel *evsel, in event_begin()
50 static bool event_end(struct evsel *evsel, in event_end()

123456