summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
> timer_setup()Kees Cook 2017-04-18sky2: Use seq_puts() in sky2_debug_show()Markus Elfring 2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser 2017-01-17net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes 2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger 2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-11-18net: sky2: Fix shutdown crashJeremy Linton 2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson 2016-09-01sky2: use napi_complete_donestephen hemminger 2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal