]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/gfs2/trace_gfs2.h
GFS2: Add tracepoints
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 12 Jun 2009 07:49:20 +0000 (08:49 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 12 Jun 2009 07:49:20 +0000 (08:49 +0100)
commit63997775b795f97ef51f3e56bc3abc9edc04bbb0
tree607519910f92b1101fbe0223c301c503001bc0ef
parent8ebf975608aaebd7feb33d77f07ba21a6380e086
GFS2: Add tracepoints

This patch adds the ability to trace various aspects of the GFS2
filesystem. The trace points are divided into three groups,
glocks, logging and bmap. These points have been chosen because
they allow inspection of the major internal functions of GFS2
and they are also generic enough that they are unlikely to need
any major changes as the filesystem evolves.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Makefile
fs/gfs2/bmap.c
fs/gfs2/glock.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/ops_fstype.c
fs/gfs2/rgrp.c
fs/gfs2/trace_gfs2.h [new file with mode: 0644]