History log of /systemd/tools/gdb-sd_dump_hashmaps.py
Revision Date Author Comments Expand
2ea8c08306c7e33f8217a878cf990fc491c9432c 30-Oct-2014 Michal Schmidt <mschmidt@redhat.com>

tools: add gdb command to dump hashmap information $ 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 ...