Re: [PATCH tracepoints v2] nilfs2: add a tracepoint for transaction events

2014-09-28 Thread Hitoshi Mitake
On Fri, Sep 26, 2014 at 12:55 AM, Ryusuke Konishi wrote: > Hi, > On Thu, 25 Sep 2014 22:20:32 +0900, Mitake Hitoshi wrote: >> This patch adds a tracepoint for transaction events of nilfs. With the >> tracepoint, these events can be tracked: begin, abort, commit, >> trylock, lock, and unlock. Basic

Re: [PATCH tracepoints v2] nilfs2: add a tracepoint for transaction events

2014-09-25 Thread Ryusuke Konishi
Hi, On Thu, 25 Sep 2014 22:20:32 +0900, Mitake Hitoshi wrote: > This patch adds a tracepoint for transaction events of nilfs. With the > tracepoint, these events can be tracked: begin, abort, commit, > trylock, lock, and unlock. Basically, these events have corresponding > functions e.g. begin even

[PATCH tracepoints v2] nilfs2: add a tracepoint for transaction events

2014-09-25 Thread Hitoshi Mitake
This patch adds a tracepoint for transaction events of nilfs. With the tracepoint, these events can be tracked: begin, abort, commit, trylock, lock, and unlock. Basically, these events have corresponding functions e.g. begin event corresponds nilfs_transaction_begin(). The unlock event is an except