Home
last modified time | relevance | path

Searched refs:record_switch_events (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Drecord.h36 bool record_switch_events; member
Devsel.c1087 if (opts->record_switch_events) in perf_evsel__config()
/tools/perf/arch/x86/util/
Dintel-pt.c736 opts->record_switch_events = false; in intel_pt_recording_options()
739 opts->record_switch_events = true; in intel_pt_recording_options()
/tools/perf/arch/arm/util/
Dcs-etm.c268 opts->record_switch_events = true; in cs_etm_recording_options()
/tools/perf/
Dbuiltin-record.c2231 OPT_BOOLEAN(0, "switch-events", &record.opts.record_switch_events,
2341 if (rec->opts.record_switch_events && in cmd_record()