linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/damon: add a tracepoint for damos apply target regions
@ 2023-09-11  4:59 SeongJae Park
  2023-09-11  4:59 ` [PATCH 1/2] mm/damon/core: " SeongJae Park
  0 siblings, 1 reply; 9+ messages in thread
From: SeongJae Park @ 2023-09-11  4:59 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SeongJae Park, Jonathan Corbet, Steven Rostedt, damon, linux-mm,
	linux-doc, linux-trace-kernel, linux-kernel

Changes from RFC
(https://lore.kernel.org/damon/20230827004045.49516-1-sj@kernel.org/)
- Fix the 4 byte hole (Steven Rostedt)
- Add documentation

DAMON provides damon_aggregated tracepoint to let users record full monitoring
results.  Sometimes, users need to record monitoring results of specific
pattern.  DAMOS tried regions directory of DAMON sysfs interface allows it, but
the interface is mainly designed for snapshots and therefore would be
inefficient for such recording.  Implement yet another tracepoint for efficient
support of the usecase.

SeongJae Park (2):
  mm/damon/core: add a tracepoint for damos apply target regions
  Docs/admin-guide/mm/damon/usage: document damos_before_apply
    tracepoint

 Documentation/admin-guide/mm/damon/usage.rst | 37 ++++++++++++++++----
 include/trace/events/damon.h                 | 37 ++++++++++++++++++++
 mm/damon/core.c                              | 27 +++++++++++++-
 3 files changed, 93 insertions(+), 8 deletions(-)


base-commit: b4c5d592acb5a939aa4f6c08543daf6e2b435343
-- 
2.25.1


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

end of thread, other threads:[~2023-09-12  2:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  4:59 [PATCH 0/2] mm/damon: add a tracepoint for damos apply target regions SeongJae Park
2023-09-11  4:59 ` [PATCH 1/2] mm/damon/core: " SeongJae Park
2023-09-11 18:19   ` Steven Rostedt
2023-09-11 19:05     ` SeongJae Park
2023-09-11 20:31       ` Steven Rostedt
2023-09-11 20:36         ` SeongJae Park
2023-09-11 20:51           ` Steven Rostedt
2023-09-12  1:43             ` SeongJae Park
2023-09-12  1:56               ` Steven Rostedt

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).