-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTODO
61 lines (54 loc) · 1.33 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
base_annotate
- cover the remaining options, or at least:
--objdump
--modules ?
--dump-raw-trace
--symbol; maybe related to kernel
--asm-raw
--group
- try to make some test for semantics
base_list
- some semantic testing (i.e. are the uncore events there when
they should? etc.)
base_probe
- some overload test
- adding huge amount of probes
- using huge amount of probes at same time
- some 'advanced' probing
- lazy patterns like vfs_read;ret=*
base_record
- branch-any (the '-b' option (caused panic on Atoms))
- cgroup-only recording ?
- timestamps ('-T' + perf report -D to view)
- stats ('-s' + perf report -T to view); does not seem to do anything
- --switch-output
base_report
- cover remaining options
- multiple events reporting
- tui testing?
base_stat
- tracepoint events (some of them)
- more semantic checking
- grouping events
- dealing with multithreaded apps and forks
- multiple attaches and detaches
base_trace
- --cpu option
- pagefaults
- test_syscalls
- something more deep for the syscalls; like strace-any
- would be non-trivial to have it really multiarch
- no-syscalls - specify other events as well; tracepoint events
- dealing with forks/threads
- overload
other commands to cover:
- bench
- buildid-cache
- inject
- kmem
- kvm ?
- lock
- sched
- script
- timechart ?
- top