/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 87 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint() 157 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric() 201 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias() 224 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint() 238 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x() 251 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r() 266 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_w() 281 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_rw() 297 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint_modifier() 391 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias_modifier() [all …]
|
H A D | expand-cgroup.c | 47 was_group_event = evsel__is_group_event(evlist__first(evlist)); in test_expand_events() 48 nr_members = evlist__first(evlist)->core.nr_members; in test_expand_events()
|
H A D | switch-tracking.c | 403 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking() 408 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking() 436 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
|
H A D | task-exit.c | 89 evsel = evlist__first(evlist); in test__task_exit()
|
H A D | event_update.c | 88 evsel = evlist__first(evlist); in test__event_update()
|
H A D | keep-tracking.c | 97 evsel = evlist__first(evlist); in test__keep_tracking()
|
H A D | perf-record.c | 108 evsel = evlist__first(evlist); in test__PERF_RECORD()
|
H A D | hists_link.c | 333 first = evlist__first(evlist); in test__hists_link()
|
H A D | hists_cumulate.c | 737 evsel = evlist__first(evlist); in test__hists_cumulate()
|
H A D | hists_output.c | 624 evsel = evlist__first(evlist); in test__hists_output()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 27 struct evsel *evsel = evlist__first(evlist); in test__hybrid_hw_event_with_pmu() 40 evsel = leader = evlist__first(evlist); in test__hybrid_hw_group_event() 59 evsel = leader = evlist__first(evlist); in test__hybrid_sw_hw_group_event() 76 evsel = leader = evlist__first(evlist); in test__hybrid_hw_sw_group_event() 93 evsel = leader = evlist__first(evlist); in test__hybrid_group_modifier1() 128 struct evsel *evsel = evlist__first(evlist); in test__hybrid_raw2() 138 struct evsel *evsel = evlist__first(evlist); in test__hybrid_cache_event() 149 struct evsel *evsel = evlist__first(evlist); in test__checkevent_pmu()
|
H A D | intel-cqm.c | 66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
|
/openbmc/linux/tools/perf/util/ |
H A D | evlist.c | 141 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos() 417 itr.evsel = evlist__first(evlist); in evlist__cpu_begin() 445 evlist_cpu_itr->evsel = evlist__first(evlist_cpu_itr->container); in evlist_cpu_iterator__next() 668 return evlist__first(evlist); in evlist__id2evsel() 675 return evlist__first(evlist); in evlist__id2evsel() 716 struct evsel *first = evlist__first(evlist); in evlist__event2evsel() 1266 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_read_format() 1288 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size() 1295 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all() 1307 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all() [all …]
|
H A D | bpf_off_cpu.c | 181 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare() 250 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
|
H A D | perf_api_probe.c | 29 evsel = evlist__first(evlist); in perf_do_probe_api()
|
H A D | top.c | 74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
|
H A D | record.c | 126 struct evsel *first = evlist__first(evlist); in evlist__config()
|
H A D | evlist.h | 238 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
|
H A D | stat-display.c | 1023 evsel = evlist__first(evlist); in print_metric_begin() 1206 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers() 1545 evlist->selected = evlist__first(evlist); in evlist__print_counters()
|
H A D | jitdump.c | 872 first = evlist__first(session->evlist); in jit_process()
|
H A D | sort.c | 2888 evsel = evlist__first(evlist); in find_evsel()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 541 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress() 550 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress() 978 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check() 1002 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback() 1776 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
|
H A D | builtin-stat.c | 2843 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | iostat.c | 456 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 3502 pos = evlist__first(evlist); in perf_evsel_menu__run() 3609 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()
|