blob: dc94aff52cab96efd88c64552d8c1d65b32f0339 [file] [log] [blame]
name: writeback_queue_io
ID: 134
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:char name[32]; offset:8; size:32; signed:0;
field:unsigned long older; offset:40; size:8; signed:0;
field:long age; offset:48; size:8; signed:1;
field:int moved; offset:56; size:4; signed:1;
field:int reason; offset:60; size:4; signed:1;
print fmt: "bdi %s: older=%lu age=%ld enqueue=%d reason=%s", REC->name, REC->older, REC->age, REC->moved, __print_symbolic(REC->reason, {WB_REASON_BACKGROUND, "background"}, {WB_REASON_TRY_TO_FREE_PAGES, "try_to_free_pages"}, {WB_REASON_SYNC, "sync"}, {WB_REASON_PERIODIC, "periodic"}, {WB_REASON_LAPTOP_TIMER, "laptop_timer"}, {WB_REASON_FREE_MORE_MEM, "free_more_memory"}, {WB_REASON_FS_FREE_SPACE, "fs_free_space"}, {WB_REASON_FORKER_THREAD, "forker_thread"})