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 "$@"
89dbd78bf531ffa18d097ae4c'>staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley 2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman 2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com 2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com 2010-10-12staging: brcm80211: remove BCMUNINITFN() macro.Jason Cooper 2010-10-12staging: brcm80211: remove BCMINITFN() macro.Jason Cooper 2010-10-08Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman 2010-10-08Staging: brcm80211: util: remove unneeded usage of uintptrGreg Kroah-Hartman 2010-10-05staging: brcm80211: Move #includes out of headerBrett Rudley 2010-09-14staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"Jason Cooper 2010-09-14staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper 2010-09-14staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper 2010-09-14staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper 2010-09-14staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper 2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper 2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski