diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-02-08 12:40:14 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-02-21 16:48:06 +0100 |
commit | 8566417221fcec51346ec164e920dacb979c6b5f (patch) | |
tree | 1b1a7dbd48e6983539dbddaac262e51c9f1dce36 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a9412d510ab9a9ba411fea612903631d2e1f1601 (diff) |
random: inline leaves of rand_initialize()
This is a preparatory commit for the following one. We simply inline the
various functions that rand_initialize() calls that have no other
callers. The compiler was doing this anyway before. Doing this will
allow us to reorganize this after. We can then move the trust_cpu and
parse_trust_cpu definitions a bit closer to where they're actually used,
which makes the code easier to read.
Cc: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions