aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-07perf probe: Add bitfield member supportMasami Hiramatsu1-27/+68
2011-02-07perf probe: Rewrite find_lazy_match_lines() by using getline(3)Franck Bui-Huu1-44/+28
2011-01-24perf probe: Enable to put probe inline function call siteMasami Hiramatsu1-8/+48
2011-01-24perf probe: Introduce lines walker interfaceMasami Hiramatsu1-154/+167
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar1-30/+55
2010-12-21perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu1-30/+55
2010-12-21perf probe: Cleanup messagesMasami Hiramatsu1-20/+22
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo1-1/+2
2010-10-21perf probe: Add basic module supportMasami Hiramatsu1-16/+126
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu1-5/+21
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu1-95/+317
2010-10-21perf probe: Support global variablesMasami Hiramatsu1-8/+17
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu1-8/+18
2010-10-21perf probe: Fix type searchingMasami Hiramatsu1-8/+17
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu1-13/+19
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu1-0/+10
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