summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2020-02-111-1/+1
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2020-02-111-2/+7
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2020-02-111-0/+20
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2020-02-111-1/+9
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2020-02-111-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2020-02-111-0/+7
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2020-02-111-1/+1
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2020-02-111-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2020-02-111-1/+1
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2020-02-111-1/+1
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-02-111-14/+6
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2020-02-112-1/+26
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2020-02-111-1/+5
* perf probe: Skip if the function address is 0Masami Hiramatsu2020-02-111-1/+11
* perf probe: Fix to add missed brace around if blockMasami Hiramatsu2020-02-111-1/+2
* perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu2020-02-111-5/+13
* perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2020-02-113-8/+22
* tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor2020-02-111-1/+0
* perf tools: Fix time sortingJiri Olsa2019-12-191-1/+1
* selftests/ipc: Fix msgque compiler warningsKees Cook2019-09-231-5/+6
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-08-131-1/+1
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-08-131-0/+1
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-07-091-1/+1
* perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-07-091-1/+1
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-05-021-3/+3
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-05-021-1/+1
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-04-041-1/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2019-04-041-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-04-041-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-04-041-1/+1
* tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche2019-04-041-3/+3
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-04-041-2/+2
* cpupower: remove stringop-truncation waringAnders Roxell2019-02-111-1/+1
* tools: hv: fcopy: set 'error' in case an unknown operation was requestedVitaly Kuznetsov2018-12-161-0/+1
* Tools: hv: Fix a bug in the key delete codeK. Y. Srinivasan2018-12-161-1/+1
* perf tools: Fix python extension build for gcc 8Jiri Olsa2018-11-201-0/+1
* perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo2018-11-201-1/+1
* perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo2018-11-201-0/+1
* perf tools: Remove duplicate const qualifierEric Engestrom2018-11-201-1/+1
* tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2018-11-201-1/+4
* perf trace: Fix up fd -> pathname resolutionArnaldo Carvalho de Melo2018-11-201-2/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-11-206-18/+18
* perf top: Use __fallthroughArnaldo Carvalho de Melo2018-11-201-1/+1
* tools include: Add a __fallthrough statementArnaldo Carvalho de Melo2018-11-201-0/+9
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2018-11-201-31/+31
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2018-11-201-6/+6
* perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2018-11-201-4/+4
* perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2018-11-201-36/+34
* perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park2018-11-201-0/+2
* perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo2018-11-207-22/+19