summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-161-9/+2
* perf probe: Fix offset to allow signed valueMasami Hiramatsu2010-03-161-2/+2
* perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-131-0/+3
* perf probe: Add missing variable initializationArnaldo Carvalho de Melo2010-03-101-1/+1
* perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-251-60/+189
* perf probe: Check function address range strictly in line finderMasami Hiramatsu2010-02-251-21/+53
* perf probe: Use libdw callback routinesMasami Hiramatsu2010-02-251-176/+86
* perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu2010-02-251-422/+274
* perf probe: Rename probe finder functionsMasami Hiramatsu2010-02-251-6/+6
* perf probe: Fix bugs in line range finderMasami Hiramatsu2010-02-251-2/+1
* perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-131-5/+186
* perf probe: Remove newline from die()Masami Hiramatsu2010-01-131-6/+6
* perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu2009-12-151-3/+1
* perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen2009-12-071-1/+1
* perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu2009-11-041-2/+4
* perf/probes: Improve error messagesMasami Hiramatsu2009-11-041-1/+1
* perf/probes: Support function entry relative line numberMasami Hiramatsu2009-10-291-18/+61
* perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu2009-10-291-0/+10
* perf/probes: Exit searching after finding target functionMasami Hiramatsu2009-10-291-2/+2
* perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo2009-10-231-6/+6
* perf: Add DIE_IF() macro for error checkingMasami Hiramatsu2009-10-171-41/+41
* perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu2009-10-171-5/+7
* perf: Use die() for error cases in perf-probeMasami Hiramatsu2009-10-171-35/+20
* perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu2009-10-121-0/+690
OpenPOWER on IntegriCloud