Home
last modified time | relevance | path

Searched defs:evlist (Results 1 – 25 of 60) sorted by relevance

123

/tools/perf/tests/
Dparse-events.c15 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 …]
Devent-times.c11 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
Dbackward-ring-buffer.c26 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
Dkeep-tracking.c26 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
Devsel-roundtrip-name.c12 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
Dswitch-tracking.c113 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
Dhists_filter.c46 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
Dtask-exit.c39 struct perf_evlist *evlist; in test__task_exit() local
Dopenat-syscall-tp-fields.c30 struct perf_evlist *evlist = perf_evlist__new(); in test__syscall_openat_tp_fields() local
Dsw-clock.c28 struct perf_evlist *evlist; in __test__sw_clock_freq() local
Dcode-reading.c333 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
Dmmap-basic.c28 struct perf_evlist *evlist; in test__basic_mmap() local
Dhists_link.c62 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
Dparse-no-sample-id-all.c40 struct perf_evlist *evlist = NULL; in process_events() local
/tools/perf/util/
Devlist.c37 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 …]
Devlist.h119 #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
Dcgroup.c76 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
Drecord.c13 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()
Ddrv_configs.c61 int perf_evlist__apply_drv_configs(struct perf_evlist *evlist, in perf_evlist__apply_drv_configs()
Dstat.c161 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/
Dauxtrace.c27 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()
Dintel-pt.c58 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/
Dkvm-stat.c105 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/
Dauxtrace.c27 *auxtrace_record__init(struct perf_evlist *evlist, int *err) in auxtrace_record__init()
/tools/perf/arch/x86/tests/
Dintel-cqm.c38 struct perf_evlist *evlist = NULL; in test__intel_cqm_count_nmi_context() local

123