aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
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
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu