Re: [PATCH v6 3/8] tracing/probes: support '%pd' type for fprobe

2024-03-20 Thread Google
Hi Ye, BTW, if you have a chance, please squash [1/8] to [3/8] patches into 1 patch. There is no reason to split these since these are a local(= the same subsystem) function implementation and callers. Thank you, On Fri, 15 Mar 2024 14:55:35 +0800 Ye Bin wrote: > Support print type '%pd' for

[PATCH v6 3/8] tracing/probes: support '%pd' type for fprobe

2024-03-15 Thread Ye Bin
Support print type '%pd' for print dentry's or file's name. Signed-off-by: Ye Bin --- kernel/trace/trace_fprobe.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/kernel/trace/trace_fprobe.c b/kernel/trace/trace_fprobe.c index 7d2ddbcfa377..988d68e906ad 100644 ---