summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (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 -- "$@"
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behaviorJacob Keller 2024-10-03lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean 2024-10-03lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean 2024-10-03lib: packing: adjust definitions and implementation for arbitrary buffer lengthsVladimir Oltean 2024-10-03lib: packing: refuse operating on bit indices which exceed size of bufferVladimir Oltean