Re: [PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem

2013-04-09 Thread Namjae Jeon
2013/4/9 Jaegeuk Kim : > 2013-04-09 (화), 10:04 +0900, Namjae Jeon: >> 2013/4/9, Steven Rostedt : >> > On Sat, 2013-04-06 at 14:45 +0900, Namjae Jeon wrote: >> >> From: Namjae Jeon >> >> >> >> Add tracepoints in f2fs filesystem for tracing the filesystem >> >> operations for information/debugging p

Re: [PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem

2013-04-09 Thread Jaegeuk Kim
2013-04-09 (화), 10:04 +0900, Namjae Jeon: > 2013/4/9, Steven Rostedt : > > On Sat, 2013-04-06 at 14:45 +0900, Namjae Jeon wrote: > >> From: Namjae Jeon > >> > >> Add tracepoints in f2fs filesystem for tracing the filesystem > >> operations for information/debugging purpose if needed. All the > >>

Re: [PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem

2013-04-08 Thread Namjae Jeon
2013/4/9, Steven Rostedt : > On Sat, 2013-04-06 at 14:45 +0900, Namjae Jeon wrote: >> From: Namjae Jeon >> >> Add tracepoints in f2fs filesystem for tracing the filesystem >> operations for information/debugging purpose if needed. All the >> tracepoints are clubbed with respect to functionalities.

Re: [PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem

2013-04-08 Thread Steven Rostedt
On Sat, 2013-04-06 at 14:45 +0900, Namjae Jeon wrote: > From: Namjae Jeon > > Add tracepoints in f2fs filesystem for tracing the filesystem > operations for information/debugging purpose if needed. All the > tracepoints are clubbed with respect to functionalities. > > Change Log: > v3: Introduce

[PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem

2013-04-05 Thread Namjae Jeon
From: Namjae Jeon Add tracepoints in f2fs filesystem for tracing the filesystem operations for information/debugging purpose if needed. All the tracepoints are clubbed with respect to functionalities. Change Log: v3: Introduced TRACE_EVENT_CONDITION() macro for checking the condition page->mappi