sapling/eden/fuse
Caren Thomas 27fe1e2306 track latency for eden fuse operations
Summary: Add stats tracking for eden. Thought it would be best to collect some feedback before I go ahead and add tracking for all of the operations in the "dispatcher_ops" structure.

Reviewed By: simpkins

Differential Revision: D3387902

fbshipit-source-id: 2fdb22d3b7d0248f67255614f82442379e53e212
2016-06-10 11:27:09 -07:00
..
privhelper use std::array when possible 2016-06-08 00:15:22 -07:00
BufVec.cpp Initial commit 2016-05-12 14:09:13 -07:00
BufVec.h Initial commit 2016-05-12 14:09:13 -07:00
Channel.cpp Initial commit 2016-05-12 14:09:13 -07:00
Channel.h Initial commit 2016-05-12 14:09:13 -07:00
DirHandle.cpp Initial commit 2016-05-12 14:09:13 -07:00
DirHandle.h Initial commit 2016-05-12 14:09:13 -07:00
DirInode.cpp eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
DirInode.h eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
DirList.cpp Initial commit 2016-05-12 14:09:13 -07:00
DirList.h Initial commit 2016-05-12 14:09:13 -07:00
Dispatcher.cpp track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
Dispatcher.h track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
EdenStats.cpp track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
EdenStats.h track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
FileHandle.cpp eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
FileHandle.h eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
FileHandleBase.cpp Initial commit 2016-05-12 14:09:13 -07:00
FileHandleBase.h Initial commit 2016-05-12 14:09:13 -07:00
FileInode.cpp eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
FileInode.h eden: remove naked pointers from FileInode::open and DirInode::opendir 2016-05-17 18:17:11 -07:00
fuse_headers.h Initial commit 2016-05-12 14:09:13 -07:00
InodeBase.cpp Initial commit 2016-05-12 14:09:13 -07:00
InodeBase.h Initial commit 2016-05-12 14:09:13 -07:00
InodeDispatcher.cpp Introduce InodeDispatcher::lookupInodeBase(). 2016-05-26 09:50:11 -07:00
InodeDispatcher.h Introduce InodeDispatcher::lookupInodeBase(). 2016-05-26 09:50:11 -07:00
InodeNameManager.cpp eden: remove InodeNamgeManager singleton 2016-05-25 19:34:16 -07:00
InodeNameManager.h eden: remove InodeNamgeManager singleton 2016-05-25 19:34:16 -07:00
Inodes.h Initial commit 2016-05-12 14:09:13 -07:00
MountPoint.cpp Initial commit 2016-05-12 14:09:13 -07:00
MountPoint.h Initial commit 2016-05-12 14:09:13 -07:00
PollHandle.cpp Initial commit 2016-05-12 14:09:13 -07:00
PollHandle.h Initial commit 2016-05-12 14:09:13 -07:00
RequestData.cpp track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
RequestData.h track latency for eden fuse operations 2016-06-10 11:27:09 -07:00
SessionDeleter.cpp Initial commit 2016-05-12 14:09:13 -07:00
SessionDeleter.h Initial commit 2016-05-12 14:09:13 -07:00
TARGETS track latency for eden fuse operations 2016-06-10 11:27:09 -07:00