Skip to content
Commit 5e4bac34 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: cache architecture name



Currently we are repeatedly calling `uname -m`.  This is causing the
script to take a long time to run (more than 10 seconds to parse
/proc/kallsyms).  We can use Perl state variables to cache the result of
the first call to `uname -m`.  With this change in place the script
scans the whole kernel in under a minute.

Cache machine architecture in state variable.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent b401f56f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment