Home
last modified time | relevance | path

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

1234

/tools/perf/tests/
Dparse-events.c17 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_tracepoint() local
30 struct perf_evsel *evsel; in test__checkevent_tracepoint_multi() local
48 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_raw() local
58 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_numeric() local
68 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_symbolic_name() local
79 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_symbolic_name_config() local
100 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_symbolic_alias() local
111 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_genhw() local
121 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_breakpoint() local
135 struct perf_evsel *evsel = perf_evlist__first(evlist); in test__checkevent_breakpoint_x() local
[all …]
Devent-times.c13 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__enable_on_exec() local
55 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__current_disabled() local
81 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__current_enabled() local
101 struct perf_evsel *evsel = perf_evlist__last(evlist); in detach__disable() local
108 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__cpu_disabled() local
137 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__cpu_enabled() local
162 struct perf_evsel *evsel; in test_times() local
Devsel-tp-sched.c7 static int perf_evsel__test_field(struct perf_evsel *evsel, const char *name, in perf_evsel__test_field()
37 struct perf_evsel *evsel = perf_evsel__newtp("sched", "sched_switch"); in test__perf_evsel__tp_sched_test() local
Dhists_output.c49 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
121 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1()
223 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2()
279 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3()
353 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4()
455 static int test5(struct perf_evsel *evsel, struct machine *machine) in test5()
579 struct perf_evsel *evsel; in test__hists_output() local
Devsel-roundtrip-name.c11 struct perf_evsel *evsel; in perf_evsel__roundtrip_cache_name_test() local
67 struct perf_evsel *evsel; in __perf_evsel__name_array_test() local
Dhists_cumulate.c79 struct perf_evsel *evsel = hists_to_evsel(hists); in add_hist_entries() local
246 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1()
297 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2()
445 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3()
502 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4()
693 struct perf_evsel *evsel; in test__hists_cumulate() local
Dhists_filter.c49 struct perf_evsel *evsel; in add_hist_entries() local
107 struct perf_evsel *evsel; in test__hists_filter() local
Dopenat-syscall.c11 struct perf_evsel *evsel; in test__openat_syscall_event() local
/tools/perf/util/
Devsel.c65 int (*init)(struct perf_evsel *evsel), in perf_evsel__object_config()
66 void (*fini)(struct perf_evsel *evsel)) in perf_evsel__object_config()
165 void perf_evsel__calc_id_pos(struct perf_evsel *evsel) in perf_evsel__calc_id_pos()
171 void __perf_evsel__set_sample_bit(struct perf_evsel *evsel, in __perf_evsel__set_sample_bit()
181 void __perf_evsel__reset_sample_bit(struct perf_evsel *evsel, in __perf_evsel__reset_sample_bit()
191 void perf_evsel__set_sample_id(struct perf_evsel *evsel, in perf_evsel__set_sample_id()
211 bool perf_evsel__is_function_event(struct perf_evsel *evsel) in perf_evsel__is_function_event()
221 void perf_evsel__init(struct perf_evsel *evsel, in perf_evsel__init()
242 struct perf_evsel *evsel = zalloc(perf_evsel__object.size); in perf_evsel__new_idx() local
262 struct perf_evsel *evsel; in perf_evsel__new_cycles() local
[all …]
Dstat.c67 bool __perf_evsel_stat__is(struct perf_evsel *evsel, in __perf_evsel_stat__is()
90 void perf_stat_evsel_id_init(struct perf_evsel *evsel) in perf_stat_evsel_id_init()
105 static void perf_evsel__reset_stat_priv(struct perf_evsel *evsel) in perf_evsel__reset_stat_priv()
116 static int perf_evsel__alloc_stat_priv(struct perf_evsel *evsel) in perf_evsel__alloc_stat_priv()
125 static void perf_evsel__free_stat_priv(struct perf_evsel *evsel) in perf_evsel__free_stat_priv()
130 static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel, in perf_evsel__alloc_prev_raw_counts()
142 static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel) in perf_evsel__free_prev_raw_counts()
148 static int perf_evsel__alloc_stats(struct perf_evsel *evsel, bool alloc_raw) in perf_evsel__alloc_stats()
163 struct perf_evsel *evsel; in perf_evlist__alloc_stats() local
179 struct perf_evsel *evsel; in perf_evlist__free_stats() local
[all …]
Dcounts.c37 void perf_evsel__reset_counts(struct perf_evsel *evsel) in perf_evsel__reset_counts()
42 int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_counts()
48 void perf_evsel__free_counts(struct perf_evsel *evsel) in perf_evsel__free_counts()
Drecord.c14 struct perf_evsel *evsel; in perf_do_probe_api() local
78 static void perf_probe_sample_identifier(struct perf_evsel *evsel) in perf_probe_sample_identifier()
83 static void perf_probe_comm_exec(struct perf_evsel *evsel) in perf_probe_comm_exec()
88 static void perf_probe_context_switch(struct perf_evsel *evsel) in perf_probe_context_switch()
135 struct perf_evsel *evsel; in perf_evlist__config() local
245 struct perf_evsel *evsel; in perf_evlist__can_select_event() local
Devsel.h23 struct perf_evsel *evsel; member
143 static inline struct cpu_map *perf_evsel__cpus(struct perf_evsel *evsel) in perf_evsel__cpus()
148 static inline int perf_evsel__nr_cpus(struct perf_evsel *evsel) in perf_evsel__nr_cpus()
228 #define perf_evsel__set_sample_bit(evsel, bit) \ argument
231 #define perf_evsel__reset_sample_bit(evsel, bit) \ argument
261 static inline char *perf_evsel__strval(struct perf_evsel *evsel, in perf_evsel__strval()
274 #define perf_evsel__match(evsel, t, c) \ argument
304 static inline int perf_evsel__read_on_cpu(struct perf_evsel *evsel, in perf_evsel__read_on_cpu()
317 static inline int perf_evsel__read_on_cpu_scaled(struct perf_evsel *evsel, in perf_evsel__read_on_cpu_scaled()
326 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next()
[all …]
Devlist.c102 struct perf_evsel *evsel; in perf_evlist__update_id_pos() local
147 struct perf_evsel *evsel) in __perf_evlist__propagate_maps()
167 struct perf_evsel *evsel; in perf_evlist__propagate_maps() local
186 void perf_evlist__remove(struct perf_evlist *evlist, struct perf_evsel *evsel) in perf_evlist__remove()
196 struct perf_evsel *evsel, *temp; in perf_evlist__splice_list_tail() local
206 struct perf_evsel *evsel, *leader; in __perf_evlist__set_leader() local
242 struct perf_evsel *evsel = perf_evsel__new_cycles(); in perf_evlist__add_default() local
258 struct perf_evsel *evsel = perf_evsel__new(&attr); in perf_evlist__add_dummy() local
270 struct perf_evsel *evsel, *n; in perf_evlist__add_attrs() local
305 struct perf_evsel *evsel; in perf_evlist__find_tracepoint_by_id() local
[all …]
Ddrv_configs.c22 perf_evsel__apply_drv_configs(struct perf_evsel *evsel, in perf_evsel__apply_drv_configs()
65 struct perf_evsel *evsel; in perf_evlist__apply_drv_configs() local
Devlist.h299 #define __evlist__for_each_entry(list, evsel) \ argument
307 #define evlist__for_each_entry(evlist, evsel) \ argument
315 #define __evlist__for_each_entry_continue(list, evsel) \ argument
323 #define evlist__for_each_entry_continue(evlist, evsel) \ argument
331 #define __evlist__for_each_entry_reverse(list, evsel) \ argument
339 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument
348 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
357 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument
Dstat-shadow.c53 static int evsel_context(struct perf_evsel *evsel) in evsel_context()
176 struct perf_evsel *evsel, double avg, in print_stalled_cycles_frontend()
198 struct perf_evsel *evsel, double avg, in print_stalled_cycles_backend()
216 struct perf_evsel *evsel, in print_branch_misses()
235 struct perf_evsel *evsel, in print_l1_dcache_misses()
254 struct perf_evsel *evsel, in print_l1_icache_misses()
272 struct perf_evsel *evsel, in print_dtlb_cache_misses()
290 struct perf_evsel *evsel, in print_itlb_cache_misses()
308 struct perf_evsel *evsel, in print_ll_cache_misses()
426 void perf_stat__print_shadow_stats(struct perf_evsel *evsel, in perf_stat__print_shadow_stats()
/tools/perf/arch/x86/util/
Dkvm-stat.c27 static void mmio_event_get_key(struct perf_evsel *evsel, struct perf_sample *sample, in mmio_event_get_key()
38 static bool mmio_event_begin(struct perf_evsel *evsel, in mmio_event_begin()
55 static bool mmio_event_end(struct perf_evsel *evsel, struct perf_sample *sample, in mmio_event_end()
89 static void ioport_event_get_key(struct perf_evsel *evsel, in ioport_event_get_key()
97 static bool ioport_event_begin(struct perf_evsel *evsel, in ioport_event_begin()
109 static bool ioport_event_end(struct perf_evsel *evsel, in ioport_event_end()
/tools/perf/arch/s390/util/
Dkvm-stat.c27 static void event_icpt_insn_get_key(struct perf_evsel *evsel, in event_icpt_insn_get_key()
38 static void event_sigp_get_key(struct perf_evsel *evsel, in event_sigp_get_key()
46 static void event_diag_get_key(struct perf_evsel *evsel, in event_diag_get_key()
54 static void event_icpt_prog_get_key(struct perf_evsel *evsel, in event_icpt_prog_get_key()
/tools/perf/arch/powerpc/util/
Dkvm-stat.c31 static void hcall_event_get_key(struct perf_evsel *evsel, in hcall_event_get_key()
54 static bool hcall_event_end(struct perf_evsel *evsel, in hcall_event_end()
61 static bool hcall_event_begin(struct perf_evsel *evsel, in hcall_event_begin()
/tools/perf/arch/arm/util/
Dauxtrace.c30 struct perf_evsel *evsel; in auxtrace_record__init() local
/tools/perf/
Dbuiltin-annotate.c147 static int perf_evsel__add_sample(struct perf_evsel *evsel, in perf_evsel__add_sample()
194 struct perf_evsel *evsel, in process_sample_event()
221 struct perf_evsel *evsel, in hist_entry__tty_annotate()
229 struct perf_evsel *evsel, in hists__find_annotations()
Dbuiltin-inject.c221 struct perf_evsel *evsel, in perf_event__repipe_sample()
477 struct perf_evsel *evsel, in perf_inject__sched_switch()
501 struct perf_evsel *evsel, in perf_inject__sched_stat()
534 static int perf_evsel__check_stype(struct perf_evsel *evsel, in perf_evsel__check_stype()
561 struct perf_evsel *evsel; in strip_init() local
569 static bool has_tracking(struct perf_evsel *evsel) in has_tracking()
586 struct perf_evsel *evsel; in ok_to_remove() local
608 struct perf_evsel *evsel, *tmp; in strip_fini() local
644 struct perf_evsel *evsel; in __cmd_inject() local
702 struct perf_evsel *evsel; in __cmd_inject() local
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c255 struct perf_evsel *evsel, in perl_process_callchain()
333 struct perf_evsel *evsel, in perl_process_tracepoint()
426 struct perf_evsel *evsel) in perl_process_event_generic()
450 struct perf_evsel *evsel, in perl_process_event()
/tools/perf/ui/gtk/
Dannotate.c89 struct map *map, struct perf_evsel *evsel, in perf_gtk__annotate_symbol()
158 struct perf_evsel *evsel, in symbol__gtk_annotate()
234 struct perf_evsel *evsel, in hist_entry__gtk_annotate()

1234