aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+11
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa1-1/+11
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim1-1/+0
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu1-1/+1
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu1-35/+21
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu1-31/+13
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu1-26/+106
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu1-1/+7
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu1-3/+2
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu1-97/+104
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu1-518/+2
2011-07-15perf probe: Remove redundant dwarf functionsMasami Hiramatsu1-37/+13
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu1-15/+0
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu1-6/+6
2011-05-10perf probe: Fix the missed parameter initializationLin Ming1-0/+1
2011-04-19Merge branch 'perf/urgent' into perf/coreIngo Molnar1-54/+105
2011-04-05perf probe: Fix listing incorrect line number with inline functionMasami Hiramatsu1-53/+81
2011-04-05perf probe: Fix to find recursively inlined functionMasami Hiramatsu1-1/+14
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu1-0/+2
2011-04-05perf probe: Fix to ensure function declared fileMasami Hiramatsu1-0/+8
2011-03-29perf probe: Add fastpath to do lookup by function nameLin Ming1-0/+72
2011-03-15perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar1-1/+1
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo1-3/+2
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo1-1/+3
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