aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-26perf intel-pt: Use evlist__add_dummy_on_all_cpus() for switch trackingAdrian Hunter1-10/+3
2022-05-26perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()Adrian Hunter1-18/+3
2022-05-26perf evlist: Add evlist__add_dummy_on_all_cpus()Adrian Hunter2-0/+50
2022-05-26perf evlist: Factor out evlist__dummy_event()Adrian Hunter1-2/+8
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter4-10/+7
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter4-6/+21
2022-05-26perf intel-pt: Add a test for system-wide side bandAdrian Hunter1-0/+71
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo5-1/+23
2022-05-26perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa4-1/+20
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versionsJiri Olsa5-1/+21
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versionsJiri Olsa5-1/+21
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa5-5/+26
2022-05-26perf build: Fix btf__load_from_kernel_by_id() feature checkJiri Olsa1-2/+3
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds104-2675/+4689
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds18-234/+396
2022-05-25Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+1
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds56-983/+319
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds169-3470/+6840
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds571-9264/+25818
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1297-31586/+495293
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds188-1997/+4364
2022-05-25Merge tag 'perf-tools-for-v5.19-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds265-4151/+19159
2022-05-25Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+5
2022-05-25Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds3-11/+11
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds5-7/+8
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1930-59867/+162302
2022-05-25Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2022-05-25Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds9-4/+756
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds43-891/+1499
2022-05-25Merge tag 'linux-kselftest-next-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds19-94/+124
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds88-1977/+3571
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds15-321/+1174
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds14-143/+283
2022-05-25linux/types.h: reinstate "__bitwise__" macro for user space useLinus Torvalds1-0/+3
2022-05-25media: lirc: revert removal of unused feature flagsSean Young1-0/+7