summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-2715-16/+71
|\
| * selftests/powerpc: Add checks for transactional sigreturnBreno Leitao2018-12-213-1/+48
| * powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan2018-12-203-1/+4
| * selftests/powerpc: Skip test instead of failingBreno Leitao2018-11-251-4/+1
| * selftests/powerpc: Create a new SKIP_IF macroBreno Leitao2018-11-251-0/+10
| * selftests/powerpc: Allocate base registersBreno Leitao2018-11-257-10/+8
| * Merge branch 'fixes' into nextMichael Ellerman2018-11-251-3/+18
| |\
* | \ Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-26198-921/+35589
|\ \ \
| * | | tools uapi asm: Update asm-generic/unistd.h copyArnaldo Carvalho de Melo2018-12-181-0/+4
| * | | perf symbols: Relax checks on perf-PID.map ownershipArnaldo Carvalho de Melo2018-12-181-11/+0
| * | | perf trace: Wire up the fadvise 'advice' table generatorArnaldo Carvalho de Melo2018-12-181-0/+8
| * | | perf beauty: Add generator for fadvise64's 'advice' arg constantsArnaldo Carvalho de Melo2018-12-181-0/+22
| * | | tools headers uapi: Grab a copy of fadvise.hArnaldo Carvalho de Melo2018-12-182-0/+23
| * | | perf beauty mmap: Print mmap's 'offset' arg in hexadecimalArnaldo Carvalho de Melo2018-12-181-1/+2
| * | | perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace outputArnaldo Carvalho de Melo2018-12-181-1/+1
| * | | perf trace beauty: Beautify arch_prctl()'s argumentsArnaldo Carvalho de Melo2018-12-184-1/+41
| * | | perf trace: When showing string prefixes show prefix + ??? for unknown entriesArnaldo Carvalho de Melo2018-12-181-3/+11
| * | | perf trace: Move strarrays to beauty.h for further reuseArnaldo Carvalho de Melo2018-12-182-16/+22
| * | | perf beauty: Wire up the x86_arch prctl code table generatorArnaldo Carvalho de Melo2018-12-181-0/+9
| * | | perf beauty: Add a string table generator for x86's 'arch_prctl' codesArnaldo Carvalho de Melo2018-12-181-0/+26
| * | | tools include arch: Grab a copy of x86's prctl.hArnaldo Carvalho de Melo2018-12-182-0/+18
| * | | perf trace: Show NULL when syscall pointer args are 0Arnaldo Carvalho de Melo2018-12-182-16/+15
| * | | perf trace: Enclose the errno strings with ()Arnaldo Carvalho de Melo2018-12-181-2/+2
| * | | perf augmented_raw_syscalls: Copy 'access' arg as wellArnaldo Carvalho de Melo2018-12-181-0/+2
| * | | perf trace: Add alignment spaces after the closing parensArnaldo Carvalho de Melo2018-12-181-11/+26
| * | | perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0Arnaldo Carvalho de Melo2018-12-181-1/+3
| * | | perf trace: Allow asking for not suppressing common string prefixesArnaldo Carvalho de Melo2018-12-1828-86/+142
| * | | perf trace: Add a prefix member to the strarray classArnaldo Carvalho de Melo2018-12-1812-31/+35
| * | | perf trace: Enclose strings with double quotesArnaldo Carvalho de Melo2018-12-181-1/+1
| * | | perf trace: Make the alignment of the syscall args be configurableArnaldo Carvalho de Melo2018-12-182-3/+13
| * | | perf trace: Allow suppressing the syscall argument namesArnaldo Carvalho de Melo2018-12-182-4/+22
| * | | perf trace: Allow configuring if the syscall start timestamp should be printedArnaldo Carvalho de Melo2018-12-182-1/+11
| * | | perf trace: Allow configuring default for perf_event_attr.inheritArnaldo Carvalho de Melo2018-12-182-0/+5
| * | | perf config: Show the configuration when no arguments are providedArnaldo Carvalho de Melo2018-12-181-4/+3
| * | | perf trace: Allow configuring if the syscall duration should be printedArnaldo Carvalho de Melo2018-12-182-2/+11
| * | | perf trace: Allow configuring if zeroed syscall args should be printedArnaldo Carvalho de Melo2018-12-182-1/+7
| * | | perf trace: Allow specifying a set of events to add in perfconfigArnaldo Carvalho de Melo2018-12-182-0/+28
| * | | perf augmented_raw_syscalls: Do not include stdio.hArnaldo Carvalho de Melo2018-12-181-1/+0
| * | | perf cs-etm: Generate branch sample for exception packetLeo Yan2018-12-183-8/+50
| * | | perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan2018-12-181-1/+1
| * | | perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan2018-12-181-1/+0
| * | | perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan2018-12-183-12/+12
| * | | perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan2018-12-181-3/+3
| * | | perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan2018-12-181-3/+0
| * | | perf cs-etm: Avoid stale branch samples when flush packetLeo Yan2018-12-181-1/+34
| * | | perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2018-12-181-1/+1
| * | | perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...Arnaldo Carvalho de Melo2018-12-181-2/+11
| * | | perf augmented_syscalls: Switch to using a struct for the syscalls map valuesArnaldo Carvalho de Melo2018-12-181-7/+11
| * | | perf bpf: Move perf_event_output() from stdio.h to bpf.hArnaldo Carvalho de Melo2018-12-182-3/+2
| * | | perf trace: Implement syscall filtering in augmented_syscallsArnaldo Carvalho de Melo2018-12-182-1/+91
OpenPOWER on IntegriCloud