Searched refs:switch_evsel (Results 1 – 3 of 3) sorted by relevance
62 struct evsel *switch_evsel; member138 if (evsel == switch_tracking->switch_evsel) { in process_sample_event()341 struct evsel *switch_evsel, *tracking_evsel; in test__switch_tracking() local399 switch_evsel = evlist__last(evlist); in test__switch_tracking()401 evsel__set_sample_bit(switch_evsel, CPU); in test__switch_tracking()402 evsel__set_sample_bit(switch_evsel, TIME); in test__switch_tracking()404 switch_evsel->core.system_wide = true; in test__switch_tracking()405 switch_evsel->no_aux_samples = true; in test__switch_tracking()406 switch_evsel->immediate = true; in test__switch_tracking()543 switch_tracking.switch_evsel = switch_evsel; in test__switch_tracking()
804 struct evsel *switch_evsel; in intel_pt_recording_options() local810 switch_evsel = evlist__last(evlist); in intel_pt_recording_options()812 switch_evsel->core.attr.freq = 0; in intel_pt_recording_options()813 switch_evsel->core.attr.sample_period = 1; in intel_pt_recording_options()814 switch_evsel->core.attr.context_switch = 1; in intel_pt_recording_options()816 switch_evsel->core.system_wide = true; in intel_pt_recording_options()817 switch_evsel->no_aux_samples = true; in intel_pt_recording_options()818 switch_evsel->immediate = true; in intel_pt_recording_options()820 evsel__set_sample_bit(switch_evsel, TID); in intel_pt_recording_options()821 evsel__set_sample_bit(switch_evsel, TIME); in intel_pt_recording_options()[all …]
61 struct evsel *switch_evsel; member2834 if (evsel != pt->switch_evsel) in intel_pt_process_switch()3088 if (pt->switch_evsel && event->header.type == PERF_RECORD_SAMPLE) in intel_pt_process_event()3897 pt->switch_evsel = intel_pt_find_sched_switch(session->evlist); in intel_pt_process_auxtrace_info()3898 if (!pt->switch_evsel) { in intel_pt_process_auxtrace_info()
Completed in 14 milliseconds