record_switch_events  268 tools/perf/arch/arm/util/cs-etm.c 		opts->record_switch_events = true;
record_switch_events  735 tools/perf/arch/x86/util/intel-pt.c 				opts->record_switch_events = false;
record_switch_events  738 tools/perf/arch/x86/util/intel-pt.c 				opts->record_switch_events = true;
record_switch_events 2220 tools/perf/builtin-record.c 	OPT_BOOLEAN(0, "switch-events", &record.opts.record_switch_events,
record_switch_events 2330 tools/perf/builtin-record.c 	if (rec->opts.record_switch_events &&
record_switch_events 1087 tools/perf/util/evsel.c 	if (opts->record_switch_events)
record_switch_events   36 tools/perf/util/record.h 	bool	      record_switch_events;