]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c83ffeed6b61f9e4a636656b6a6491bd29974ec
tree607519910f92b1101fbe0223c301c503001bc0ef
parent64e0744da44d0169f5f7393466a487140846550f
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]