Masami Hiramatsu
|
613f050d68
perf probe: Fix to probe on gcc generated functions in modules
|
8 years ago |
Masami Hiramatsu
|
293d5b4394
perf probe: Support probing on offline cross-arch binary
|
9 years ago |
Arnaldo Carvalho de Melo
|
3938bad44e
perf tools: Remove needless 'extern' from function prototypes
|
9 years ago |
Hemant Kumar
|
270bde1e76
perf probe: Search both .eh_frame and .debug_frame sections for probe location
|
9 years ago |
Masami Hiramatsu
|
ddb2f58f9f
perf probe: Introduce probe_conf global configs
|
10 years ago |
Masami Hiramatsu
|
f8bffbf122
perf probe: Support $params special probe argument
|
10 years ago |
Naohiro Aota
|
09ed8975c4
perf probe: Find compilation directory path for lazy matching
|
10 years ago |
Masami Hiramatsu
|
a15ad2f536
perf probe: Support distro-style debuginfo for uprobe
|
11 years ago |
Masami Hiramatsu
|
f90acac757
perf probe: Find given address from offline dwarf
|
11 years ago |
Masami Hiramatsu
|
5a62257a3d
perf probe: Replace line_list with intlist
|
11 years ago |
Arnaldo Carvalho de Melo
|
316c7136f8
perf tools: Finish the removal of 'self' arguments
|
11 years ago |
Masami Hiramatsu
|
7969ec7728
perf probe: Support "$vars" meta argument syntax for local variables
|
12 years ago |
Ingo Molnar
|
89fe808ae7
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
|
12 years ago |
Masami Hiramatsu
|
576b523721
perf probe: Fix probing symbols with optimization suffix
|
12 years ago |
Arnaldo Carvalho de Melo
|
c168fbfb93
perf tools: Eliminate duplicate code and use PATH_MAX consistently
|
13 years ago |
Masami Hiramatsu
|
221d061182
perf probe: Fix to search local variables in appropriate scope
|
14 years ago |
Masami Hiramatsu
|
ff74178350
perf probe: Introduce debuginfo to encapsulate dwarf information
|
14 years ago |
Masami Hiramatsu
|
e0d153c690
perf-probe: Move dwarf library routines to dwarf-aux.{c, h}
|
14 years ago |
Lin Ming
|
cd25f8bc26
perf probe: Add fastpath to do lookup by function name
|
14 years ago |
Robert Morell
|
a71123977e
perf tools: Remove hardcoded include paths for elfutils
|
14 years ago |
Masami Hiramatsu
|
469b9b8848
perf probe: Add basic module support
|
15 years ago |
Masami Hiramatsu
|
fb8c5a56c7
perf probe: Show accessible global variables
|
15 years ago |
Masami Hiramatsu
|
cf6eb489e5
perf probe: Show accessible local variables
|
15 years ago |
Srikar Dronamraju
|
0e60836bbd
perf probe: Rename common fields/functions from kprobe to probe.
|
15 years ago |
Masami Hiramatsu
|
7752f1b096
perf probe: Don't compile CFI related code if elfutils is old
|
15 years ago |
Masami Hiramatsu
|
ef4a356574
perf probe: Add --max-probes option
|
15 years ago |
Masami Hiramatsu
|
a34a985499
perf probe: Support DW_OP_call_frame_cfa in debuginfo
|
15 years ago |
Arnaldo Carvalho de Melo
|
eed05fe70f
perf tools: Reorganize some structs to save space
|
15 years ago |
Masami Hiramatsu
|
4b4da7f766
perf probe: Cleanup debuginfo related code
|
15 years ago |
Masami Hiramatsu
|
fb1587d869
perf probe: List probes with line number and file name
|
15 years ago |