This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Dump sqlite statements as they are executed. Tested with sqlite 3.6.20 | |
| * | |
| * Prereqs: | |
| * sudo yum install systemtap-client systemtap-devel kernel-devel gcc yum-utils | |
| * sudo debuginfo-install sqlite | |
| * | |
| * Running: | |
| * sudo stap -DMAXUPROBES=800 sqlite-dump.stp | |
| * |