This file contains 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
Linux perf fixes | |
01 overview | |
02 patch to make linux perf report work cleanly with jitdump remap | |
03 perf script for sample input file showing mmap overwrite | |
04 perf report before example | |
05 perf report after example | |
-- | |
KDAB Hotspot specific fixes | |
06 patch to make linux perf output output program headers for KDAB hotspot | |
07 patch to make hotspot UI load cleanly with jitdump remap |
This file contains 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
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer | |
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode) | |
# linux text editor backups | |
*~ | |
# built application files | |
*.apk | |
*.ap_ | |
*.jar |