aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf4-35/+14
2017-07-24rcutorture: Use nr_cpus rather than maxcpus to limit test sizePaul E. McKenney3-2/+28
2017-07-24rcutorture: Place event-traced strings into trace bufferPaul E. McKenney1-1/+1
2017-07-24rcutorture: Don't wait for kernel when all builds failPaul E. McKenney2-7/+22
2017-07-24torture: Add --kconfig argument to kvm.shPaul E. McKenney4-38/+96
2017-07-24rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenarioPaul E. McKenney1-1/+2
2017-07-24rcutorture: Remove obsolete SRCU-C.bootPaul E. McKenney1-1/+0
2017-07-24selftests/bpf: subtraction bounds testEdward Cree1-0/+28
2017-07-22pm-graph: package makefile and man pagesTodd E Brandt3-42/+86
2017-07-22pm-graph: AnalyzeBoot v2.1Todd E Brandt1-199/+387
2017-07-22pm-graph: AnalyzeSuspend v4.7Todd E Brandt1-155/+379
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+7
2017-07-21perf annotate: Do not overwrite sample->periodTaeung Song1-1/+0
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song2-5/+13
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song5-19/+27
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song3-15/+15
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song4-29/+35
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-239/+2175
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-9/+479
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann4-5/+5
2017-07-20tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo1-7/+25
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo15-46/+50
2017-07-20perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracingArnaldo Carvalho de Melo1-1/+15
2017-07-20perf trace: Introduce filter_loop_pids()Arnaldo Carvalho de Melo1-1/+11
2017-07-20perf trace beauty clone: Suppress unused args according to 'flags' argArnaldo Carvalho de Melo1-1/+18
2017-07-20perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo4-1/+68
2017-07-20tools include uapi: Grab a copy of linux/sched.hArnaldo Carvalho de Melo3-0/+54
2017-07-20perf trace: Allow specifying names to syscall arguments formattersArnaldo Carvalho de Melo1-2/+13
2017-07-20perf trace: Allow specifying number of syscall args for tracepointless syscallsArnaldo Carvalho de Melo1-1/+5
2017-07-20perf trace: Ditch __syscall__arg_val() variant, not needed anymoreArnaldo Carvalho de Melo1-7/+2
2017-07-20perf trace: Use the syscall_fmt formatters without a tracepointArnaldo Carvalho de Melo1-24/+30
2017-07-20perf trace: Allow allocating sc->arg_fmt even without the syscall tracepointArnaldo Carvalho de Melo1-10/+21
2017-07-20perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUSArnaldo Carvalho de Melo1-0/+3
2017-07-20perf trace: Add missing ' = ' in the default formatting of syscall returnsArnaldo Carvalho de Melo1-1/+1
2017-07-20perf intel-pt: Always set no branch for dummy eventKan Liang1-0/+2
2017-07-20perf intel-pt: Set no_aux_samples for the tracking eventKan Liang1-0/+1
2017-07-18perf report: Show branch type in callchain entryJin Yao3-19/+50
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao2-4/+26
2017-07-18perf util: Create branch.c/.h for common branch functionsJin Yao4-1/+174
2017-07-18perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao2-0/+2
2017-07-18perf/core: Define the common branch type classificationJin Yao1-1/+26
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros1-2/+17
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros12-3/+141
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros3-0/+14
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros1-28/+44
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros1-5/+70