summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* perf probe: Allow to add events on the local functionsMasami Hiramatsu2014-02-181-205/+173
* 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/+26
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-181-12/+10
* perf probe: Remove incorrect symbol check for --listMasami Hiramatsu2014-02-181-8/+0
* perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu2014-02-181-48/+56
* perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu2014-02-101-1/+1
* perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu2014-01-161-48/+28
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-161-0/+22
* perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu2014-01-161-0/+13
* perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo2014-01-131-1/+4
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-4/+4
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-4/+2
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-41/+21
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-261-16/+135
* perf probe: Expand given path to absolute pathMasami Hiramatsu2013-12-261-9/+2
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo2013-12-101-1/+1
* perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu2013-10-231-1/+0
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
* perf tools: remove sscanf extension %asIrina Tirdea2012-09-241-7/+29
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-10/+11
* perf probe: Make a copy of exec path for passing to basenameDavid Ahern2012-09-081-2/+10
* perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju2012-05-311-6/+2
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-111-86/+336
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-051-0/+6
|\
| * perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa2012-02-291-0/+6
| * perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-301-2/+0
* | perf tools: Remove duplicated string.h includesDanny Kukawka2012-02-171-1/+0
* | perf probe: Rename target_module to targetSrikar Dronamraju2012-02-021-13/+13
* | perf probe: Usability fixesSrikar Dronamraju2012-01-241-3/+3
OpenPOWER on IntegriCloud