MySQL tracing without USDT (#1239)
authorIgor Mazur <igor.mazur@grammarly.com>
Tue, 18 Jul 2017 07:06:34 +0000 (10:06 +0300)
committerSasha Goldshtein <goldshtn@gmail.com>
Tue, 18 Jul 2017 07:06:34 +0000 (10:06 +0300)
commit5f7035e405fda63de7dd25912f9cce1a25136edc
treecda592ec9a7d458119f3035e9ae5433932cb5c77
parent87abe2a3c11bc495c80ac2b53132466e35d86959
MySQL tracing without USDT (#1239)

Support tracing MySQL queries even when MySQL is built
without USDT support, by using uprobes on internal functions
responsible for command (query) dispatching.
tools/dbslower.py