hugetlbfs: support tracepoint
authorHongbo Li <lihongbo22@huawei.com>
Thu, 29 Aug 2024 06:41:09 +0000 (14:41 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 17 Sep 2024 09:07:34 +0000 (11:07 +0200)
commit318580ad7f2828f6269e0b8819e943ddedda3375
tree5a20fbabc76bb4f506fee3f9ce224d3c7f5ec0bb
parent6213dcc752f5d605cc50e08597f47fcbe658a40e
hugetlbfs: support tracepoint

Add basic tracepoints for {alloc, evict, free}_inode, setattr and
fallocate. These can help users to debug hugetlbfs more conveniently.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20240829064110.67884-2-lihongbo22@huawei.com
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
MAINTAINERS
include/trace/events/hugetlbfs.h [new file with mode: 0644]