summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-02-11perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo1-1/+1
2020-02-11libtraceevent: Fix memory leakage in copy_filter_typeHewenliang1-2/+7
2020-02-11perf probe: Skip overlapped location on searching variablesMasami Hiramatsu1-0/+20
2020-02-11perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu1-1/+9
2020-02-11perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu1-6/+13
2020-02-11perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu1-0/+7
2020-02-11perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu1-1/+1
2020-02-11perf probe: Fix to list probe event with correct line numberMasami Hiramatsu1-2/+2
2020-02-11perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu1-1/+1
2020-02-11perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu1-1/+1
2020-02-11perf probe: Fix wrong address verificationMasami Hiramatsu1-14/+6
2020-02-11perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2-1/+26
2020-02-11perf probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2020-02-11perf probe: Skip if the function address is 0Masami Hiramatsu1-1/+11
2020-02-11perf probe: Fix to add missed brace around if blockMasami Hiramatsu1-1/+2
2020-02-11perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu1-5/+13
2020-02-11perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu3-8/+22
2020-02-11tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor1-1/+0
2019-12-19perf tools: Fix time sortingJiri Olsa1-1/+1
2019-09-23selftests/ipc: Fix msgque compiler warningsKees Cook1-5/+6
2019-08-13tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn1-1/+1
2019-08-13perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du1-0/+1
2019-07-09tools lib traceevent: Fix buffer overflow in arg_evalTony Jones1-1/+1
2019-07-09perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa1-1/+1
2019-05-02perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter1-3/+3
2019-05-02perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva1-1/+1
2019-04-04perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche1-3/+3
2019-04-04perf pmu: Suppress potential format-truncation warningBen Hutchings1-2/+2
2019-02-11cpupower: remove stringop-truncation waringAnders Roxell1-1/+1
2018-12-16tools: hv: fcopy: set 'error' in case an unknown operation was requestedVitaly Kuznetsov1-0/+1
2018-12-16Tools: hv: Fix a bug in the key delete codeK. Y. Srinivasan1-1/+1
2018-11-20perf tools: Fix python extension build for gcc 8Jiri Olsa1-0/+1
2018-11-20perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo1-1/+1
2018-11-20perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo1-0/+1
2018-11-20perf tools: Remove duplicate const qualifierEric Engestrom1-1/+1
2018-11-20tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky1-1/+4
2018-11-20perf trace: Fix up fd -> pathname resolutionArnaldo Carvalho de Melo1-2/+2
2018-11-20perf tools: Fix snprint warnings for gcc 8Jiri Olsa6-18/+18
2018-11-20perf top: Use __fallthroughArnaldo Carvalho de Melo1-1/+1
2018-11-20tools include: Add a __fallthrough statementArnaldo Carvalho de Melo1-0/+9
2018-11-20perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-31/+31
2018-11-20perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-6/+6
2018-11-20perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-4/+4
2018-11-20perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-36/+34
2018-11-20perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park1-0/+2
2018-11-20perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo7-22/+19