summaryrefslogtreecommitdiff
path: root/tools/gdb-sd_dump_hashmaps.py
Commit message (Collapse)AuthorAge
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* tools: Fix executable bit on scripts that ost it somehow.Sven Eden2018-06-29
|
* String Formatting Update (#7819)Batuhan Osman Taşkaya2018-05-30
| | | | Changes: % changed as .format()
* Prep v236 : Add missing SPDX-License-Identifier (9/9) toolsSven Eden2018-03-26
|
* Prep v235: Update build system to fit elogindSven Eden2017-08-16
| | | | | | - Update man/rules/meson.build with elogind set of xml files. - Update documentation generating tools to fit elogind. - Follow upstream and link against libelogind-shared-<version>.so
* Prep v235: Apply upstream fixes (1/10) [root]Sven Eden2017-08-14
|
* tools: add gdb command to dump hashmap informationMichal Schmidt2014-10-30
$ 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 ...