forked from namhyung/uftrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
27 lines (27 loc) · 848 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- cleanup task management
- more trigger action
- trigger filtering (ignore, count, at return, ...)
- improve documentation
- report w/ multi-thread
- config file support
- filter by argument value
- filter by source location
- SDT argument support
- LTT-ng event (tracepoint) support
- reading/watching external data (global variable, cpu, ...)
- show kernel function argument and return value (with dynamic events)
- different clock support (TSC on x86, ...)
- generic field support for report
- field and sort support for TUI
- filtering on TUI
- replay on TUI
- python 3 support
- python function tracing
- write useful script examples
- dynamic tracing support
- attach to existing process
- process and display multiple data together
- graph diff support
- full demangling support
- improve rust demangling
- dynamic object naming (tagging?)