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 "$@"
m Sang 2022-06-09drop_monitor: adopt u64_stats_tEric Dumazet 2022-06-09net: rename reference+tracking helpersJakub Kicinski 2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong 2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong 2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet 2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-02-11drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet 2022-02-09net: drop_monitor: support drop reasonMenglong Dong 2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong 2021-12-06drop_monitor: add net device refcount trackerEric Dumazet 2021-08-05net: Remove redundant if statementsYajun Deng 2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu 2021-03-10drop_monitor: Perform cleanup upon probe registration failureIdo Schimmel 2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski 2020-09-30drop_monitor: Filter control packets in drop monitorIdo Schimmel 2020-09-30drop_monitor: Remove duplicate structIdo Schimmel 2020-09-30drop_monitor: Remove no longer used functionsIdo Schimmel 2020-09-30drop_monitor: Convert to using devlink tracepointIdo Schimmel 2020-09-30drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva