]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tracing: instrument filestore
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 1 Jul 2014 22:48:00 +0000 (15:48 -0700)
committerAdam Crume <adamcrume@gmail.com>
Wed, 13 Aug 2014 20:58:15 +0000 (13:58 -0700)
commitef5c30af7f45ba4c835860fb6730ccd08cfb89b8
tree13a288d559f221a78cf2b5dca3b1e19dd3b84083
parent4001b28d4ad16b7908cb37e1438f825762c818a9
tracing: instrument filestore

This adds objectstore tracepoints for the filestore. It'd be nice to add
these to the objectstore interface some how so we can get all
implementations for free, but that might just be a bit difficult
especially since each impl will apply transactions in a differnet way.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/Makefile-env.am
src/os/FileStore.cc
src/os/Makefile.am
src/os/ObjectStore.h
src/tracing/Makefile.am
src/tracing/objectstore.tp [new file with mode: 0644]