summaryrefslogtreecommitdiff
path: root/include/trace/events/filelock.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-02locks: add some tracepoints in the lease handling codeJeff Layton1-0/+96
v2: add a __break_lease tracepoint for non-blocking case Recently, I needed these to help track down a softlockup when recalling a delegation, but they might be helpful in other situations as well. Cc: "J. Bruce Fields" <bfields@fieldses.org> Signed-off-by: Jeff Layton <jlayton@poochiereds.net>