Skip to content

Instantly share code, notes, and snippets.

@robbie-cao
Created June 2, 2016 22:13
Show Gist options
  • Save robbie-cao/b3365c4d908d9c84e911d0c9289bc6ba to your computer and use it in GitHub Desktop.
Save robbie-cao/b3365c4d908d9c84e911d0c9289bc6ba to your computer and use it in GitHub Desktop.
➜ linux git:(master) time objdump -C -S vmlinux > vmlinux.dump
objdump -C -S vmlinux > vmlinux.dump 547.89s user 3.34s system 99% cpu 9:14.52 total
➜ linux git:(master) time objdump -S -Dz vmlinux > vmlinux.dump2
objdump -S -Dz vmlinux > vmlinux.dump2 10425.69s user 36.12s system 99% cpu 2:55:25.95 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment