summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
t/init/do_mounts.c?id=ea3edd4dc23027083fbb4a73b65114d08fe73a76'>block: remove __bdevnameChristoph Hellwig 2019-12-16Fix root mounting with no mount optionsLinus Torvalds 2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski 2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski 2019-10-02init: Support mounting root file systems over SMBPaulo Alcantara (SUSE) 2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells 2019-09-05make shmem_fill_super() staticAl Viro 2019-09-05make ramfs_fill_super() staticAl Viro 2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro 2019-07-04don't bother with registering rootfsAl Viro 2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner