Skip to content

Instantly share code, notes, and snippets.

@wkz
Created February 12, 2016 23:43
Show Gist options
  • Save wkz/fd858eb2286ad0abc625 to your computer and use it in GitHub Desktop.
Save wkz/fd858eb2286ad0abc625 to your computer and use it in GitHub Desktop.
wkz@wkz-box:~$ time cat /proc/kallsyms | awk '{ print $NF; exit 0 }'
irq_stack_union
real 0m0.003s
user 0m0.000s
sys 0m0.000s
wkz@wkz-box:~$ time cat /proc/kallsyms | awk 'END{ print $NF }'
[wmi]
real 0m0.064s
user 0m0.016s
sys 0m0.064s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment