summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2018-10-13perf utils: Move is_directory() to path.hJiri Olsa3-13/+18
2018-10-13perf tools: Fix python extension build for gcc 8Jiri Olsa1-0/+2
2018-10-13perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo1-5/+12
2018-10-10perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das1-1/+3
2018-10-10perf util: Fix bad memory access in trace info.Chris Phlipot1-1/+1
2018-10-10perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe1-2/+3
2018-09-26perf powerpc: Fix callchain ip filteringSandipan Das1-1/+1
2018-09-26perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das1-2/+6
2018-09-26perf tools: Fix struct comm_str removal crashJiri Olsa1-5/+11
2018-09-26perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa1-1/+1
2018-09-26perf test: Fix subtest number when showing resultsThomas Richter1-1/+1
2018-09-19perf evlist: Fix error out while applying initial delay and LBRKan Liang1-0/+14
2018-09-19perf c2c report: Fix crash for empty browserJiri Olsa1-0/+3
2018-09-19perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy1-0/+2
2018-09-15perf probe powerpc: Fix trace event post-processingSandipan Das1-1/+3
2018-09-15perf tools: Check for null when copying nsinfo.Benno Evers1-0/+3
2018-09-09perf auxtrace: Fix queue resizeAdrian Hunter1-0/+3
2018-08-24perf script python: Fix dict reference countingJanne Huttunen1-6/+2
2018-08-24perf tools: Fix compilation errors on gcc8Jiri Olsa2-2/+3
2018-08-24perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips1-3/+3
2018-08-24perf bench: Fix numa report output codeJiri Olsa1-2/+3
2018-08-24perf tools: Fix a clang 7.0 compilation errorYonghong Song1-2/+9
2018-08-24perf report powerpc: Fix crash if callchain is emptySandipan Das1-1/+1
2018-08-24perf test session topology: Fix test on s390Thomas Richter1-0/+1
2018-08-24perf record: Support s390 random socket_id assignmentThomas Richter1-1/+9
2018-08-24perf tools: Fix error index for pmu event parserJiri Olsa1-0/+5
2018-08-03perf tools: Fix pmu events parsing ruleJiri Olsa1-1/+13
2018-07-08perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing1-3/+3
2018-07-08perf test: "Session topology" dumps core on s390Thomas Richter1-6/+24
2018-07-03perf vendor events: Add Goldmont Plus V1 event fileKan Liang7-0/+2414
2018-07-03perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter1-1/+1
2018-07-03perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter3-2/+28
2018-07-03perf intel-pt: Fix MTC timing after overflowAdrian Hunter1-1/+0
2018-07-03perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter1-1/+4
2018-07-03perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter1-0/+1
2018-07-03perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter1-0/+2
2018-06-21perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo1-5/+3
2018-05-30Revert "perf record: Fix crash in pipe mode"Greg Kroah-Hartman3-16/+2
2018-05-30perf tools: Add trace/beauty/generated/ into .gitignoreRavi Bangoria1-0/+1
2018-05-30perf tests: Fix dwarf unwind for stripped binariesJiri Olsa1-16/+30
2018-05-30perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2-4/+1
2018-05-30perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa1-1/+1
2018-05-30perf report: Fix wrong jump arrowJin Yao1-2/+7
2018-05-30perf test: Fix test case inet_pton to accept inlines.Thomas Richter1-3/+3
2018-05-30perf stat: Fix core dump when flag T is usedThomas Richter1-2/+7
2018-05-30perf top: Fix top.call-graph config option readingYisheng Xie1-2/+4
2018-05-30perf clang: Add support for recent clang versionsSandipan Das1-1/+10
2018-05-30perf tools: Fix perf builds with clang supportSandipan Das1-1/+2
2018-05-30perf record: Fix crash in pipe modeJiri Olsa3-2/+16
2018-04-26perf test: Fix test trace+probe_libc_inet_pton.sh for s390xThomas Richter1-4/+17