Skip to content

Commit

Permalink
tracing: instrument filestore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dotnwat authored and liewegas committed Aug 21, 2014
1 parent d0834bb commit e9b39d9
Show file tree
Hide file tree
Showing 6 changed files with 922 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/Makefile-env.am
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ LIBCOMMON_TP = tracing/libcommon_tp.la
LIBOSD_TP = tracing/libosd_tp.la
LIBRADOS_TP = tracing/librados_tp.la
LIBRBD_TP = tracing/librbd_tp.la
LIBOS_TP = tracing/libos_tp.la

if WITH_LIBAIO
LIBOS += -laio
Expand Down
Loading

0 comments on commit e9b39d9

Please sign in to comment.