aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-5/+6
* perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu2010-04-261-0/+4
* perf: Move arch specific code into separate arch directoryIan Munsie2010-04-221-53/+2
* perf probe: Show function entry line as probe-ableMasami Hiramatsu2010-04-141-11/+63
* perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu2010-04-141-5/+32
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-141-10/+9
* perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-15/+43
* perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-7/+18
* perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-141-197/+320
* perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu2010-04-141-3/+11
* perf probe: Support basic type castingMasami Hiramatsu2010-04-141-2/+8
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-141-8/+70
* perf probe: Support argument nameMasami Hiramatsu2010-04-141-11/+16
* perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu2010-04-021-2/+4
* perf probe: Correct error message for non-structure typeMasami Hiramatsu2010-04-021-4/+8
* perf probe: Fix not to return non-matched fileMasami Hiramatsu2010-04-021-0/+2
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-171-1/+104
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-171-0/+70
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-77/+63
* perf probe: Introduce die_find_child() functionMasami Hiramatsu2010-03-171-56/+80
* perf probe: Rename some die_get_* functionsMasami Hiramatsu2010-03-171-8/+8
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-171-8/+6
* 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