summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu
2016-08-09perf probe: Support signedness castingNaohiro Aota
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu
2016-04-28perf probe: Use strbuf for making stringsMasami Hiramatsu
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar
2015-11-25perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu
2015-11-19perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu
2015-11-13perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan
2015-11-13perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu
2015-09-30perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu
2015-09-30perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu
2015-09-30perf probe: Begin and end libdwfl report session correctlyMasami Hiramatsu
2015-08-26perf probe: Support probing at absolute addressWang Nan
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu
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