[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=whQ_yeRDh_zZjhz-4q8G=vu5Ypb-Y3f=efHQSwd5Kas3w@mail.gmail.com>
Date: Tue, 26 Nov 2024 15:33:10 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>, Ian Rogers <irogers@...gle.com>,
Kan Liang <kan.liang@...ux.intel.com>, Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, LKML <linux-kernel@...r.kernel.org>,
linux-perf-users@...r.kernel.org
Subject: Re: [GIT PULL] perf-tools changes for v6.13
On Sun, 24 Nov 2024 at 23:17, Namhyung Kim <namhyung@...nel.org> wrote:
>
> Please consider pulling the following changes in perf tools for v6.13.
Hmm. Has the default search path for the vmlinux image changed?
Doing profiling with this, I get
openat(AT_FDCWD, "vmlinux", O_RDONLY) = 5
which is very very wrong for my kernel build - it basically picks up
the vmlinux image from the build directory, which has absolutely
*nothign* to do with the image that is being run at the moment.
So now I need to point "perf report" at the actual image, which I
didn't need to do before.
Linus
Powered by blists - more mailing lists