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 "$@"
>cfg80211/nl80211: add a port authorized eventAvraham Stern 2017-09-21wireless: set correct mandatory rate flagsRichard Schütz 2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg 2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman 2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg