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 "$@"
0'>2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov 2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov 2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov 2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov 2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov 2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov 2025-07-16io_uring/zcrx: account area memoryPavel Begunkov 2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov 2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov 2025-05-02io_uring/zcrx: split out memory holders from areaPavel Begunkov 2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov 2025-04-21io_uring/zcrx: let zcrx choose region for mmapingPavel Begunkov 2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov 2025-04-07io_uring/zcrx: separate niov number from pagesPavel Begunkov 2025-04-07io_uring/zcrx: put refill data into separate cache linePavel Begunkov 2025-02-24io_uring/zcrx: add a read limit to recvzc requestsDavid Wei 2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei 2025-02-17io_uring/zcrx: dma-map area for the devicePavel Begunkov 2025-02-17io_uring/zcrx: implement zerocopy receive pp memory providerPavel Begunkov 2025-02-17io_uring/zcrx: grab a net devicePavel Begunkov 2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei 2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei