aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-03-03 11:40:31 -0800
committerSeongJae Park <sj38.park@gmail.com>2024-03-03 11:40:31 -0800
commit2e2f2e2577799fa524251afd465a00d08136ade1 (patch)
tree2d3ab4358cf86e1015712a02eb97cb63a51aec51
parent20bb0275d61fdad743cd316de099b6d7f44685e6 (diff)
downloaddamo-2e2f2e2577799fa524251afd465a00d08136ade1.tar.gz
TODO: Update
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 3b68a987..4a3d0928 100644
--- a/TODO
+++ b/TODO
@@ -27,14 +27,5 @@
- Handle _damon_sysfs file i/o error for unsupported kernel features and
conflicts with concurrent ones
- Let DAMOS quota specified in more easy way
-- Implement 'profile' feature
- - https://sjp38.github.io/post/damon_profile_callstack_example/
- - Option 1: implement as a new command
- - Option 2: extend record to save the trace, extend report to show profile
- - idea: run 'perf record [-g]' together with DAMON, show user most frequently
- executed functions or code in specific time interval. Let the time
- interval specified by access pattern.
- Optimize page management in 'replay'
- Maybe we could manage it in 2 MiB granularity.
-- Deduplicate access pattern filtering options
-- report-profile: Implement working set size-based filtering