aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29perf probe: Add --quiet option to suppress output result messageMasami Hiramatsu1-9/+9
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-1/+2
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu1-4/+5
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu1-13/+15
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu1-2/+4
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu1-18/+23
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu1-23/+26
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu1-30/+59
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu1-3/+3
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu1-1/+6
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu1-6/+3
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu1-205/+173
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu1-83/+144
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu1-28/+55
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu1-14/+26
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu1-9/+49
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu1-3/+7
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu1-46/+26
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu1-12/+10
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu1-8/+0
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu1-48/+56
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu1-1/+1
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu1-48/+28
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu1-0/+22
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu1-0/+13
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo1-1/+4
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-4/+4
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-4/+2
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-41/+21
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu1-16/+135
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu1-9/+2
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-12-10perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo1-1/+1
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu1-1/+0
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov1-1/+1
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea1-7/+29
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-10/+11
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-05-31perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju1-6/+2
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju1-86/+336
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+6
2012-02-29perf probe: Ensure offset provided is not greater than function length without DWARF info tooPrashanth Nageshappa1-0/+6
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju1-13/+13
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-2/+0
2012-01-24perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-2/+0
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu1-1/+3