PERF_AFFINITY_SYS  708 tools/perf/builtin-record.c 	if (opts->affinity != PERF_AFFINITY_SYS)
PERF_AFFINITY_SYS  907 tools/perf/builtin-record.c 	if (rec->opts.affinity != PERF_AFFINITY_SYS &&
PERF_AFFINITY_SYS 2300 tools/perf/builtin-record.c 	rec->opts.affinity = PERF_AFFINITY_SYS;
PERF_AFFINITY_SYS  934 tools/perf/util/evlist.c 	return evlist__mmap_ex(evlist, pages, 0, false, 0, PERF_AFFINITY_SYS, 1, 0);
PERF_AFFINITY_SYS  197 tools/perf/util/mmap.c 	if (affinity != PERF_AFFINITY_SYS && cpu__max_node() > 1) {