aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-12
* perf probe: Fix possible double free on errorHe Kuang2015-03-12
* perf probe: Allow weak symbols to be probedNamhyung Kim2015-03-12
* perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-12
* Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu2015-03-12
* perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu2015-03-12
* perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu2015-03-12
* perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu2015-03-02
* perf probe: Fix a precedence bugHe Kuang2015-02-27
* perf probe: Handle strdup() failureArnaldo Carvalho de Melo2015-02-27
* perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu2015-02-26
* perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu2015-02-26
* perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)2015-02-11
* perf probe: Fix probing kretprobesNamhyung Kim2015-01-21
* perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo2015-01-21
* perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim2015-01-21
* perf probe: Propagate error code when write(2) failedNamhyung Kim2015-01-16
* perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu2015-01-02
* perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu2014-10-29
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-30
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-17
* perf probe: Make error messages thread-safeMasami Hiramatsu2014-08-15
* perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu2014-08-15
* perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu2014-08-15
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-13
* perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu2014-08-13
* perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu2014-08-13
* perf probe: Improve error messages in --line optionMasami Hiramatsu2014-06-10
* perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu2014-06-09
* perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu2014-02-18
* perf probe: Allow to add events on the local functionsMasami Hiramatsu2014-02-18
* perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu2014-02-18
* perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu2014-02-18
* perf probe: Find given address from offline dwarfMasami Hiramatsu2014-02-18
* perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu2014-02-18
* perf probe: Show in what binaries/modules probes are setMasami Hiramatsu2014-02-18
* perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu2014-02-18
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-18
* perf probe: Remove incorrect symbol check for --listMasami Hiramatsu2014-02-18
* perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu2014-02-18
* perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu2014-02-10
* perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu2014-01-16
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-16
* perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu2014-01-16
* perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo2014-01-13
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-26
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-26
* perf probe: Expand given path to absolute pathMasami Hiramatsu2013-12-26