summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (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 "$@"
er 2015-09-10kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker 2015-09-10kmod: bunch of internal functions renamesFrederic Weisbecker 2015-09-10kmod: correct documentation of return status of request_moduleNeilBrown 2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov 2014-12-10usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov 2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky 2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov 2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra 2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds 2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa 2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov 2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov -26ethtool: document the enum values not definesJakub Kicinski 2021-03-26ethtool: fec: add note about reuse of reservedJakub Kicinski 2021-03-25ethtool: clarify the ethtool FEC interfaceJakub Kicinski 2021-03-25ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski 2021-03-25ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski 2021-03-25ethtool: fec: remove long structure descriptionJakub Kicinski 2021-03-25ethtool: fec: fix typo in kdocJakub Kicinski 2020-12-15uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel 2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy