Re: [PATCH -tip 5/5] tracing: Remove kretprobe unknown indicator from stacktrace

2021-03-05 Thread Steven Rostedt
On Sat, 6 Mar 2021 00:39:50 +0900 Masami Hiramatsu wrote: > Since the stacktrace API fixup the kretprobed address correctly, > there is no need to convert the "kretprobe_trampoline" to > "[unknown/kretprobe'd]" anymore. Remove it. > > Signed-off-by: Masami Hiramatsu > --- > kernel/trace/trac

[PATCH -tip 5/5] tracing: Remove kretprobe unknown indicator from stacktrace

2021-03-05 Thread Masami Hiramatsu
Since the stacktrace API fixup the kretprobed address correctly, there is no need to convert the "kretprobe_trampoline" to "[unknown/kretprobe'd]" anymore. Remove it. Signed-off-by: Masami Hiramatsu --- kernel/trace/trace_output.c | 27 --- 1 file changed, 4 insertions