summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-041-0/+5
* perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-041-0/+8
* perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu2015-04-291-9/+17
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-141-59/+0Star
* perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-101-2/+3
* perf probe: Fix ARM 32 building errorWang Nan2015-04-081-1/+2
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-081-0/+2
* perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu2015-03-241-1/+4
* perf probe: Fix failure to add multiple probes without debuginfoHe Kuang2015-03-211-3/+1Star
* perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-121-4/+6
* perf probe: Fix possible double free on errorHe Kuang2015-03-121-1/+5
* perf probe: Allow weak symbols to be probedNamhyung Kim2015-03-121-8/+4Star
* perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-121-0/+1
* Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu2015-03-121-4/+2Star
* perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-2/+33
* perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-16/+124
* perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu2015-03-021-0/+23
* perf probe: Fix a precedence bugHe Kuang2015-02-271-1/+1
* perf probe: Handle strdup() failureArnaldo Carvalho de Melo2015-02-271-1/+1
* perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu2015-02-261-1/+3
* perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu2015-02-261-1/+108
* perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-111-8/+16
* perf probe: Fix probing kretprobesNamhyung Kim2015-01-211-2/+2
* perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo2015-01-211-11/+3Star
* perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim2015-01-211-16/+22
* perf probe: Propagate error code when write(2) failedNamhyung Kim2015-01-161-1/+3
* perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu2015-01-021-2/+4
* perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu2014-10-291-9/+9
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-301-1/+2
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-171-4/+5
* perf probe: Make error messages thread-safeMasami Hiramatsu2014-08-151-13/+15
* perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu2014-08-151-2/+4
* perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu2014-08-151-18/+23
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+1
* perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu2014-08-131-23/+26
* perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu2014-08-131-30/+59
* perf probe: Improve error messages in --line optionMasami Hiramatsu2014-06-101-3/+3
* perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu2014-06-091-1/+6
* perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu2014-02-181-6/+3Star
* perf probe: Allow to add events on the local functionsMasami Hiramatsu2014-02-181-205/+173Star
* perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu2014-02-181-83/+144
* perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu2014-02-181-28/+55
* perf probe: Find given address from offline dwarfMasami Hiramatsu2014-02-181-14/+26
* perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu2014-02-181-9/+49
* perf probe: Show in what binaries/modules probes are setMasami Hiramatsu2014-02-181-3/+7
* perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu2014-02-181-46/+26Star
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-181-12/+10Star
* perf probe: Remove incorrect symbol check for --listMasami Hiramatsu2014-02-181-8/+0Star
* perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu2014-02-181-48/+56