aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang1-4/+6
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang1-13/+44
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang1-7/+10
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar1-1/+3
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu1-6/+21
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu1-1/+1
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu1-9/+8
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu1-13/+16
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang1-1/+3
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+71
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+12
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang1-1/+1
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota1-1/+70
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu1-1/+7
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-02perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu1-4/+1
2015-02-06perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu1-8/+4
2015-01-02perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim1-1/+17
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