Home
last modified time | relevance | path

Searched refs:perf_evlist__last (Results 1 – 13 of 13) sorted by relevance

/tools/perf/tests/
Devent-times.c17 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__enable_on_exec()
59 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__current_disabled()
85 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__current_enabled()
105 struct perf_evsel *evsel = perf_evlist__last(evlist); in detach__disable()
112 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__cpu_disabled()
141 struct perf_evsel *evsel = perf_evlist__last(evlist); in attach__cpu_enabled()
181 evsel = perf_evlist__last(evlist); in test_times()
Dswitch-tracking.c358 cpu_clocks_evsel = perf_evlist__last(evlist); in test__switch_tracking()
367 cycles_evsel = perf_evlist__last(evlist); in test__switch_tracking()
382 switch_evsel = perf_evlist__last(evlist); in test__switch_tracking()
412 tracking_evsel = perf_evlist__last(evlist); in test__switch_tracking()
Dkeep-tracking.c125 evsel = perf_evlist__last(evlist); in test__keep_tracking()
Dhists_link.c316 evsel = perf_evlist__last(evlist); in test__hists_link()
/tools/perf/util/
Drecord.c260 evsel = perf_evlist__last(temp_evlist); in perf_evlist__can_select_event()
Devlist.h279 static inline struct perf_evsel *perf_evlist__last(struct perf_evlist *evlist) in perf_evlist__last() function
Dparse-events.c1716 last = perf_evlist__last(evlist); in parse_events()
1830 last = perf_evlist__last(evlist); in foreach_evsel_in_last_glob()
Dbpf-loader.c1572 evsel = perf_evlist__last(evlist); in bpf__setup_stdout()
/tools/perf/arch/x86/util/
Dintel-pt.c425 evsel = perf_evlist__last(evlist); in intel_pt_track_switches()
702 switch_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
760 tracking_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
Dintel-bts.c239 tracking_evsel = perf_evlist__last(evlist); in intel_bts_recording_options()
/tools/perf/arch/arm/util/
Dcs-etm.c230 tracking_evsel = perf_evlist__last(evlist); in cs_etm_recording_options()
/tools/perf/
Dbuiltin-script.c1591 evsel = perf_evlist__last(*pevlist); in process_attr()
/tools/perf/ui/browsers/
Dhists.c3395 pos = perf_evlist__last(evlist); in perf_evsel_menu__run()