aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRussell King (Oracle) <[email protected]>2024-05-28 10:17:47 +0100
committerKalle Valo <[email protected]>2024-06-18 13:22:10 +0300
commitb734d8830f70813e17f470daa60f535a6df4d570 (patch)
tree811c7c156bfd57193676b845ac175912ed36d696 /tools/perf/scripts/python/bin/stackcollapse-report
parent64ff013ce0986952fad1678d7faf8998584fc500 (diff)
wifi: wl18xx: make wl18xx_tx_immediate_complete() more efficient
wl18xx_tx_immediate_complete() iterates through the completed transmit descriptors in a circular fashion, and in doing so uses a modulus operation that is not a power of two. This leads to inefficient code generation, which can be easily solved by providing a helper to increment to the next descriptor. Use this more efficient solution. Signed-off-by: Russell King (Oracle) <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions