[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240807160826.269f27f8@gandalf.local.home>
Date: Wed, 7 Aug 2024 16:08:26 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Song Liu <songliubraving@...a.com>
Cc: Masami Hiramatsu <mhiramat@...nel.org>, Song Liu <song@...nel.org>,
"live-patching@...r.kernel.org" <live-patching@...r.kernel.org>, LKML
<linux-kernel@...r.kernel.org>, "linux-trace-kernel@...r.kernel.org"
<linux-trace-kernel@...r.kernel.org>, Josh Poimboeuf <jpoimboe@...nel.org>,
Jiri Kosina <jikos@...nel.org>, Miroslav Benes <mbenes@...e.cz>, Petr
Mladek <pmladek@...e.com>, Joe Lawrence <joe.lawrence@...hat.com>, Nathan
Chancellor <nathan@...nel.org>, "morbo@...gle.com" <morbo@...gle.com>,
Justin Stitt <justinstitt@...gle.com>, Luis Chamberlain
<mcgrof@...nel.org>, Leizhen <thunder.leizhen@...wei.com>,
"kees@...nel.org" <kees@...nel.org>, Kernel Team <kernel-team@...a.com>,
Matthew Maurer <mmaurer@...gle.com>, Sami Tolvanen
<samitolvanen@...gle.com>
Subject: Re: [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols
without .XXX suffix
On Wed, 7 Aug 2024 19:41:11 +0000
Song Liu <songliubraving@...a.com> wrote:
> It appears there are multiple APIs that may need change. For example, on gcc
> built kernel, /sys/kernel/tracing/available_filter_functions does not show
> the suffix:
>
> [root@(none)]# grep cmos_irq_enable /proc/kallsyms
> ffffffff81db5470 t __pfx_cmos_irq_enable.constprop.0
> ffffffff81db5480 t cmos_irq_enable.constprop.0
> ffffffff822dec6e t cmos_irq_enable.constprop.0.cold
>
> [root@(none)]# grep cmos_irq_enable /sys/kernel/tracing/available_filter_functions
> cmos_irq_enable
Strange, I don't see that:
~# grep cmos_irq_enable /proc/kallsyms
ffffffff8f4b2500 t __pfx_cmos_irq_enable.constprop.0
ffffffff8f4b2510 t cmos_irq_enable.constprop.0
~# grep cmos_irq_enable /sys/kernel/tracing/available_filter_functions
cmos_irq_enable.constprop.0
-- Steve
>
> perf-probe uses _text+<offset> for such cases:
>
> [root@(none)]# cat /sys/kernel/tracing/kprobe_events
> p:probe/cmos_irq_enable _text+14374016
>
> I am not sure which APIs do we need to change here.
>
> Thanks,
> Song
>
>
Powered by blists - more mailing lists