aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan1-0/+2
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu1-4/+23
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao1-3/+26
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao1-0/+5
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao1-0/+8
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu1-9/+17
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota1-59/+0
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang1-0/+1
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu1-2/+3
2015-04-08perf probe: Fix ARM 32 building errorWang Nan1-1/+2
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan1-0/+2
2015-03-24perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu1-1/+4
2015-03-21perf probe: Fix failure to add multiple probes without debuginfoHe Kuang1-3/+1
2015-03-12perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern1-4/+6
2015-03-12perf probe: Fix possible double free on errorHe Kuang1-1/+5
2015-03-12perf probe: Allow weak symbols to be probedNamhyung Kim1-8/+4
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim1-0/+1
2015-03-12Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu1-4/+2
2015-03-12perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu1-2/+33
2015-03-12perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu1-16/+124
2015-03-02perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu1-0/+23
2015-02-27perf probe: Fix a precedence bugHe Kuang1-1/+1
2015-02-27perf probe: Handle strdup() failureArnaldo Carvalho de Melo1-1/+1
2015-02-26perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu1-1/+3
2015-02-26perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu1-1/+108
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)1-8/+16
2015-01-21perf probe: Fix probing kretprobesNamhyung Kim1-2/+2
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo1-11/+3
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim1-16/+22
2015-01-16perf probe: Propagate error code when write(2) failedNamhyung Kim1-1/+3
2015-01-02perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu1-2/+4
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu1-9/+9
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-1/+2
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu1-4/+5
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu1-13/+15
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu1-2/+4
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu1-18/+23
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu1-23/+26
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu1-30/+59
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu1-3/+3
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu1-1/+6
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu1-6/+3
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu1-205/+173
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu1-83/+144
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu1-28/+55
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu1-14/+26
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu1-9/+49
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu1-3/+7
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu1-46/+26