aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* 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
* tools/: Convert to new topic librariesBorislav Petkov2013-12-16
* perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-10
* perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu2013-10-23
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-15
* perf tools: remove sscanf extension %asIrina Tirdea2012-09-24
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf probe: Make a copy of exec path for passing to basenameDavid Ahern2012-09-08
* perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju2012-05-31
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-11
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05
|\
| * perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa2012-02-29
| * perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-30