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 "$@"
n>bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann 2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel 2021-04-20net: add generic selftest supportOleksij Rempel 2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet 2021-02-26bpf: Clean up sockmap related KconfigsCong Wang 2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan 2020-10-29wimax: move out to stagingArnd Bergmann 2020-09-30drop_monitor: Convert to using devlink tracepointIdo Schimmel 2020-07-07net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn 2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab 2020-04-28docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab 2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso 2020-02-20net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov 2020-01-24mptcp: Add MPTCP socket stubsMat Martineau 2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek 2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran 2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski 2019-08-17devlink: Add packet trap infrastructureIdo Schimmel 2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner