diff options
author | Thomas Bertschinger <tahbertschinger@gmail.com> | 2024-03-14 19:02:18 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-04-04 03:32:10 +0300 |
commit | e60aa472400b1ff8d0e6c563a2eb05916927f10a (patch) | |
tree | 76270ce54868503951c2852672c9a119bfad0711 /tools/perf/scripts/python/stackcollapse.py | |
parent | 09d4c2acbf4c864fef0f520bbcba256c9a19102e (diff) | |
download | linux-e60aa472400b1ff8d0e6c563a2eb05916927f10a.tar.xz |
bcachefs: create debugfs dir for each btree
This creates a subdirectory for each individual btree under the btrees/
debugfs directory.
Directory structure, before:
/sys/kernel/debug/bcachefs/$FS_ID/btrees/
├── alloc
├── alloc-bfloat-failed
├── alloc-formats
├── backpointers
├── backpointers-bfloat-failed
├── backpointers-formats
...
Directory structure, after:
/sys/kernel/debug/bcachefs/$FS_ID/btrees/
├── alloc
│ ├── bfloat-failed
│ ├── formats
│ └── keys
├── backpointers
│ ├── bfloat-failed
│ ├── formats
│ └── keys
...
Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions