summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2015-04-08perf probe: Fix ARM 32 building errorWang Nan
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan
2015-03-24perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu
2015-03-21perf probe: Fix failure to add multiple probes without debuginfoHe Kuang
2015-03-12perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern
2015-03-12perf probe: Fix possible double free on errorHe Kuang
2015-03-12perf probe: Allow weak symbols to be probedNamhyung Kim
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim
2015-03-12Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu
2015-03-12perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu
2015-03-02perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu
2015-02-27perf probe: Fix a precedence bugHe Kuang
2015-02-27perf probe: Handle strdup() failureArnaldo Carvalho de Melo
2015-02-26perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu
2015-02-26perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)
2015-01-21perf probe: Fix probing kretprobesNamhyung Kim
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim
2015-01-16perf probe: Propagate error code when write(2) failedNamhyung Kim
2015-01-02perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu