summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-12-20Merge tag 'perf-tools-2020-12-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5873/+7608
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-465/+1643
2020-12-19Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Linus Torvalds-6/+275
2020-12-19perf mem: Factor out a function to generate sort orderKan Liang-14/+27
2020-12-19perf sort: Add sort option for data page sizeKan Liang-2/+42
2020-12-19perf script: Support data page sizeKan Liang-4/+34
2020-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+72
2020-12-19selftests/filesystems: expand epoll with epoll_pwait2Willem de Bruijn-0/+72
2020-12-19selftests/core: add regression test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLO...Christian Brauner-0/+183
2020-12-19selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner-0/+70
2020-12-19selftests/core: handle missing syscall number for close_rangeChristian Brauner-1/+17
2020-12-19selftests/core: fix close_range_test build after XFAIL removalTobias Klauser-5/+5
2020-12-18Merge tag 'ktest-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-8/+12
2020-12-18tools headers UAPI: Update asm-generic/unistd.hArnaldo Carvalho de Melo-1/+1
2020-12-18tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-1/+9
2020-12-18tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo-0/+5
2020-12-18tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo-3/+2
2020-12-18tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo-0/+5
2020-12-18tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo-1/+11
2020-12-18perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2020-12-18tools headers: Update linux/ctype.h with the kernel sourcesArnaldo Carvalho de Melo-5/+12
2020-12-18tools headers: Add conditional __has_builtin()Arnaldo Carvalho de Melo-0/+11
2020-12-18tools headers: Get tools's linux/compiler.h closer to the kernel'sArnaldo Carvalho de Melo-3/+11
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-1/+9
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+10
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni-3/+3
2020-12-17tools headers UAPI: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo-3/+6
2020-12-17tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo-0/+5
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-3760/+17688
2020-12-17perf tools: Reformat record's control fd man textJiri Olsa-5/+11
2020-12-17perf config: Fix example command in manpage to conform to syntax specified in...Nick Thompson-1/+1
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo-1/+5
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa-3/+36
2020-12-17perf debug: Add debug_set_file functionJiri Olsa-1/+10
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa-3/+68
2020-12-17perf evlist: Support pipe mode displayNamhyung Kim-1/+17
2020-12-17perf report: Support --header-only for pipe modeNamhyung Kim-0/+9
2020-12-17perf vendor events: Add JSON metrics for imx8mm DDR PerfJoakim Zhang-0/+59
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry-6/+60
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry-4/+60
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry-54/+70
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry-1/+3
2020-12-17perf evlist: Change evlist__splice_list_tail() orderingJohn Garry-4/+15
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry-0/+80
2020-12-17perf pmu: Add pmu_id()John Garry-0/+19
2020-12-17perf jevents: Add support for system events tablesJohn Garry-1/+91
2020-12-17perf jevents: Add support for an extra directory levelJohn Garry-3/+8
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo-1/+9
2020-12-17perf record: Support new sample type for data page sizeKan Liang-1/+25