summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-12-10perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern
2012-05-31perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-29perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2012-01-24perf probe: Usability fixesSrikar Dronamraju
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu
2011-04-05perf probe: Fix multiple --vars options behaviorMasami Hiramatsu
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo
2011-02-16perf probe: Show filename which contains target functionMasami Hiramatsu