summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
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
2011-04-05perf probe: Fix to ensure function declared fileMasami Hiramatsu
2011-03-29perf probe: Add fastpath to do lookup by function nameLin Ming
2011-03-15perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo
2011-02-07perf probe: Add bitfield member supportMasami Hiramatsu
2011-02-07perf probe: Rewrite find_lazy_match_lines() by using getline(3)Franck Bui-Huu
2011-01-24perf probe: Enable to put probe inline function call siteMasami Hiramatsu
2011-01-24perf probe: Introduce lines walker interfaceMasami Hiramatsu
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar
2010-12-21perf probe: Fix to support libdwfl older than 0.148Masami Hiramatsu
2010-12-21perf probe: Cleanup messagesMasami Hiramatsu
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo
2010-10-21perf probe: Add basic module supportMasami Hiramatsu