]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite260ecbf7fb6c214616cb1ccbd2f0eb13250f27d
treed23f6c9419d72e66f24c2094d79a43d6e17a6cb9
parent0f36a39908cb29d62cc9434ed9d115fc273cddda
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]