aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang1-4/+8
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu1-9/+43
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu1-9/+38
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu1-29/+49
2011-04-05perf probe: Fix multiple --vars options behaviorMasami Hiramatsu1-8/+8
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu1-3/+0
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo1-1/+1
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo1-1/+4
2011-02-16perf probe: Show filename which contains target functionMasami Hiramatsu1-1/+1
2011-02-16perf probe: Support function@filename syntax for --lineMasami Hiramatsu1-3/+12
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu1-10/+13