]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf libunwind: Fix calls to thread__e_machine()
authorIan Rogers <irogers@google.com>
Wed, 11 Feb 2026 05:38:27 +0000 (21:38 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Feb 2026 20:45:22 +0000 (17:45 -0300)
commit1a6c45969a85d1be43dbbf0705aef4bc8eb515a8
treee3cda7564b1db7b9e2a0eb407bf80d98c71d5871
parent5d1ab659fb93eed85d6d8b2937013360157032f4
perf libunwind: Fix calls to thread__e_machine()

Add the missing 'e_flags' option to fix the build.

Fixes: 4e66527f8859a661 ("perf thread: Add optional e_flags output argument to thread__e_machine")
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/unwind-libunwind-local.c