summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
/cryptoHerbert Xu 2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds 2023-06-05types: Introduce [us]128Peter Zijlstra 2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu 2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu 2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-04-13crypto: blake2s: remove module-related codeNick Alcock 2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock 2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu 2022-12-30crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu 2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel 2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel 2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel 2022-08-19crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQEric Biggers 2022-08-19crypto: lib - move __crypto_xor into utilsEric Biggers 2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers 2022-07-20crypto: lib - add module license to libsha1Eric Biggers 2022-07-15crypto: lib - make the sha1 library optionalEric Biggers 2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers 2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld 2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld 2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld 2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld 2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld 2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld 2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld 2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang 2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld 2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes 2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld