Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Drecord.h38 bool record_switch_events; member
86 return opts->record_switch_events_set && !opts->record_switch_events; in record_opts__no_switch_events()
Devsel.c1202 if (opts->record_switch_events) in evsel__config()
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
Dintel-pt.c819 opts->record_switch_events = false; in intel_pt_recording_options()
822 opts->record_switch_events = true; in intel_pt_recording_options()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
Dcs-etm.c270 opts->record_switch_events = true; in cs_etm_recording_options()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-record.c2536 OPT_BOOLEAN_SET(0, "switch-events", &record.opts.record_switch_events,
2668 if (rec->opts.record_switch_events && in cmd_record()