perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Oct 2023 13:29:38 +0000 (10:29 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 12 Oct 2023 17:01:55 +0000 (10:01 -0700)
commit29a2fd7c72b3bd8b67bcee363f8068275a4ef351
tree031bc6b782563964aef705d65e8fc8122644aef4
parent03ff4c6b3e41b3530c6c88cc91a7af599322eb89
perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols

This is a longstanding to do list entry: we need a way to see that a
sample took place while in idle state, as the current way to do it is
to infer that by the name of the functions that in such state have
more samples, IOW: a hack.

Maybe we can do flip a bit in samples that take place inside the
enter/exit idle section in do_idle()?

But till then, add one more :-\

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/ZR66Qgbcltt+zG7F@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/symbol.c