/Linux-v6.6/tools/perf/util/ |
D | evsel.h | 59 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 …]
|
D | evsel.c | 117 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 …]
|
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() 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 …]
|
D | stat-shadow.c | 55 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() 188 const struct evsel *evsel, int aggr_idx, in print_ratio() 205 const struct evsel *evsel, in print_stalled_cycles_front() 216 const struct evsel *evsel, in print_stalled_cycles_back() 227 const struct evsel *evsel, in print_branch_miss() 238 const struct evsel *evsel, in print_l1d_miss() 249 const struct evsel *evsel, in print_l1i_miss() 260 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 | 239 struct perf_evsel *evsel = perf_evlist__first(&evlist->core); in evlist__first() local 246 struct perf_evsel *evsel = perf_evlist__last(&evlist->core); in evlist__last() local 267 #define __evlist__for_each_entry(list, evsel) \ argument 275 #define evlist__for_each_entry(evlist, evsel) \ argument 283 #define __evlist__for_each_entry_continue(list, evsel) \ argument 291 #define evlist__for_each_entry_continue(evlist, evsel) \ argument 299 #define __evlist__for_each_entry_from(list, evsel) \ argument 307 #define evlist__for_each_entry_from(evlist, evsel) \ argument 315 #define __evlist__for_each_entry_reverse(list, evsel) \ argument 323 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument [all …]
|
D | bpf_counter_cgroup.c | 47 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()
|
D | evlist.c | 141 struct evsel *evsel; in evlist__update_id_pos() local 193 void evlist__remove(struct evlist *evlist, struct evsel *evsel) in evlist__remove() 202 struct evsel *evsel, *temp, *leader = NULL; in evlist__splice_list_tail() local 228 struct evsel *evsel = evlist__find_tracepoint_by_name(evlist, assocs[i].name); in __evlist__set_tracepoints_handlers() local 261 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_dummy() local 272 struct evsel *evsel = evlist__dummy_event(evlist); in evlist__add_aux_dummy() local 293 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch() local 311 struct evsel *evsel, *n; in evlist__add_attrs() local 354 struct evsel *evsel; in evlist__find_tracepoint_by_id() local 367 struct evsel *evsel; in evlist__find_tracepoint_by_name() 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-v6.6/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() 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 …]
|
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-v6.6/tools/lib/perf/ |
D | evsel.c | 22 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 …]
|
D | evlist.c | 37 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 …]
|
/Linux-v6.6/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-v6.6/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 | 16 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()
|
D | evlist.c | 28 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
|
/Linux-v6.6/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-v6.6/tools/perf/ |
D | builtin-kwork.c | 392 struct evsel *evsel, in work_push_atom() 437 struct evsel *evsel, in work_pop_atom() 497 struct evsel *evsel, in report_entry_event() 508 struct evsel *evsel, in report_exit_event() 552 struct evsel *evsel, in latency_raise_event() 563 struct evsel *evsel, in latency_entry_event() 586 struct evsel *evsel, in timehist_save_callchain() 711 struct evsel *evsel, in timehist_raise_event() 722 struct evsel *evsel, in timehist_entry_event() 743 struct evsel *evsel, in timehist_exit_event() [all …]
|
/Linux-v6.6/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-v6.6/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
|
D | test-evlist.c | 38 struct perf_evsel *evsel, *leader; in test_stat_cpu() local 97 struct perf_evsel *evsel, *leader; in test_stat_thread() local 152 struct perf_evsel *evsel, *leader; in test_stat_thread_enable() local 216 struct perf_evsel *evsel; in test_mmap_thread() local 327 struct perf_evsel *evsel; in test_mmap_cpus() local 445 struct perf_evsel *evsel; in test_stat_multiplexing() local
|