15 Jan, 2016

1 commit

  • Add some new tracepoints in the nfsd read/write codepaths. The idea
    is that this will give us the ability to measure how long each phase of
    a read or write operation takes.

    Signed-off-by: Jeff Layton
    Signed-off-by: J. Bruce Fields

    Jeff Layton
     

24 Oct, 2015

1 commit

  • Any file which includes trace.h will need to include state.h, even if
    they aren't using any state tracepoints. Ensure that we include any
    headers that might be needed in trace.h instead of relying on the
    *.c files to have the right ones.

    Signed-off-by: Jeff Layton
    Reviewed-by: Christoph Hellwig
    Signed-off-by: J. Bruce Fields

    Jeff Layton
     

03 Feb, 2015

1 commit

  • For now just a few simple events to trace the layout stateid lifetime, but
    these already were enough to find several bugs in the Linux client layout
    stateid handling.

    Signed-off-by: Christoph Hellwig

    Christoph Hellwig