summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
25b6caa6971815e85631cf3cf36f'>net: annotate accesses to dev->gso_max_sizeEric Dumazet 2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan 2021-07-20memcg: enable accounting for VLAN group arrayVasily Averin 2021-06-03net: vlan: Avoid using strncpy()Kees Cook 2021-04-19net: fix a data race when get vlan deviceDi Zhu 2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski 2021-01-05net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski 2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli 2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli 2019-10-24net: remove unnecessary variables and callbackTaehee Yoo