aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-17perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol nameMasami Hiramatsu1-6/+10
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu1-2/+5
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa1-1/+0
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu1-1/+5
2014-06-09perf probe: Improve error message for unknown member of data structureMasami Hiramatsu1-3/+2
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-04-14perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()Namhyung Kim1-1/+1
2014-04-14perf probe: Fix to handle errors in line_range searchingMasami Hiramatsu1-3/+4
2014-04-14perf probe: Fix --line option behaviorNamhyung Kim1-2/+4
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu1-2/+39
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu1-86/+0
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu1-68/+13
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-16/+8
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-8/+4
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu1-0/+1
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-56/+57
2013-11-04perf probe: Fix typoArnaldo Carvalho de Melo1-1/+1
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2013-10-23perf probe: Find fentry mcount fuzzed parameter locationMasami Hiramatsu1-8/+31
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu1-8/+88
2013-10-15perf probe: Fix to initialize fname always before use itMasami Hiramatsu1-1/+1
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu1-16/+33
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu1-36/+41
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu1-7/+5
2013-01-24perf probe: Allow of casting an array of char to stringHyeoncheol Lee1-5/+5
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+2
2012-03-28perf probe: Finder fails to resolve function name to addressPrashanth Nageshappa1-1/+3
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