linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce tracepoint for hugetlbfs
@ 2024-06-12  1:11 Hongbo Li
  2024-06-12  1:11 ` [PATCH 1/2] hugetlbfs: support tracepoint Hongbo Li
  2024-06-12  1:11 ` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions Hongbo Li
  0 siblings, 2 replies; 8+ messages in thread
From: Hongbo Li @ 2024-06-12  1:11 UTC (permalink / raw)
  To: muchun.song, rostedt, mhiramat
  Cc: mathieu.desnoyers, linux-mm, linux-trace-kernel, linux-fsdevel,
	lihongbo22

Here we add some basic tracepoints for debugging hugetlbfs: {alloc, free,
evict}_inode, setattr and fallocate.

Hongbo Li (2):
  hugetlbfs: support tracepoint
  hugetlbfs: use tracepoints in hugetlbfs functions.

 MAINTAINERS                      |   1 +
 fs/hugetlbfs/inode.c             |  21 +++-
 include/trace/events/hugetlbfs.h | 164 +++++++++++++++++++++++++++++++
 3 files changed, 184 insertions(+), 2 deletions(-)
 create mode 100644 include/trace/events/hugetlbfs.h

-- 
2.34.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-02 14:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12  1:11 [PATCH 0/2] Introduce tracepoint for hugetlbfs Hongbo Li
2024-06-12  1:11 ` [PATCH 1/2] hugetlbfs: support tracepoint Hongbo Li
2024-06-12  1:11 ` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions Hongbo Li
2024-06-20 11:50   ` Hongbo Li
2024-07-01 23:49   ` Steven Rostedt
2024-07-02 11:55     ` Hongbo Li
2024-07-02 13:30       ` Mathieu Desnoyers
2024-07-02 14:21         ` Hongbo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).