commit | 298613b8e3f68a1aef2370cd6a9dad462b6c0457 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Tue May 24 10:54:35 2022 +0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Thu May 26 12:36:57 2022 -0300 |
tree | 4affcbf1d3bb9f0d72f84f22a41d69233c026e37 | |
parent | f5fb6d4efe15a2f0d2c0c175c3827ac594023996 [diff] |
perf tools: Allow system-wide events to keep their own CPUs Currently, user_requested_cpus supplants system-wide CPUs when the evlist has_user_cpus. Change that so that system-wide events retain their own CPUs and they are added to all_cpus. Signed-off-by: Adrian Hunter <[email protected]> Acked-by: Ian Rogers <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Alexey Bayduraev <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Leo Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>