summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-02perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu
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