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 "$@"
itle='2024-03-07 20:28:35 -0800'>2024-03-07doc/netlink: Allow empty enum-name in ynl specsDonald Hunter 2023-10-27doc/netlink: Update schema to support cmd-cnt-name and cmd-max-nameDavide Caratti 2023-10-26netlink: specs: support conditional operationsJakub Kicinski 2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti 2023-10-24tools: ynl: add uns-admin-perm to genetlink legacyDavide Caratti 2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko 2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski 2023-10-19tools: ynl-gen: support limit namesJakub Kicinski 2023-10-19tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski 2023-10-11netlink: specs: don't allow version to be specified for genetlinkJiri Pirko 2023-10-09tools: ynl-gen: lift type requirement for attribute subsetsJiri Pirko