diff options
author | 2014-03-07 18:43:33 +0800 | |
---|---|---|
committer | 2014-03-10 18:45:15 +0900 | |
commit | 46c04366bbfd112a74dcfebbe41c9bf3f496ea75 (patch) | |
tree | 681d2ea957c49bbcaf9b8b1bf0160d94061978cb /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() (diff) | |
download | linux-dev-46c04366bbfd112a74dcfebbe41c9bf3f496ea75.tar.xz linux-dev-46c04366bbfd112a74dcfebbe41c9bf3f496ea75.zip |
f2fs: format segment_info's show for better legibility
The original segment_info's show is a bit out-of-format:
[root@guz Demoes]# cat /proc/fs/f2fs/loop0/segment_info
0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
......
0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 1 [root@guz Demoes]#
so we fix it here for better legibility.
[root@guz Demoes]# cat /proc/fs/f2fs/loop0/segment_info
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
......
0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 1
[root@guz Demoes]#
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions