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 "$@"
ee: fix tracepoint string pointersMartin Kaiser 2025-11-24lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor 2025-10-19lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor 2025-10-19lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold 2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds 2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds 2025-09-09netlink: add variable-length / auto integersJakub Kicinski 2025-07-17maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang 2025-07-17maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett