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 "$@"
mmit/net/can/gw.c?h=linux-6.12.y&id=0815c891e52208dc798916650b3496a2a53ee81f'>can: gw: can_can_gw_rcv(): remove return at end of void functionMarc Kleine-Budde 2019-08-13can: gw: add missing spaces around operatorsMarc Kleine-Budde 2019-08-13can: gw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde 2019-08-13can: gw: convert block comments to network style commentsMarc Kleine-Budde 2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing 2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp 2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg 2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp 2018-03-27net: Drop pernet_operations::asyncKirill Tkhai 2018-03-26net: Use octal not symbolic permissionsJoe Perches 2018-03-05net: Convert cangw_pernet_opsKirill Tkhai 2017-12-04net: use rtnl_register_module where neededFlorian Westphal 2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal 2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp 2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern 2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg