summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-16/+9
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+2
2022-05-29Merge tag 'trace-tools-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-49/+151
2022-05-29Merge tag 'perf-tools-for-v5.19-2022-05-28' of git://git.kernel.org/pub/scm/l...Linus Torvalds44-197/+1594
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-59/+269
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds4-28/+31
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-0/+418
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+11
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-185/+151
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+419
2022-05-27selftests: memcg: factor out common parts of memory.{low,min} testsMichal Koutný1-163/+36
2022-05-27selftests: memcg: remove protection from top level memcgMichal Koutný1-7/+3
2022-05-27selftests: memcg: adjust expected reclaim values of protected cgroupsMichal Koutný2-12/+106
2022-05-27selftests: memcg: expect no low events in unprotected siblingMichal Koutný1-1/+1
2022-05-27selftests: memcg: fix compilationMichal Koutný1-11/+14
2022-05-27tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+19
2022-05-27perf scripts python: Support Arm CoreSight trace data disassemblyLeo Yan1-0/+272
2022-05-27perf scripting python: Expose dso and map informationLeo Yan1-4/+17
2022-05-27perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing1-1/+1
2022-05-27perf tools arm64: Add support for VG registerJames Clark2-0/+40
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-174/+1840
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-685/+1333
2022-05-26rtla: Remove procps-ng dependencyDaniel Bristot de Oliveira4-24/+88
2022-05-26rtla: Fix __set_sched_attr error messageDaniel Bristot de Oliveira1-1/+1
2022-05-26rtla: Minor grammar fix for rtla READMEJohn Kacur1-7/+5
2022-05-26rtla: Don't overwrite existing directory modeJohn Kacur1-1/+2
2022-05-26rtla: Avoid record NULL pointer dereferenceWan Jiabing4-16/+20
2022-05-26rtla/Makefile: Properly handle dependenciesDaniel Bristot de Oliveira1-0/+35
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-22/+0
2022-05-26perf unwind arm64: Decouple Libunwind register names from PerfJames Clark1-71/+2
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark2-1/+2
2022-05-26perf tools arm64: Copy perf_regs.h from the kernelJames Clark1-1/+6
2022-05-26perf unwind arm64: Use perf's copy of kernel headersJames Clark1-1/+1
2022-05-26perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-05-26perf test: Add a basic offcpu profiling testNamhyung Kim1-0/+60
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim4-5/+85
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim2-11/+52
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim4-15/+123
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim7-0/+404
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim1-2/+2
2022-05-26perf test: Add checking for perf stat CSV output.Claire Jensen2-0/+195
2022-05-26perf tools: Allow system-wide events to keep their own threadsAdrian Hunter1-2/+5
2022-05-26perf tools: Allow system-wide events to keep their own CPUsAdrian Hunter1-6/+5
2022-05-26libperf evsel: Add comments for booleansAdrian Hunter1-0/+10
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter5-6/+7
2022-05-26libperf evlist: Check nr_mmaps is correctAdrian Hunter1-2/+9
2022-05-26libperf evlist: Allow mixing per-thread and per-cpu mmapsAdrian Hunter1-29/+7
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter3-13/+19
2022-05-26perf intel-pt: Track sideband system-wide when neededAdrian Hunter1-8/+10