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 -- "$@"
0100'>2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck 2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo 2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2018-03-19RCU, workqueue: Implement rcu_workTejun Heo 2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger 2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner 2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook 2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook 2017-11-21timer: Remove unused data arguments from macrosKees Cook 2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park 2017-10-05workqueue: Convert callback to use from_timer()Kees Cook 2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook 2017-09-05workqueue: Fix flag collisionBen Hutchings 2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo