aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu1-9/+2
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu1-2/+2
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu1-0/+3
2010-03-10perf probe: Add missing variable initializationArnaldo Carvalho de Melo1-1/+1
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu1-60/+189
2010-02-25perf probe: Check function address range strictly in line finderMasami Hiramatsu1-21/+53
2010-02-25perf probe: Use libdw callback routinesMasami Hiramatsu1-176/+86
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu1-422/+274
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu1-6/+6
2010-02-25perf probe: Fix bugs in line range finderMasami Hiramatsu1-2/+1
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu1-5/+186
2010-01-13perf probe: Remove newline from die()Masami Hiramatsu1-6/+6
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu1-3/+1
2009-12-07perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen1-1/+1
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu1-2/+4
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu1-1/+1
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu1-18/+61
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu1-0/+10
2009-10-29perf/probes: Exit searching after finding target functionMasami Hiramatsu1-2/+2
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo1-6/+6
2009-10-17perf: Add DIE_IF() macro for error checkingMasami Hiramatsu1-41/+41
2009-10-17perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu1-5/+7
2009-10-17perf: Use die() for error cases in perf-probeMasami Hiramatsu1-35/+20
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu1-0/+690