summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-11-041-2/+2
* perf record: Use unmapped IP for inline callchain cursorsMilian Wolff2018-11-041-1/+2
* perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-11-041-1/+1
* perf report: Don't try to map ip to invalid mapMilian Wolff2018-11-041-2/+3
* perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter2018-10-181-1/+5
* perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-10-181-0/+9
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-10-102-1/+22
* perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-10-101-1/+3
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-10-101-1/+1
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-10-101-2/+3
* perf annotate: Properly interpret indirect callMartin Liška2018-10-101-2/+8
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-10-031-1/+1
* perf tools: Fix maps__find_symbol_by_name()Adrian Hunter2018-09-261-0/+11
* perf script: Show correct offsets for DWARF-based unwindingSandipan Das2018-09-263-3/+10
* perf powerpc: Fix callchain ip filteringSandipan Das2018-09-261-1/+1
* perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-09-261-2/+6
* perf tools: Fix struct comm_str removal crashJiri Olsa2018-09-261-5/+11
* perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das2018-09-261-1/+1
* perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das2018-09-261-4/+24
* perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das2018-09-261-0/+6
* perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa2018-09-261-1/+1
* perf test: Fix subtest number when showing resultsThomas Richter2018-09-261-1/+1
* perf build: Fix installation directory for eBPFThomas Richter2018-09-191-2/+2
* perf evlist: Fix error out while applying initial delay and LBRKan Liang2018-09-191-0/+14
* perf c2c report: Fix crash for empty browserJiri Olsa2018-09-191-0/+3
* perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy2018-09-191-0/+2
* perf probe powerpc: Fix trace event post-processingSandipan Das2018-09-151-1/+3
* perf tools: Check for null when copying nsinfo.Benno Evers2018-09-151-0/+3
* perf arm spe: Fix uninitialized record error variableKim Phillips2018-09-151-0/+1
* perf auxtrace: Fix queue resizeAdrian Hunter2018-09-091-0/+3
* perf kvm: Fix subcommands on s390Thomas Richter2018-09-051-1/+1
* perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-305-0/+5
* tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-07-303-0/+26
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-1314-81/+84
|\
| * perf tools: Use python-config --includes rather than --cflagsJeremy Cline2018-07-111-2/+1
| * perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2
| * perf stat: Fix --interval_clear optionJiri Olsa2018-07-111-1/+1
| * perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-112-2/+3
| * perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips2018-07-111-1/+1
| * perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
| * perf test shell: Make perf's inet_pton test more portableKim Phillips2018-07-111-16/+21
| * perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2018-07-111-1/+1
| * perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline2018-07-111-1/+3
| * perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline2018-07-111-5/+9
| * perf scripts python: Add Python 3 support to Util.pyJeremy Cline2018-07-111-5/+6
| * perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline2018-07-111-1/+1
| * perf scripts python: Add Python 3 support to Core.pyJeremy Cline2018-07-111-23/+17
| * perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
* | tools: build: Fixup host c flagsLaura Abbott2018-07-131-1/+1
|/
* Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-2612-20/+183
|\