summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
2015-02-06perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu
2015-01-02perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim
2014-09-17perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol nameMasami Hiramatsu
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu
2014-06-09perf probe: Improve error message for unknown member of data structureMasami Hiramatsu
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu
2014-04-14perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()Namhyung Kim
2014-04-14perf probe: Fix to handle errors in line_range searchingMasami Hiramatsu
2014-04-14perf probe: Fix --line option behaviorNamhyung Kim
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo
2013-11-04perf probe: Fix typoArnaldo Carvalho de Melo
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-10-23perf probe: Find fentry mcount fuzzed parameter locationMasami Hiramatsu
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu
2013-10-15perf probe: Fix to initialize fname always before use itMasami Hiramatsu
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu
2013-01-24perf probe: Allow of casting an array of char to stringHyeoncheol Lee
2012-09-14perf probe: Add union member access supportHyeoncheol Lee
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-03-28perf probe: Finder fails to resolve function name to addressPrashanth Nageshappa
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu
2011-08-12perf probe: Avoid searching variables in intermediate scopesMasami Hiramatsu
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu
2011-08-12perf probe: Fix to walk all inline instancesMasami Hiramatsu
2011-08-12perf probe: Fix a memory leak for scopes arrayMasami Hiramatsu
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu
2011-07-15perf probe: Remove redundant dwarf functionsMasami Hiramatsu
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu
2011-05-10perf probe: Fix the missed parameter initializationLin Ming
2011-04-19Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-04-05perf probe: Fix listing incorrect line number with inline functionMasami Hiramatsu
2011-04-05perf probe: Fix to find recursively inlined functionMasami Hiramatsu
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu