per_thread       2201 tools/perf/builtin-record.c 	OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
per_thread       1864 tools/perf/builtin-stat.c 		target.per_thread = true;
per_thread        939 tools/perf/util/evlist.c 	bool all_threads = (target->per_thread && target->system_wide);
per_thread        942 tools/perf/util/evsel.c 	bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread;
per_thread         60 tools/perf/util/target.c 	if (target->per_thread && (target->system_wide || target->cpu_list)) {
per_thread         61 tools/perf/util/target.c 		target->per_thread = false;
per_thread         17 tools/perf/util/target.h 	bool	     per_thread;
per_thread         69 tools/perf/util/target.h 	return target->system_wide && target->per_thread;
per_thread         77 tools/perf/util/target.h 		use_dummy = target->per_thread ? true : false;