public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf symbols: Add 'intel_idle_irq' to the list of idle symbols
@ 2026-03-23  8:52 Honglei Wang
  2026-03-23 18:35 ` Ian Rogers
  0 siblings, 1 reply; 5+ messages in thread
From: Honglei Wang @ 2026-03-23  8:52 UTC (permalink / raw)
  To: mingo, peterz, acme, namhyung, mark.rutland, alexander.shishkin,
	jolsa, irogers, adrian.hunter, james.clark, ojeda, gary
  Cc: linux-perf-users, linux-kernel

Commit 32d4fd5751ea ("cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE")
introduced intel_idle_irq as entry of those with
CPUIDLE_FLAG_IRQ_ENABLE, say, skx and icx so far. Let's add a new
one to the list of idle symbols to avoid noise.

Signed-off-by: Honglei Wang <jameshongleiwang@126.com>
---
 tools/perf/util/symbol.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 8662001e1e25..7cff66e7ce06 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -730,6 +730,7 @@ static bool symbol__is_idle(const char *name)
 		"cpu_startup_entry",
 		"idle_cpu",
 		"intel_idle",
+		"intel_idle_irq",
 		"intel_idle_ibrs",
 		"default_idle",
 		"native_safe_halt",
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-26  3:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23  8:52 [PATCH] perf symbols: Add 'intel_idle_irq' to the list of idle symbols Honglei Wang
2026-03-23 18:35 ` Ian Rogers
2026-03-25  7:05   ` Namhyung Kim
2026-03-25 16:07     ` Ian Rogers
2026-03-26  3:43       ` Honglei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox