Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | tools: add gdb command to dump hashmap information | Michal Schmidt | |
$ sudo gdb -p 1 ... (gdb) source gdb-sd_dump_hashmaps.py (gdb) sd_dump_hashmaps ... lists allocated hashmaps ... (gdb) sd_dump_hashmaps 1 ... lists allocated hashmaps, their DIB histograms and contiguous blocks statistics ... |