summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-02-11perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo
2020-02-11perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2020-02-11perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2020-02-11perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2020-02-11perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2020-02-11perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2020-02-11perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2020-02-11perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2020-02-11perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2020-02-11perf probe: Fix wrong address verificationMasami Hiramatsu
2020-02-11perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2020-02-11perf probe: Fix to find range-only function instanceMasami Hiramatsu
2020-02-11perf probe: Skip if the function address is 0Masami Hiramatsu
2020-02-11perf probe: Fix to add missed brace around if blockMasami Hiramatsu
2020-02-11perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu
2020-02-11perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu
2019-12-19perf tools: Fix time sortingJiri Olsa
2019-08-13perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du
2019-07-09perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa
2019-05-02perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter
2019-05-02perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva
2019-04-04perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-04-04perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo
2019-04-04perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-04-04perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo
2019-04-04perf pmu: Suppress potential format-truncation warningBen Hutchings
2018-11-20perf tools: Fix python extension build for gcc 8Jiri Olsa
2018-11-20perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo
2018-11-20perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo
2018-11-20perf tools: Remove duplicate const qualifierEric Engestrom
2018-11-20tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky
2018-11-20perf trace: Fix up fd -> pathname resolutionArnaldo Carvalho de Melo
2018-11-20perf tools: Fix snprint warnings for gcc 8Jiri Olsa
2018-11-20perf top: Use __fallthroughArnaldo Carvalho de Melo
2018-11-20perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2018-11-20perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2018-11-20perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2018-11-20perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo
2018-11-20perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park
2018-11-20perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/i...Arnaldo Carvalho de Melo
2018-10-21perf top: Document --ignore-vmlinuxArnaldo Carvalho de Melo
2018-10-21perf record: Put new line after target override warningJiri Olsa
2018-06-16perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter
2018-06-16perf report: Fix -D output for user metadata eventsArnaldo Carvalho de Melo
2018-06-16perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo
2018-06-16perf evlist: Introduce perf_evlist__new_dummy constructorArnaldo Carvalho de Melo
2017-11-26perf tools: Really install manpages via 'make install-man'Konstantin Khlebnikov
2017-11-26perf events parse: Use just one parse events state structArnaldo Carvalho de Melo
2017-11-26perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo
2017-11-26perf tests attr: Fix no-delay testJiri Olsa