aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu2009-10-171-7/+0
* perf probe: Add perf probe command support without libdwarfMasami Hiramatsu2009-10-121-0/+2
* perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu2009-10-121-0/+68