/linux-6.14.4/tools/perf/util/ |
D | evsel.h | 44 struct evsel { struct 45 struct perf_evsel core; argument 54 * Please check evsel__clone() to copy them properly so that argument 57 struct { 97 struct evsel **metric_events; argument 98 struct evsel *metric_leader; argument 104 struct perf_stat_evsel *stats; argument 126 evsel__sb_cb_t *cb; argument 130 * For reporting purposes, an evsel sample can have a callchain argument 136 __u64 synth_sample_type; [all …]
|
D | evsel.c | 218 int evsel__object_config(size_t object_size, int (*init)(struct evsel *evsel), in evsel__object_config() 219 void (*fini)(struct evsel *evsel)) in evsel__object_config() 318 void evsel__calc_id_pos(struct evsel *evsel) in evsel__calc_id_pos() 324 void __evsel__set_sample_bit(struct evsel *evsel, in __evsel__set_sample_bit() 334 void __evsel__reset_sample_bit(struct evsel *evsel, in __evsel__reset_sample_bit() 344 void evsel__set_sample_id(struct evsel *evsel, in evsel__set_sample_id() 364 bool evsel__is_function_event(struct evsel *evsel) in evsel__is_function_event() 374 void evsel__init(struct evsel *evsel, in evsel__init() 403 struct evsel *evsel = zalloc(perf_evsel__object.size); in evsel__new_idx() local 460 struct evsel *evsel; in evsel__clone() local [all …]
|
D | stat.c | 80 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 …]
|
D | bpf_counter.c | 48 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() 169 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) in bpf_program_profiler__load() 201 static int bpf_program_profiler__enable(struct evsel *evsel) in bpf_program_profiler__enable() 217 static int bpf_program_profiler__disable(struct evsel *evsel) in bpf_program_profiler__disable() 228 static int bpf_program_profiler__read(struct evsel *evsel) in bpf_program_profiler__read() 276 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe() 365 static int bperf_check_target(struct evsel *evsel, in bperf_check_target() 399 static int bperf_reload_leader_program(struct evsel *evsel, int attr_map_fd, in bperf_reload_leader_program() 468 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load() [all …]
|
D | stat-shadow.c | 56 static int evsel_context(const struct evsel *evsel) in evsel_context() 80 static enum stat_type evsel__stat_type(struct evsel *evsel) in evsel__stat_type() 150 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat() 193 const struct evsel *evsel, int aggr_idx, in print_ratio() 214 const struct evsel *evsel, in print_stalled_cycles_front() 225 const struct evsel *evsel, in print_stalled_cycles_back() 236 const struct evsel *evsel, in print_branch_miss() 247 const struct evsel *evsel, in print_l1d_miss() 258 const struct evsel *evsel, in print_l1i_miss() 269 const struct evsel *evsel, in print_ll_miss() [all …]
|
D | perf_api_probe.c | 17 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()
|
D | evlist.h | 230 struct perf_evsel *evsel = perf_evlist__first(&evlist->core); in evlist__first() local 237 struct perf_evsel *evsel = perf_evlist__last(&evlist->core); in evlist__last() local 258 #define __evlist__for_each_entry(list, evsel) \ argument 266 #define evlist__for_each_entry(evlist, evsel) \ argument 274 #define __evlist__for_each_entry_continue(list, evsel) \ argument 282 #define evlist__for_each_entry_continue(evlist, evsel) \ argument 290 #define __evlist__for_each_entry_from(list, evsel) \ argument 298 #define evlist__for_each_entry_from(evlist, evsel) \ argument 306 #define __evlist__for_each_entry_reverse(list, evsel) \ argument 314 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument [all …]
|
D | kvm-stat.c | 8 bool kvm_exit_event(struct evsel *evsel) in kvm_exit_event() 13 void exit_event_get_key(struct evsel *evsel, in exit_event_get_key() 22 bool exit_event_begin(struct evsel *evsel, in exit_event_begin() 33 bool kvm_entry_event(struct evsel *evsel) in kvm_entry_event() 38 bool exit_event_end(struct evsel *evsel, in exit_event_end()
|
D | bpf_counter_cgroup.c | 47 struct evsel *evsel; in bperf_load_program() local 169 static int bperf_cgrp__load(struct evsel *evsel, in bperf_cgrp__load() 210 static int bperf_cgrp__enable(struct evsel *evsel) in bperf_cgrp__enable() 221 static int bperf_cgrp__disable(struct evsel *evsel) in bperf_cgrp__disable() 232 static int bperf_cgrp__read(struct evsel *evsel) in bperf_cgrp__read() 276 static int bperf_cgrp__destroy(struct evsel *evsel) in bperf_cgrp__destroy()
|
D | evlist.c | 114 struct evsel *evsel; in evlist__new_default() local 152 struct evsel *evsel; in evlist__update_id_pos() local 205 void evlist__remove(struct evlist *evlist, struct evsel *evsel) in evlist__remove() 214 struct evsel *evsel, *temp, *leader = NULL; in evlist__splice_list_tail() local 240 struct evsel *evsel = evlist__find_tracepoint_by_name(evlist, assocs[i].name); in __evlist__set_tracepoints_handlers() local 276 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_dummy() local 287 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_aux_dummy() local 306 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0, in evlist__add_sched_switch() local 325 struct evsel *evsel; in evlist__find_tracepoint_by_name() local 339 struct evsel *evsel = evsel__newtp(sys, name); in evlist__add_newtp() local [all …]
|
D | record.c | 26 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
|
D | counts.c | 53 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()
|
/linux-6.14.4/tools/perf/tests/ |
D | parse-events.c | 37 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() 85 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint() local 98 struct evsel *evsel; in test__checkevent_tracepoint_multi() local 116 struct perf_evsel *evsel; in test__checkevent_raw() local 154 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric() local 163 static int assert_hw(struct perf_evsel *evsel, enum perf_hw_id id, const char *name) in assert_hw() 180 struct perf_evsel *evsel; in test__checkevent_symbolic_name() local 196 struct perf_evsel *evsel; in test__checkevent_symbolic_name_config() local 218 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias() local [all …]
|
D | event-times.c | 19 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
|
D | hists_output.c | 53 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
|
/linux-6.14.4/tools/lib/perf/ |
D | evsel.c | 23 void perf_evsel__init(struct perf_evsel *evsel, struct perf_event_attr *attr, in perf_evsel__init() 35 struct perf_evsel *evsel = zalloc(sizeof(*evsel)); in perf_evsel__new() local 43 void perf_evsel__delete(struct perf_evsel *evsel) in perf_evsel__delete() 54 int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 74 static int perf_evsel__alloc_mmap(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_mmap() 89 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() 115 int perf_evsel__open(struct perf_evsel *evsel, struct perf_cpu_map *cpus, in perf_evsel__open() 182 static void perf_evsel__close_fd_cpu(struct perf_evsel *evsel, int cpu_map_idx) in perf_evsel__close_fd_cpu() 196 void perf_evsel__close_fd(struct perf_evsel *evsel) in perf_evsel__close_fd() 202 void perf_evsel__free_fd(struct perf_evsel *evsel) in perf_evsel__free_fd() [all …]
|
D | evlist.c | 37 struct perf_evsel *evsel) in __perf_evlist__propagate_maps() 97 struct perf_evsel *evsel, *n; in perf_evlist__propagate_maps() local 106 struct perf_evsel *evsel) in perf_evlist__add() 117 struct perf_evsel *evsel) in perf_evlist__remove() 214 struct perf_evsel *evsel; in perf_evlist__open() local 232 struct perf_evsel *evsel; in perf_evlist__close() local 240 struct perf_evsel *evsel; in perf_evlist__enable() local 248 struct perf_evsel *evsel; in perf_evlist__disable() local 264 struct perf_evsel *evsel, in perf_evlist__id_hash() 285 struct perf_evsel *evsel, in perf_evlist__id_add() [all …]
|
/linux-6.14.4/tools/perf/arch/x86/tests/ |
D | hybrid.c | 10 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 …]
|
/linux-6.14.4/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 30 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()
|
D | evsel.c | 17 void arch_evsel__set_sample_weight(struct evsel *evsel) in arch_evsel__set_sample_weight() 23 bool evsel__sys_has_perf_metrics(const struct evsel *evsel) in evsel__sys_has_perf_metrics() 63 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group() 72 int arch_evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in arch_evsel__hw_name() 99 void arch__post_evsel_config(struct evsel *evsel, struct perf_event_attr *attr) in arch__post_evsel_config() 127 int arch_evsel__open_strerror(struct evsel *evsel, char *msg, size_t size) in arch_evsel__open_strerror()
|
D | topdown.c | 36 bool arch_is_topdown_slots(const struct evsel *evsel) in arch_is_topdown_slots() 44 bool arch_is_topdown_metrics(const struct evsel *evsel) in arch_is_topdown_metrics() 70 struct evsel *evsel; in arch_topdown_sample_read() local
|
/linux-6.14.4/tools/lib/perf/include/internal/ |
D | evlist.h | 70 #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
|
/linux-6.14.4/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 26 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()
|
/linux-6.14.4/tools/perf/ |
D | builtin-kwork.c | 451 struct evsel *evsel, in work_push_atom() 510 struct evsel *evsel, in work_pop_atom() 602 struct evsel *evsel, in report_entry_event() 613 struct evsel *evsel, in report_exit_event() 657 struct evsel *evsel, in latency_raise_event() 668 struct evsel *evsel, in latency_entry_event() 691 struct evsel *evsel, in timehist_save_callchain() 816 struct evsel *evsel, in timehist_raise_event() 827 struct evsel *evsel, in timehist_entry_event() 848 struct evsel *evsel, in timehist_exit_event() [all …]
|
/linux-6.14.4/tools/lib/perf/tests/ |
D | test-evsel.c | 23 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
|