aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found locallyMasami Hiramatsu1-2/+5
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu1-0/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-1/+1
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu1-0/+3
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu1-0/+1
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo1-13/+11
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar1-1/+4
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu1-5/+2
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu1-0/+3
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota1-0/+4
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu1-0/+1
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu1-1/+0
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu1-1/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-5/+5
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu1-0/+1
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu1-0/+3
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo1-1/+0
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu1-1/+1
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu1-10/+29
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu1-5/+1
2011-03-29perf probe: Add fastpath to do lookup by function nameLin Ming1-0/+2
2010-11-19perf tools: Remove hardcoded include paths for elfutilsRobert Morell1-3/+3
2010-10-21perf probe: Add basic module supportMasami Hiramatsu1-1/+2
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu1-1/+4
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu1-3/+22
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju1-5/+5
2010-05-17perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu1-0/+3
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu1-2/+4
2010-04-14perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu1-0/+1
2010-04-08perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo1-2/+2
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu1-2/+2
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu1-0/+4
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu1-46/+12
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu1-1/+0
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu1-0/+2
2010-02-25perf probe: Check function address range strictly in line finderMasami Hiramatsu1-2/+0
2010-02-25perf probe: Use libdw callback routinesMasami Hiramatsu1-1/+0
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu1-28/+24
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu1-1/+1
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu1-0/+31
2009-12-28perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo1-0/+2
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu1-27/+32
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu1-0/+3
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu1-0/+2
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu1-0/+2
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu1-10/+0
2009-10-17perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu1-7/+0