summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Do not require --no-syscalls to suppress strace like outputArnaldo Carvalho de Melo2018-08-011-8/+3
* perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.hArnaldo Carvalho de Melo2018-08-011-0/+3
* perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy2018-08-011-0/+2
* perf bpf: Show better message when failing to load an objectArnaldo Carvalho de Melo2018-07-311-1/+3
* perf list: Unify metric group description format with PMU event descriptionMichael Petlan2018-07-311-2/+2
* perf vendor events arm64: Update ThunderX2 implementation defined pmu core ev...Ganapatrao Kulkarni2018-07-311-3/+84
* perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan2018-07-311-7/+17
* perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan2018-07-311-0/+8
* perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan2018-07-311-2/+15
* perf cs-etm: Fix start tracing packet handlingLeo Yan2018-07-312-1/+19
* perf build: Fix installation directory for eBPFThomas Richter2018-07-311-2/+2
* perf c2c report: Fix crash for empty browserJiri Olsa2018-07-311-0/+3
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-07-311-2/+2
* perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' argsArnaldo Carvalho de Melo2018-07-311-2/+4
* perf trace beauty: Add beautifiers for 'socket''s 'protocol' argArnaldo Carvalho de Melo2018-07-314-0/+42
* perf trace beauty: Do not print NULL strarray entriesArnaldo Carvalho de Melo2018-07-311-1/+1
* perf beauty: Add a generator for IPPROTO_ socket's protocol constantsArnaldo Carvalho de Melo2018-07-311-0/+11
* tools include uapi: Grab a copy of linux/in.hArnaldo Carvalho de Melo2018-07-311-0/+1
* perf tests: Fix complex event name parsingSandipan Das2018-07-311-1/+1
* perf evlist: Fix error out while applying initial delay and LBRKan Liang2018-07-311-0/+14
* perf trace beauty: Default header_dir to cwd to work without parmsArnaldo Carvalho de Melo2018-07-319-17/+18
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-07-318-0/+31
|\
| * 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
* | perf test: Fix subtest number when showing resultsThomas Richter2018-07-241-1/+1
* | perf stat: Get rid of extra clock display functionJiri Olsa2018-07-244-49/+21
* | perf tools: Use perf_evsel__match instead of open coded equivalentJiri Olsa2018-07-241-4/+1
* | perf tools: Fix struct comm_str removal crashJiri Olsa2018-07-241-5/+11
* | perf machine: Use last_match threads cache only in single thread modeJiri Olsa2018-07-241-3/+22
* | perf machine: Add threads__set_last_match functionJiri Olsa2018-07-241-3/+9
* | perf machine: Add threads__get_last_match functionJiri Olsa2018-07-241-13/+26
* | perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa2018-07-241-1/+1
* | perf script: Show correct offsets for DWARF-based unwindingSandipan Das2018-07-243-3/+10
* | perf trace arm64: Use generated syscall tableKim Phillips2018-07-242-0/+6
* | perf arm64: Generate system call table from asm/unistd.hKim Phillips2018-07-242-0/+83
* | tools include: Grab copies of arm64 dependent unistd.h filesKim Phillips2018-07-241-0/+2
* | perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das2018-07-241-4/+24
* | perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das2018-07-241-1/+1
* | perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das2018-07-241-0/+6
* | perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-07-241-2/+6
* | perf powerpc: Fix callchain ip filteringSandipan Das2018-07-241-1/+1
* | perf list: Add missing documentation for --desc and --debug optionsSangwon Hong2018-07-241-1/+7
* | perf kvm: Fix subcommands on s390Thomas Richter2018-07-241-1/+1
* | perf stat: Add transaction flag (-T) support for s390Thomas Richter2018-07-243-0/+35
* | perf json: Add s390 transaction counter definitionThomas Richter2018-07-243-0/+21
* | perf list: Add s390 support for detailed PMU event descriptionThomas Richter2018-07-2416-0/+324
* | Revert "perf list: Add s390 support for detailed/verbose PMU event description"Thomas Richter2018-07-241-6/+0
* | perf cs-etm: Bail out immediately for instruction sample failureLeo Yan2018-07-241-0/+3
* | perf cs-etm: Introduce invalid address macroLeo Yan2018-07-241-4/+6
* | perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo2018-07-246-11/+11
OpenPOWER on IntegriCloud