aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-12perf probe: Add perf probe command support without libdwarfMasami Hiramatsu1-0/+2
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu1-0/+68