aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2021-08-27 09:03:42 +0200
committerHerbert Xu <[email protected]>2021-09-17 11:05:11 +0800
commit898387e40cf538b7d1605e05d456699fe418a77f (patch)
tree884acdd98a51a7a0a4714ca1079234be7daaeebc /tools/perf/scripts/python/syscall-counts-by-pid.py
parent741691c44606b1903e674d12f3e4a4b68ade69ad (diff)
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
With the SIMD code path removed, we can clean up the CCM auth-only path a bit further, by passing the 'macp' input buffer pointer by value, rather than by reference, and taking the output value from the function's return value. This way, the compiler is no longer forced to allocate macp on the stack. This is not expected to make any difference in practice, it just makes for slightly cleaner code. Signed-off-by: Ard Biesheuvel <[email protected]> Reviewed-by: Eric Biggers <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions