Skip to content

Instantly share code, notes, and snippets.

@agentzh

agentzh/a.txt Secret

Created December 16, 2020 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentzh/b445ecde71e87f66efcf7fe15c121d07 to your computer and use it in GitHub Desktop.
Save agentzh/b445ecde71e87f66efcf7fe15c121d07 to your computer and use it in GitHub Desktop.
$ /opt/stap/bin/stap -e 'probe process.function("main") { printf("[%s]\n", ubacktrace()); }' -c 'ls blah'
WARNING: cannot find module /usr/bin/ls debuginfo: No DWARF information found [man warning::debuginfo]
blah
[0x556f43f08ea0 0x7f19b6a3711b ]
WARNING: Missing unwind data for a module, rerun with 'stap -d /usr/lib64/libc-2.27.so'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment