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 -- "$@"
ki 2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski 2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski 2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski 2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin) 2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells 2016-12-12init: reduce rootwait polling interval time to 5msJungseung Lee 2015-06-25init/do_mounts.c: add create_dev() failure logVishnu Pratap Singh 2015-05-05init: fix regression by supporting devices with major:minor:offset formatChen Yu 2015-04-15init: stricter checking of major:minor root= valuesDan Ehrenberg 2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg 2014-12-17init: fix read-write root mountMiklos Szeredi 2014-08-28init/do_mounts: better syntax descriptionPavel Machek 2014-04-03init/do_mounts.c: fix comment errorchishanmingshen 2013-11-13init/do_mounts.c: add maj:min syntax commentSebastian Capella 2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley 2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley 2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley