summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2018-10-18perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter
2018-10-18perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter
2018-10-10perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips
2018-10-10perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das
2018-10-10perf util: Fix bad memory access in trace info.Chris Phlipot
2018-10-10perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe
2018-10-10perf annotate: Properly interpret indirect callMartin Liška
2018-10-03perf tests: Fix indexing when invoking subtestsSandipan Das
2018-09-26perf tools: Fix maps__find_symbol_by_name()Adrian Hunter
2018-09-26perf script: Show correct offsets for DWARF-based unwindingSandipan Das
2018-09-26perf powerpc: Fix callchain ip filteringSandipan Das
2018-09-26perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das
2018-09-26perf tools: Fix struct comm_str removal crashJiri Olsa
2018-09-26perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das
2018-09-26perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das
2018-09-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das
2018-09-26perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa
2018-09-26perf test: Fix subtest number when showing resultsThomas Richter
2018-09-19perf build: Fix installation directory for eBPFThomas Richter
2018-09-19perf evlist: Fix error out while applying initial delay and LBRKan Liang
2018-09-19perf c2c report: Fix crash for empty browserJiri Olsa
2018-09-19perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy
2018-09-15perf probe powerpc: Fix trace event post-processingSandipan Das
2018-09-15perf tools: Check for null when copying nsinfo.Benno Evers
2018-09-15perf arm spe: Fix uninitialized record error variableKim Phillips
2018-09-09perf auxtrace: Fix queue resizeAdrian Hunter
2018-09-05perf kvm: Fix subcommands on s390Thomas Richter
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo
2018-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-13tools: build: Fixup host c flagsLaura Abbott
2018-07-11perf tools: Use python-config --includes rather than --cflagsJeremy Cline
2018-07-11perf script python: Fix dict reference countingJanne Huttunen
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips
2018-07-11perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to Util.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to Core.pyJeremy Cline
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria
2018-06-25perf bench: Fix numa report output codeJiri Olsa