aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06perf probe: Fix to copy the type for raw parametersMasami Hiramatsu1-2/+6
2010-08-05perf probe: Remove duplicated #includeAndrea Gelmini1-1/+0
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju1-17/+17
2010-07-16perf probe: Fix the logic of die_compare_nameMasami Hiramatsu1-7/+7
2010-07-16perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu1-0/+21
2010-07-16perf probe: Fix error message if get_real_path() failedMasami Hiramatsu1-56/+5
2010-07-05perf probe: Support static and global variablesMasami Hiramatsu1-24/+61
2010-07-05perf probe: Support tracing an entry of arrayMasami Hiramatsu1-6/+42
2010-07-05perf probe: Support "string" typeMasami Hiramatsu1-11/+48
2010-06-17perf probe: Add kernel source path optionChase Douglas1-3/+55
2010-05-18perf probe: Fix some error exit pathsArnaldo Carvalho de Melo1-10/+19
2010-05-17perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu1-0/+4
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu1-5/+6
2010-04-26perf probe: Fix to exit callback soon after finding too many probe pointsMasami Hiramatsu1-0/+4
2010-04-22perf: Move arch specific code into separate arch directoryIan Munsie1-53/+2
2010-04-14perf probe: Show function entry line as probe-ableMasami Hiramatsu1-11/+63
2010-04-14perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_locationMasami Hiramatsu1-5/+32
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu1-10/+9
2010-04-14perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu1-15/+43
2010-04-14perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu1-7/+18
2010-04-14perf probe: Remove die() from probe-finder codeMasami Hiramatsu1-197/+320
2010-04-14perf probe: Support DW_OP_call_frame_cfa in debuginfoMasami Hiramatsu1-3/+11
2010-04-14perf probe: Support basic type castingMasami Hiramatsu1-2/+8
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu1-8/+70
2010-04-14perf probe: Support argument nameMasami Hiramatsu1-11/+16
2010-04-02perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu1-2/+4
2010-04-02perf probe: Correct error message for non-structure typeMasami Hiramatsu1-4/+8
2010-04-02perf probe: Fix not to return non-matched fileMasami Hiramatsu1-0/+2
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu1-1/+104
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu1-0/+70
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu1-77/+63
2010-03-17perf probe: Introduce die_find_child() functionMasami Hiramatsu1-56/+80
2010-03-17perf probe: Rename some die_get_* functionsMasami Hiramatsu1-8/+8
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu1-8/+6
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