From: Namjae Jeon Date: Fri, 19 Apr 2013 16:28:40 +0000 (+0900) Subject: f2fs: add tracepoints for sync & inode operations X-Git-Tag: v3.10-rc1~45^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a4a7e4abb27c833d4e09ac1d434ab48a64062c;p=pandora-kernel.git f2fs: add tracepoints for sync & inode operations Add tracepoints in f2fs for tracing the syncing operations like filesystem sync, file sync enter/exit. It will helf to trace the code under debugging scenarios. Also add tracepoints for tracing the various inode operations like building inode, eviction of inode, link/unlike of inodes. Signed-off-by: Namjae Jeon Signed-off-by: Pankaj Kumar Acked-by: Steven Rostedt [Jaegeuk: combine and modify the tracepoint structures] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed