Skip to content

Instantly share code, notes, and snippets.

@tgrabiec
Created February 19, 2019 19:00
Show Gist options
  • Save tgrabiec/7887b609be70a33a43dd81d2d3e751a2 to your computer and use it in GitHub Desktop.
Save tgrabiec/7887b609be70a33a43dd81d2d3e751a2 to your computer and use it in GitHub Desktop.
perf probe -x /opt/scylladb/lib/libstdc++.so.6 __cxa_throw
perf probe -x /lib64/libstdc++.so.6 __cxa_throw
perf record --call-graph dwarf -e probe_libstdc:__cxa_throw_1 -p `pgrep scylla`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment