]> Git Repo - linux.git/commit
libperf evlist: Allow mixing per-thread and per-cpu mmaps
authorAdrian Hunter <[email protected]>
Tue, 24 May 2022 07:54:31 +0000 (10:54 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 26 May 2022 15:36:57 +0000 (12:36 -0300)
commitae4f8ae16a07896403c90305d4b9be27f657c1fc
tree7c541479044cc926874ef878d4ddd28149b9e46e
parent7be1fedd2a0a5b8f20952a675c611815254b74b6
libperf evlist: Allow mixing per-thread and per-cpu mmaps

mmap_per_evsel() will skip events that do not match the CPU, so all CPUs
can be iterated in any case.

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]>
tools/lib/perf/evlist.c
This page took 0.057186 seconds and 4 git commands to generate.