f2fs: add tracepoints for sync & inode operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 19 Apr 2013 16:28:40 +0000 (01:28 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 23 Apr 2013 06:30:27 +0000 (15:30 +0900)
commita2a4a7e4abb27c833d4e09ac1d434ab48a64062c
treed23f6c9419d72e66f24c2094d79a43d6e17a6cb9
parente66509f03e36ef4750bfab8f3a5cf632b313a39b
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 <namjae.jeon@samsung.com>
Signed-off-by: Pankaj Kumar <pankaj.km@samsung.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
[Jaegeuk: combine and modify the tracepoint structures]
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/file.c
fs/f2fs/inode.c
fs/f2fs/namei.c
fs/f2fs/super.c
include/trace/events/f2fs.h [new file with mode: 0644]