Josh Poimboeuf
|
4b6ab94eab
perf subcmd: Create subcmd library
|
9 years ago |
Wang Nan
|
48e1cab1ba
perf tools: Make options always available, even if required libs not linked
|
9 years ago |
Namhyung Kim
|
c711836972
perf tools: Introduce usage_with_options_msg()
|
9 years ago |
Masami Hiramatsu
|
1a8ac29cbf
perf probe: Allow probing on kmodules without dwarf
|
10 years ago |
Masami Hiramatsu
|
0fb1855347
perf probe: Fix a segfault when removing uprobe events
|
10 years ago |
Namhyung Kim
|
9bae1e8c3f
perf probe: Export init/exit_probe_symbol_maps()
|
10 years ago |
Jiri Olsa
|
4605eab348
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
|
10 years ago |
Namhyung Kim
|
e607f1426b
perf probe: Print deleted events in cmd_probe()
|
10 years ago |
Namhyung Kim
|
b02137cc65
perf probe: Move print logic into cmd_probe()
|
10 years ago |
Markus Elfring
|
200802a4a7
perf probe: Delete an unnecessary check before the function call "strfilter__delete"
|
10 years ago |
He Kuang
|
349e8d2611
perf probe: Add --range option to show a variable's location range
|
10 years ago |
Masami Hiramatsu
|
6cfd1f6805
perf probe: Add --no-inlines option to avoid searching inline functions
|
10 years ago |
Masami Hiramatsu
|
ddb2f58f9f
perf probe: Introduce probe_conf global configs
|
10 years ago |
Masami Hiramatsu
|
442255215c
perf probe: Use perf_probe_event.target instead of passing as an argument
|
10 years ago |
Masami Hiramatsu
|
9bc9f3b680
perf probe: Fix to return 0 when positive value returned
|
10 years ago |
Masami Hiramatsu
|
b1019d5e6e
perf probe: Cleanup and consolidate command parsers
|
10 years ago |
Masami Hiramatsu
|
3da166b7b5
perf probe: Remove redundant cleanup of params.filter
|
10 years ago |
Masami Hiramatsu
|
9f7811d08d
perf probe: Accept filter argument for --funcs
|
10 years ago |
Masami Hiramatsu
|
307a464b23
perf probe: Allow to use filter on --del command
|
10 years ago |
Masami Hiramatsu
|
b6a896438b
perf probe: Accept filter argument for --list
|
10 years ago |
Masami Hiramatsu
|
96b55e3923
perf probe: Accept multiple filter options
|
10 years ago |
Masami Hiramatsu
|
b3ac032b7a
perf probe: Make --funcs option exclusive
|
10 years ago |
Masami Hiramatsu
|
8cb0aa4c2d
perf probe: Check the orphaned -x option
|
10 years ago |
Masami Hiramatsu
|
7afb3fab39
perf probe: Support multiple probes on different binaries
|
10 years ago |
Masami Hiramatsu
|
5e17b28f1e
perf probe: Add --quiet option to suppress output result message
|
10 years ago |
Namhyung Kim
|
13dcbbc022
perf probe: Use PARSE_OPT_EXCLUSIVE flag
|
10 years ago |
Masami Hiramatsu
|
4cdcc33db2
perf probe: Trivial typo fix for --demangle
|
10 years ago |
Masami Hiramatsu
|
2b394bc446
perf probe: Do not access kallsyms when analyzing user binaries
|
11 years ago |
Avi Kivity
|
763122ade7
perf tools: Disable kernel symbol demangling by default
|
11 years ago |
Masami Hiramatsu
|
5f03cba415
perf probe: Make error messages thread-safe
|
11 years ago |