Loading
Documentation: tracing: add new type '%pd' and '%pD' for kprobe
mainline inclusion from mainline-v6.10-rc1 commit 5e37460f5f9266bcd037137f1bd9eb24b9940faf category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAMXDU Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5e37460f5f9266bcd037137f1bd9eb24b9940faf -------------------------------- Similar to printk() '%pd' is for fetch dentry's name from struct dentry's pointer, and '%pD' is for fetch file's name from struct file's pointer. Link: https://lore.kernel.org/all/20240322064308.284457-4-yebin10@huawei.com/ Signed-off-by:Ye Bin <yebin10@huawei.com> Acked-by:
Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by:
Masami Hiramatsu (Google) <mhiramat@kernel.org> Conflicts: Documentation/trace/kprobetrace.rst [Fix context diff] Signed-off-by:
Ye Bin <yebin10@huawei.com>