sample_cpu       2168 tools/perf/builtin-record.c 	OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
sample_cpu       1041 tools/perf/util/evsel.c 	if (target__has_cpu(&opts->target) || opts->sample_cpu)
sample_cpu        121 tools/perf/util/python.c 	sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
sample_cpu         28 tools/perf/util/record.h 	bool	      sample_cpu;