Home
last modified time | relevance | path

Searched refs:evlist__first (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.15/tools/perf/tests/
Dparse-events.c51 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint()
82 struct evsel *evsel = evlist__first(evlist); in test__checkevent_raw()
92 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric()
102 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_name()
113 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_name_config()
134 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias()
145 struct evsel *evsel = evlist__first(evlist); in test__checkevent_genhw()
155 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint()
169 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x()
182 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r()
[all …]
Dexpand-cgroup.c47 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()
Dswitch-tracking.c409 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking()
414 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
442 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
Dtask-exit.c89 evsel = evlist__first(evlist); in test__task_exit()
Devsel-roundtrip-name.c38 evsel = evlist__first(evlist); in perf_evsel__roundtrip_cache_name_test()
Devent_update.c95 evsel = evlist__first(evlist); in test__event_update()
Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
Dperf-time-to-tsc.c87 evsel = evlist__first(evlist); in test__perf_time_to_tsc()
Dperf-record.c108 evsel = evlist__first(evlist); in test__PERF_RECORD()
Dhists_link.c314 first = evlist__first(evlist); in test__hists_link()
Dhists_cumulate.c724 evsel = evlist__first(evlist); in test__hists_cumulate()
Dcode-reading.c648 evsel = evlist__first(evlist); in do_test_code_reading()
Dhists_output.c611 evsel = evlist__first(evlist); in test__hists_output()
/Linux-v5.15/tools/perf/util/
Devlist.c119 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()
602 return evlist__first(evlist); in evlist__id2evsel()
609 return evlist__first(evlist); in evlist__id2evsel()
650 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()
1188 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_read_format()
1210 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()
1243 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all()
1255 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
1546 struct evsel *first = evlist__first(evlist); in evlist__strerror_open()
1607 if (move_evsel == evlist__first(evlist)) in evlist__to_front()
[all …]
Dperf_api_probe.c29 evsel = evlist__first(evlist); in perf_do_probe_api()
Dtop.c74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
Drecord.c133 struct evsel *first = evlist__first(evlist); in evlist__config()
Devlist.h226 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
Djitdump.c866 first = evlist__first(session->evlist); in jit_process()
Dstat-display.c1263 evlist->selected = evlist__first(evlist); in evlist__print_counters()
Dsort.c2536 evsel = evlist__first(evlist); in find_evsel()
/Linux-v5.15/tools/perf/arch/x86/tests/
Dintel-cqm.c66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
/Linux-v5.15/tools/perf/
Dbuiltin-top.c538 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
547 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
975 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()
999 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()
1714 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
/Linux-v5.15/tools/perf/arch/x86/util/
Diostat.c455 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
/Linux-v5.15/tools/perf/ui/browsers/
Dhists.c3513 pos = evlist__first(evlist); in perf_evsel_menu__run()
3622 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()

12