Skip to content

Commit 783abbd

Browse files
committed
perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbols
The "mwait_idle_with_hints" one was already there, some compiler artifact now adds this ".constprop.0" suffix, cover that one too. At some point we need to put these in a special bucket and show it somewhere on the screen. Noticed building the kernel on a fedora:32 system using: gcc version 10.2.1 20200723 (Red Hat 10.2.1-1) (GCC) Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 0c5f1ac commit 783abbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/perf/util/symbol.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ static bool symbol__is_idle(const char *name)
663663
"exit_idle",
664664
"mwait_idle",
665665
"mwait_idle_with_hints",
666+
"mwait_idle_with_hints.constprop.0",
666667
"poll_idle",
667668
"ppc64_runlatch_off",
668669
"pseries_dedicated_idle_sleep",

0 commit comments

Comments
 (0)