aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix the missed parameter initializationLin Ming2011-05-101-0/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-04-191-54/+105
|\
| * perf probe: Fix listing incorrect line number with inline functionMasami Hiramatsu2011-04-051-53/+81
| * perf probe: Fix to find recursively inlined functionMasami Hiramatsu2011-04-051-1/+14
| * perf probe: Fix to remove redundant closeMasami Hiramatsu2011-04-051-0/+2
| * perf probe: Fix to ensure function declared fileMasami Hiramatsu2011-04-051-0/+8
* | perf probe: Add fastpath to do lookup by function nameLin Ming2011-03-291-0/+72
|/
* perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar2011-03-151-1/+1
* perf probe: Remove redundant checksArnaldo Carvalho de Melo2011-02-221-3/+2
* perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo2011-02-211-1/+3
* perf probe: Add bitfield member supportMasami Hiramatsu2011-02-071-27/+68
* perf probe: Rewrite find_lazy_match_lines() by using getline(3)Franck Bui-Huu2011-02-071-44/+28
* perf probe: Enable to put probe inline function call siteMasami Hiramatsu2011-01-241-8/+48
* perf probe: Introduce lines walker interfaceMasami Hiramatsu2011-01-241-154/+167
* Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-041-30/+55
|\
| * perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu2010-12-211-30/+55
* | perf probe: Cleanup messagesMasami Hiramatsu2010-12-211-20/+22
|/
* perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo2010-10-231-1/+2
* perf probe: Add basic module supportMasami Hiramatsu2010-10-211-16/+126
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-211-5/+21
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-211-95/+317
* perf probe: Support global variablesMasami Hiramatsu2010-10-211-8/+17
* perf probe: Fix local variable searching loopMasami Hiramatsu2010-10-211-8/+18
* perf probe: Fix type searchingMasami Hiramatsu2010-10-211-8/+17
* perf probe: Fix handling of arguments namesMasami Hiramatsu2010-09-081-13/+19
* perf probe: Fix return probe supportMasami Hiramatsu2010-09-081-0/+10
* perf probe: Fix to copy the type for raw parametersMasami Hiramatsu2010-08-061-2/+6
* perf probe: Remove duplicated #includeAndrea Gelmini2010-08-051-1/+0
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-17/+17
* perf probe: Fix the logic of die_compare_nameMasami Hiramatsu2010-07-161-7/+7
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-161-0/+21
* perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2010-07-161-56/+5
* perf probe: Support static and global variablesMasami Hiramatsu2010-07-051-24/+61
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-051-6/+42
* perf probe: Support "string" typeMasami Hiramatsu2010-07-051-11/+48
* perf probe: Add kernel source path optionChase Douglas2010-06-171-3/+55
* perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-181-10/+19
* perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-171-0/+4
* 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