summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Drop unneeded bitmap_zero() callsYury Norov2018-08-083-7/+0
* perf vendor events arm64: Enable JSON events for eMAGSean V Kelley2018-08-082-0/+33
* perf report: Add GUI report support for s390 auxiliary traceThomas Richter2018-08-081-8/+585
* perf report: Add raw report support for s390 auxiliary traceThomas Richter2018-08-082-1/+317
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-036-0/+150
* perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscall...Arnaldo Carvalho de Melo2018-08-021-10/+3
* perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME eventsArnaldo Carvalho de Melo2018-08-021-1/+52
* perf trace: Allow setting up a syscall_tp struct without a format_fieldArnaldo Carvalho de Melo2018-08-021-7/+15
* perf trace: Rename some syscall_tp methods to raw_syscallArnaldo Carvalho de Melo2018-08-021-7/+7
* perf trace: Use beautifiers on syscalls:sys_enter_ handlersArnaldo Carvalho de Melo2018-08-021-3/+44
* perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'Arnaldo Carvalho de Melo2018-08-021-5/+8
* Merge tag 'perf-core-for-mingo-4.19-20180801' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-0229-49/+556
|\
| * 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-312-0/+302
| * 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-31231-1094/+2290
| |\
* | \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-02231-1094/+2290
|\ \ \ | |/ / |/| / | |/
| * Merge tag 'perf-urgent-for-mingo-4.18-20180730' of git://git.kernel.org/pub/s...Ingo Molnar2018-07-3113-63/+124
| |\
| | * 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-305-58/+93
| | * tools headers uapi: Refresh linux/bpf.h copyArnaldo Carvalho de Melo2018-07-301-5/+23
| | * tools headers powerpc: Update asm/unistd.h copy to pick newArnaldo Carvalho de Melo2018-07-301-0/+1
| | * tools headers uapi: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2018-07-301-0/+2
| * | perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2018-07-312-4/+8
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-303-16/+13
| |\ \
| | * | x86/boot: Fix if_changed build flip/flop bugKees Cook2018-07-251-2/+6
| | * | x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski2018-07-241-14/+4
| | * | x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-07-241-0/+3
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-304-3/+19
| |\ \ \
| | * | | sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
| | * | | sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
| | * | | stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres2018-07-251-1/+9