/tools/perf/tests/ |
D | parse-events.c | 15 static int test__checkevent_tracepoint(struct perf_evlist *evlist) in test__checkevent_tracepoint() 28 static int test__checkevent_tracepoint_multi(struct perf_evlist *evlist) in test__checkevent_tracepoint_multi() 46 static int test__checkevent_raw(struct perf_evlist *evlist) in test__checkevent_raw() 56 static int test__checkevent_numeric(struct perf_evlist *evlist) in test__checkevent_numeric() 66 static int test__checkevent_symbolic_name(struct perf_evlist *evlist) in test__checkevent_symbolic_name() 77 static int test__checkevent_symbolic_name_config(struct perf_evlist *evlist) in test__checkevent_symbolic_name_config() 98 static int test__checkevent_symbolic_alias(struct perf_evlist *evlist) in test__checkevent_symbolic_alias() 109 static int test__checkevent_genhw(struct perf_evlist *evlist) in test__checkevent_genhw() 119 static int test__checkevent_breakpoint(struct perf_evlist *evlist) in test__checkevent_breakpoint() 133 static int test__checkevent_breakpoint_x(struct perf_evlist *evlist) in test__checkevent_breakpoint_x() [all …]
|
D | event-times.c | 11 static int attach__enable_on_exec(struct perf_evlist *evlist) in attach__enable_on_exec() 47 static int detach__enable_on_exec(struct perf_evlist *evlist) in detach__enable_on_exec() 53 static int attach__current_disabled(struct perf_evlist *evlist) in attach__current_disabled() 79 static int attach__current_enabled(struct perf_evlist *evlist) in attach__current_enabled() 99 static int detach__disable(struct perf_evlist *evlist) in detach__disable() 106 static int attach__cpu_disabled(struct perf_evlist *evlist) in attach__cpu_disabled() 135 static int attach__cpu_enabled(struct perf_evlist *evlist) in attach__cpu_enabled() 161 struct perf_evlist *evlist = NULL; in test_times() local
|
D | backward-ring-buffer.c | 26 static int count_samples(struct perf_evlist *evlist, int *sample_count, in count_samples() 54 static int do_test(struct perf_evlist *evlist, int mmap_pages, in do_test() 81 struct perf_evlist *evlist; in test__backward_ring_buffer() local
|
D | keep-tracking.c | 26 static int find_comm(struct perf_evlist *evlist, const char *comm) in find_comm() 64 struct perf_evlist *evlist = NULL; in test__keep_tracking() local
|
D | evsel-roundtrip-name.c | 12 struct perf_evlist *evlist = perf_evlist__new(); in perf_evsel__roundtrip_cache_name_test() local 68 struct perf_evlist *evlist = perf_evlist__new(); in __perf_evsel__name_array_test() local
|
D | switch-tracking.c | 113 static int process_sample_event(struct perf_evlist *evlist, in process_sample_event() 163 static int process_event(struct perf_evlist *evlist, union perf_event *event, in process_event() 203 static int add_event(struct perf_evlist *evlist, struct list_head *events, in add_event() 252 static int process_events(struct perf_evlist *evlist, in process_events() 323 struct perf_evlist *evlist = NULL; in test__switch_tracking() local
|
D | hists_filter.c | 46 static int add_hist_entries(struct perf_evlist *evlist, in add_hist_entries() 108 struct perf_evlist *evlist = perf_evlist__new(); in test__hists_filter() local
|
D | task-exit.c | 39 struct perf_evlist *evlist; in test__task_exit() local
|
D | openat-syscall-tp-fields.c | 30 struct perf_evlist *evlist = perf_evlist__new(); in test__syscall_openat_tp_fields() local
|
D | sw-clock.c | 28 struct perf_evlist *evlist; in __test__sw_clock_freq() local
|
D | code-reading.c | 333 struct perf_evlist *evlist, in process_sample_event() 356 static int process_event(struct machine *machine, struct perf_evlist *evlist, in process_event() 379 static int process_events(struct machine *machine, struct perf_evlist *evlist, in process_events() 491 struct perf_evlist *evlist = NULL; in do_test_code_reading() local
|
D | mmap-basic.c | 28 struct perf_evlist *evlist; in test__basic_mmap() local
|
D | hists_link.c | 62 static int add_hist_entries(struct perf_evlist *evlist, struct machine *machine) in add_hist_entries() 272 struct perf_evlist *evlist = perf_evlist__new(); in test__hists_link() local
|
D | parse-no-sample-id-all.c | 40 struct perf_evlist *evlist = NULL; in process_events() local
|
/tools/perf/util/ |
D | evlist.c | 37 void perf_evlist__init(struct perf_evlist *evlist, struct cpu_map *cpus, in perf_evlist__init() 53 struct perf_evlist *evlist = zalloc(sizeof(*evlist)); in perf_evlist__new() local 63 struct perf_evlist *evlist = perf_evlist__new(); in perf_evlist__new_default() local 75 struct perf_evlist *evlist = perf_evlist__new(); in perf_evlist__new_dummy() local 92 void perf_evlist__set_id_pos(struct perf_evlist *evlist) in perf_evlist__set_id_pos() 100 static void perf_evlist__update_id_pos(struct perf_evlist *evlist) in perf_evlist__update_id_pos() 110 static void perf_evlist__purge(struct perf_evlist *evlist) in perf_evlist__purge() 123 void perf_evlist__exit(struct perf_evlist *evlist) in perf_evlist__exit() 130 void perf_evlist__delete(struct perf_evlist *evlist) in perf_evlist__delete() 146 static void __perf_evlist__propagate_maps(struct perf_evlist *evlist, in __perf_evlist__propagate_maps() [all …]
|
D | evlist.h | 119 #define perf_evlist__add_default_attrs(evlist, array) \ argument 132 #define perf_evlist__set_sample_bit(evlist, bit) \ argument 135 #define perf_evlist__reset_sample_bit(evlist, bit) \ argument 256 static inline struct perf_evsel *perf_evlist__first(struct perf_evlist *evlist) in perf_evlist__first() 261 static inline struct perf_evsel *perf_evlist__last(struct perf_evlist *evlist) in perf_evlist__last() 307 #define evlist__for_each_entry(evlist, evsel) \ argument 323 #define evlist__for_each_entry_continue(evlist, evsel) \ argument 339 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument 357 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument
|
D | cgroup.c | 76 static int add_cgroup(struct perf_evlist *evlist, char *str) in add_cgroup() 140 struct perf_evlist *evlist = *(struct perf_evlist **)opt->value; in parse_cgroups() local
|
D | record.c | 13 struct perf_evlist *evlist; in perf_do_probe_api() local 132 void perf_evlist__config(struct perf_evlist *evlist, struct record_opts *opts, in perf_evlist__config() 242 bool perf_evlist__can_select_event(struct perf_evlist *evlist, const char *str) in perf_evlist__can_select_event()
|
D | drv_configs.c | 61 int perf_evlist__apply_drv_configs(struct perf_evlist *evlist, in perf_evlist__apply_drv_configs()
|
D | stat.c | 161 int perf_evlist__alloc_stats(struct perf_evlist *evlist, bool alloc_raw) in perf_evlist__alloc_stats() 177 void perf_evlist__free_stats(struct perf_evlist *evlist) in perf_evlist__free_stats() 188 void perf_evlist__reset_stats(struct perf_evlist *evlist) in perf_evlist__reset_stats()
|
/tools/perf/arch/x86/util/ |
D | auxtrace.c | 27 struct auxtrace_record *auxtrace_record__init_intel(struct perf_evlist *evlist, in auxtrace_record__init_intel() 65 struct auxtrace_record *auxtrace_record__init(struct perf_evlist *evlist, in auxtrace_record__init()
|
D | intel-pt.c | 58 struct perf_evlist *evlist; member 124 struct perf_evlist *evlist, u64 *res) in intel_pt_read_config() 146 struct perf_evlist *evlist) in intel_pt_psb_period() 277 static const char *intel_pt_find_filter(struct perf_evlist *evlist, in intel_pt_find_filter() 298 intel_pt_info_priv_size(struct auxtrace_record *itr, struct perf_evlist *evlist) in intel_pt_info_priv_size() 407 static int intel_pt_track_switches(struct perf_evlist *evlist) in intel_pt_track_switches() 547 struct perf_evlist *evlist, in intel_pt_recording_options()
|
/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 105 static int is_tracepoint_available(const char *str, struct perf_evlist *evlist) in is_tracepoint_available() 118 struct perf_evlist *evlist) in ppc__setup_book3s_hv() 145 struct perf_evlist *evlist = perf_evlist__new(); in ppc__setup_kvm_tp() local
|
/tools/perf/arch/arm/util/ |
D | auxtrace.c | 27 *auxtrace_record__init(struct perf_evlist *evlist, int *err) in auxtrace_record__init()
|
/tools/perf/arch/x86/tests/ |
D | intel-cqm.c | 38 struct perf_evlist *evlist = NULL; in test__intel_cqm_count_nmi_context() local
|