summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.h
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-181-1/+1
* perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-181-2/+5
* perf probe: Trace a magic number if variable is not foundMasami Hiramatsu2019-11-181-0/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-1/+1
* perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-01-161-0/+3
* perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu2016-09-011-0/+1
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-231-13/+11
* perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2016-02-021-1/+4
* perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-081-5/+2
* perf probe: Support $params special probe argumentMasami Hiramatsu2015-05-081-0/+3
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-131-0/+4
* perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu2014-02-181-0/+1
* perf probe: Find given address from offline dwarfMasami Hiramatsu2014-02-181-1/+0
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-181-1/+2
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-5/+5
* perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu2013-10-231-0/+1
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2013-09-251-0/+3
* perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-281-1/+0
* perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu2011-08-121-1/+1
* perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu2011-07-151-10/+29
* perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu2011-07-151-5/+1
* perf probe: Add fastpath to do lookup by function nameLin Ming2011-03-291-0/+2
* perf tools: Remove hardcoded include paths for elfutilsRobert Morell2010-11-191-3/+3
* perf probe: Add basic module supportMasami Hiramatsu2010-10-211-1/+2
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-211-1/+4
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-211-3/+22
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-5/+5
* perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-171-0/+3
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-2/+4
* perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2010-04-141-0/+1
* perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo2010-04-081-2/+2
* perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-221-2/+2
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-171-0/+4
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-46/+12
* perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-161-1/+0
* perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-251-0/+2
* perf probe: Check function address range strictly in line finderMasami Hiramatsu2010-02-251-2/+0
* perf probe: Use libdw callback routinesMasami Hiramatsu2010-02-251-1/+0
* perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu2010-02-251-28/+24
* perf probe: Rename probe finder functionsMasami Hiramatsu2010-02-251-1/+1
* perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-131-0/+31
* perf tools: Move the map class definition to a separate headerArnaldo Carvalho de Melo2009-12-281-0/+2
* perf probe: Fix libdwarf include path for DebianMasami Hiramatsu2009-12-171-27/+32
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-151-0/+3
* perf/probes: Support function entry relative line numberMasami Hiramatsu2009-10-291-0/+2
* perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu2009-10-291-0/+2
* perf: Add DIE_IF() macro for error checkingMasami Hiramatsu2009-10-171-10/+0