Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dparse-events.c49 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint()
80 struct evsel *evsel = evlist__first(evlist); in test__checkevent_raw()
90 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric()
100 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_name()
111 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_name_config()
132 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias()
143 struct evsel *evsel = evlist__first(evlist); in test__checkevent_genhw()
153 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint()
167 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x()
180 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r()
[all …]
H A 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()
H A Dswitch-tracking.c405 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking()
410 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
438 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
H A Dtask-exit.c93 evsel = evlist__first(evlist); in test__task_exit()
H A Devsel-roundtrip-name.c36 evsel = evlist__first(evlist); in perf_evsel__roundtrip_cache_name_test()
H A Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
H A Devent_update.c95 evsel = evlist__first(evlist); in test__event_update()
H A Dperf-record.c108 evsel = evlist__first(evlist); in test__PERF_RECORD()
H A Dhists_link.c314 first = evlist__first(evlist); in test__hists_link()
H A Dhists_cumulate.c724 evsel = evlist__first(evlist); in test__hists_cumulate()
H A Dcode-reading.c656 evsel = evlist__first(evlist); in do_test_code_reading()
H A Dhists_output.c611 evsel = evlist__first(evlist); in test__hists_output()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c114 struct evsel *first = evlist__first(evlist); in perf_evlist__set_id_pos()
545 return evlist__first(evlist); in perf_evlist__id2evsel()
552 return evlist__first(evlist); in perf_evlist__id2evsel()
596 struct evsel *first = evlist__first(evlist); in perf_evlist__event2evsel()
1153 struct evsel *first = evlist__first(evlist), *pos = first; in perf_evlist__valid_read_format()
1175 struct evsel *first = evlist__first(evlist); in perf_evlist__id_hdr_size()
1208 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all()
1220 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
1508 struct evsel *first = evlist__first(evlist); in evlist__strerror_open()
1570 if (move_evsel == evlist__first(evlist)) in perf_evlist__to_front()
[all …]
H A Dperf_api_probe.c29 evsel = evlist__first(evlist); in perf_do_probe_api()
H A Dtop.c74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
H A Drecord.c131 struct evsel *first = evlist__first(evlist); in perf_evlist__config()
H A Devlist.h255 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
H A Djitdump.c822 first = evlist__first(session->evlist); in jit_process()
H A Dsort.c2361 evsel = evlist__first(evlist); in find_evsel()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dintel-cqm.c66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
H A Dperf-time-to-tsc.c87 evsel = evlist__first(evlist); in test__perf_time_to_tsc()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c537 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
546 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
981 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()
1005 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()
1714 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
H A Dbuiltin-trace.c4055 evlist__first(evlist)->core.attr.inherit;
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c3518 pos = evlist__first(evlist); in perf_evsel_menu__run()
3634 struct evsel *first = evlist__first(evlist); in perf_evlist__tui_browse_hists()