Masami Hiramatsu
|
613f050d68
perf probe: Fix to probe on gcc generated functions in modules
|
8 years ago |
Masami Hiramatsu
|
d2d4edbebe
perf probe: Fix to show correct locations for events on modules
|
8 years ago |
Masami Hiramatsu
|
0ad45b33c5
perf probe: Skip if the function address is 0
|
9 years ago |
Masami Hiramatsu
|
f8da4b5155
perf probe: Ignore the error of finding inline instance
|
9 years ago |
Ravi Bangoria
|
6243b9dc4c
perf probe: Move dwarf specific functions to dwarf-aux.c
|
9 years ago |
Ravi Bangoria
|
e47392bf9c
perf uprobe: Skip prologue if program compiled without optimization
|
9 years ago |
Masami Hiramatsu
|
293d5b4394
perf probe: Support probing on offline cross-arch binary
|
9 years ago |
Masami Hiramatsu
|
9880ce4a69
perf probe: Use hexadecimal type by default if possible
|
9 years ago |
Masami Hiramatsu
|
9254378725
perf probe: Support hexadecimal casting
|
9 years ago |
Masami Hiramatsu
|
180b20616c
perf probe: Add supported for type casting by the running kernel
|
9 years ago |
Naohiro Aota
|
19f00b0117
perf probe: Support signedness casting
|
9 years ago |
Arnaldo Carvalho de Melo
|
c8b5f2c96d
tools: Introduce str_error_r()
|
9 years ago |
Masami Hiramatsu
|
bf4d5f25c9
perf probe: Check the return value of strbuf APIs
|
9 years ago |
Masami Hiramatsu
|
909b0360ae
perf probe: Use strbuf for making strings
|
9 years ago |
Arnaldo Carvalho de Melo
|
88fd633cdf
perf probe: No need to use formatting strbuf method
|
9 years ago |
Hemant Kumar
|
270bde1e76
perf probe: Search both .eh_frame and .debug_frame sections for probe location
|
9 years ago |
Masami Hiramatsu
|
4d3b162690
perf probe: Fix to free temporal Dwarf_Frame correctly
|
9 years ago |
Masami Hiramatsu
|
05c8d802fa
perf probe: Fix to free temporal Dwarf_Frame
|
9 years ago |
Wang Nan
|
092b1f0b5f
perf probe: Clear probe_trace_event when add_probe_trace_event() fails
|
9 years ago |
Masami Hiramatsu
|
0196e787ce
perf probe: Fix memory leaking on failure by clearing all probe_trace_events
|
9 years ago |
Masami Hiramatsu
|
6cca13bdf5
perf probe: Improve error message when %return is on inlined function
|
10 years ago |
Masami Hiramatsu
|
9b239a12bc
perf probe: Show correct source lines of probes on kmodules
|
10 years ago |
Masami Hiramatsu
|
9135949ddd
perf probe: Begin and end libdwfl report session correctly
|
10 years ago |
Wang Nan
|
da15bd9df4
perf probe: Support probing at absolute address
|
10 years ago |
Arnaldo Carvalho de Melo
|
4a77e2183f
perf strlist: Make dupstr be the default and part of an extensible config parm
|
10 years ago |
Arnaldo Carvalho de Melo
|
d3a7c489c7
perf tools: Reference count struct dso
|
10 years ago |
Naveen N. Rao
|
d4c537e6bf
perf probe: Ignore tail calls to probed functions
|
10 years ago |
He Kuang
|
7d5eaba9b3
perf probe: Show better error message when failed to find variable
|
10 years ago |
He Kuang
|
349e8d2611
perf probe: Add --range option to show a variable's location range
|
10 years ago |
He Kuang
|
fb9596d173
perf probe: Remove length limitation for showing available variables
|
10 years ago |