summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sched-migration-report
blob: 68b037a1849b1aeb71ec86d21fb05af4e208fc87 (plain)
1
2
3
#!/bin/bash
# description: sched migration overview
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
>fs,block: yield devices earlyChristian Brauner 2024-02-25bdev: open block device as filesChristian Brauner 2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds 2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara 2023-10-18cramfs: convert to new timestamp accessorsJeff Layton 2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig 2023-08-10fs: open block device after superblock creationJan Kara 2023-07-13cramfs: convert to ctime accessor functionsJeff Layton 2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells 2023-03-02fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton 2023-02-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan 2023-02-02cramfs: Kconfig: fix spelling & punctuationRandy Dunlap 2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand 2023-01-10fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco 2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle) 2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle) 2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig 2021-01-05cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro 2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro 2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab