Namhyung Kim
|
25dd9171f5
perf probe: Fix probing kretprobes
|
10 years ago |
Arnaldo Carvalho de Melo
|
0a3873a8e2
perf symbols: Introduce 'for' method to iterate over the symbols with a given name
|
10 years ago |
Namhyung Kim
|
564c62a4d7
perf probe: Do not rely on map__load() filter to find symbols
|
10 years ago |
Namhyung Kim
|
7949ba1fa2
perf probe: Propagate error code when write(2) failed
|
10 years ago |
Masami Hiramatsu
|
906451b98b
perf probe: Fix to fall back to find probe point in symbols
|
10 years ago |
Masami Hiramatsu
|
5e17b28f1e
perf probe: Add --quiet option to suppress output result message
|
10 years ago |
Waiman Long
|
8fa7d87f91
perf symbols: Encapsulate dsos list head into struct dsos
|
11 years ago |
Masami Hiramatsu
|
2b394bc446
perf probe: Do not access kallsyms when analyzing user binaries
|
11 years ago |
Masami Hiramatsu
|
5f03cba415
perf probe: Make error messages thread-safe
|
11 years ago |
Masami Hiramatsu
|
6eb0866096
perf probe: Don't use strerror if strlist__add failed
|
11 years ago |
Masami Hiramatsu
|
92561cb788
perf probe: Warn user to rebuild target with debuginfo
|
11 years ago |
Namhyung Kim
|
0a7e6d1b68
perf tools: Check recorded kernel version when finding vmlinux
|
11 years ago |
Masami Hiramatsu
|
467ec08567
perf probe: Fix --del option to delete events only with uprobe events
|
11 years ago |
Masami Hiramatsu
|
5e45187cc9
perf probe: Fix --list option to show events only with uprobe events
|
11 years ago |
Masami Hiramatsu
|
5ee05b8801
perf probe: Improve error messages in --line option
|
11 years ago |
Masami Hiramatsu
|
69e96eaa4f
perf probe: Improve an error message of perf probe --vars mode
|
11 years ago |
Masami Hiramatsu
|
a15ad2f536
perf probe: Support distro-style debuginfo for uprobe
|
11 years ago |
Masami Hiramatsu
|
eb948e5083
perf probe: Allow to add events on the local functions
|
11 years ago |
Masami Hiramatsu
|
5a6f631454
perf probe: Show source-level or symbol-level info for uprobes
|
11 years ago |
Masami Hiramatsu
|
8f33f7deac
perf probe: Show appropriate symbol for ref_reloc_sym based kprobes
|
11 years ago |
Masami Hiramatsu
|
f90acac757
perf probe: Find given address from offline dwarf
|
11 years ago |
Masami Hiramatsu
|
dfef99cd0b
perf probe: Use ref_reloc_sym based address instead of the symbol name
|
11 years ago |
Masami Hiramatsu
|
fb226ccd2a
perf probe: Show in what binaries/modules probes are set
|
11 years ago |
Masami Hiramatsu
|
2df58634cd
perf probe: Unify show_available_functions for uprobes/kprobes
|
11 years ago |
Masami Hiramatsu
|
5a62257a3d
perf probe: Replace line_list with intlist
|
11 years ago |
Masami Hiramatsu
|
f49540b17c
perf probe: Remove incorrect symbol check for --list
|
11 years ago |
Masami Hiramatsu
|
ee45b6c2c5
perf probe: Fix to do exit call for symbol maps
|
11 years ago |
Masami Hiramatsu
|
981a23792c
perf probe: Do not add offset twice to uprobe address
|
11 years ago |
Masami Hiramatsu
|
99ca423387
perf symbols: Export elf_section_by_name and reuse
|
11 years ago |
Masami Hiramatsu
|
e53b00d382
perf probe: Release all dynamically allocated parameters
|
11 years ago |