Re: [OT] Pseudo module name in kallsyms (Re: [PATCH V3 03/13] kprobes: Add symbols for kprobe insn pages)

From: Steven Rostedt
Date: Tue Mar 03 2020 - 09:21:28 EST


On Tue, 3 Mar 2020 12:55:24 +0200
Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:

> If special characters are a problem, modules also do not start with '-' or
> '_', so would "_kprobes" and "_ftrace" be acceptable to everyone?
>

Or just be blunt about what it is, and append: "__builtin__" to it:

[__builtin__kprobes]
[__builtin__ftrace]
[__builtin__bpf]

-- Steve