summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-14 09:45:00 +0300
committerPaul Buetow <paul@buetow.org>2025-06-14 09:45:00 +0300
commitd6bb3c0567ba8bfd2edd6c0d4541d8e191f7aa0e (patch)
tree07f099d32cc3c5ca15a32a5b6ce5eb5af4604085 /TODO.md
parentc85763e8e5dbc705b68d44801459e5470e5402ab (diff)
add more ideas
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 367034a..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# TODO's
-
-## FlameGraphs
-
-More ideas
-
-```
-user;cmd_name;pid;tid;syscall_name count
-user;cmd_name;pid;tid;syscall_name bytes
-
-user:cmd_name;pid:tid;prev_syscall_name->syscall_name;duration IN DIFFERENT COLOR
-user:cmd_name;pid:tid;prev_syscall_name->syscall_name;fd;duration IN DIFFERENT COLOR
-user;cmd_name;pid;tid;syscall_name duration
-user;cmd_name;pid;tid;syscall_name;fd duration
-
-user;cmd_name;pid;tid;PATHMATCH;syscall_name duration
-user;cmd_name;pid;tid;OTHER;syscall_name duration
-```
-
-`pathdecoded`? Maybe:
-
-* By directory
-* By mountpoint
-* By device
-
-
-Consider:
-
-* File base path or mount point or device name
-* Filename?
-* Time spent between syscalls?