Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dswitch-tracking.c356 cpu_clocks_evsel = perf_evlist__last(evlist); in test__switch_tracking()
365 cycles_evsel = perf_evlist__last(evlist); in test__switch_tracking()
380 switch_evsel = perf_evlist__last(evlist); in test__switch_tracking()
410 tracking_evsel = perf_evlist__last(evlist); in test__switch_tracking()
Dkeep-tracking.c125 evsel = perf_evlist__last(evlist); in test__keep_tracking()
Dhists_link.c324 evsel = perf_evlist__last(evlist); in test__hists_link()
/linux-4.4.14/tools/perf/util/
Drecord.c257 evsel = perf_evlist__last(temp_evlist); in perf_evlist__can_select_event()
Devlist.h192 static inline struct perf_evsel *perf_evlist__last(struct perf_evlist *evlist) in perf_evlist__last() function
Dparse-events.c1416 last = perf_evlist__last(evlist); in parse_events()
1530 last = perf_evlist__last(evlist); in foreach_evsel_in_last_glob()
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c372 evsel = perf_evlist__last(evlist); in intel_pt_track_switches()
638 switch_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
694 tracking_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
Dintel-bts.c240 tracking_evsel = perf_evlist__last(evlist); in intel_bts_recording_options()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c757 evsel = perf_evlist__last(*pevlist); in process_attr()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c2210 pos = perf_evlist__last(evlist); in perf_evsel_menu__run()