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 "$@"
faa2e6574dd6b9dbd90cdeaae91'>Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds 2022-12-12Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang 2022-12-12Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang 2022-11-24Bluetooth: hci_qca: Fix the teardown problem for realThomas Gleixner 2022-07-21Bluetooth: hci_qca: Return wakeup for qca_wakeupSai Teja Aluvala 2022-05-13Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt 2022-01-06Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeMiaoqian Lin 2021-12-22Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish 2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz 2021-09-28Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extensionJoseph Hwang 2021-06-26Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750Venkata Lakshmi Narayana Gubba 2021-06-26Bluetooth: hci_qca: fix potential GPFPavel Skripkin 2021-03-22Bluetooth: hci_qca: Mundane typo fixBhaskar Chowdhury 2021-03-11Bluetooth: hci_qca: Add device_may_wakeup supportVenkata Lakshmi Narayana Gubba 2021-02-08Bluetooth: hci_qca: Fixed issue during suspendVenkata Lakshmi Narayana Gubba 2021-02-02Bluetooth: hci_qca: check for SSR triggered flag while suspendVenkata Lakshmi Narayana Gubba