sapling/eden/fs/utils/test
Chad Austin b55e4dbb58 introduce a ProcessAccessLog
Summary:
Add a ProcessAccessLog that supports cheaply tracking pids passed
into FUSE. It's a write-many, read-maybe access pattern, so the code
is careful to add as little latency as possible on the hot path.

Reviewed By: strager

Differential Revision: D9477839

fbshipit-source-id: 6928c1d09d55c2b0c0958ac2cb0dc91ec21b370c
2018-09-05 15:06:58 -07:00
..
test-data Support reporting of additional statistics 2018-06-20 09:06:16 -07:00
BenchmarkMain.cpp introduce a ProcessAccessLog 2018-09-05 15:06:58 -07:00
BucketedLogTest.cpp Add a BucketedLog for recording pid accesses by second 2018-09-05 15:06:57 -07:00
BugTest.cpp remove eden/fs/utils/test/TestChecks.h 2017-11-15 12:53:55 -08:00
IoFutureTest.cpp use rvalue-qual Future::get(): pass 5 2018-07-02 07:05:52 -07:00
MappedDiskVectorTest.cpp add support for migrating MappedDiskVector record formats 2018-05-09 16:50:52 -07:00
PathFuncsTest.cpp add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00
PathMapTest.cpp add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00
ProcessAccessLogBenchmark.cpp introduce a ProcessAccessLog 2018-09-05 15:06:58 -07:00
ProcessNameCacheBenchmark.cpp introduce a ProcessAccessLog 2018-09-05 15:06:58 -07:00
ProcessNameCacheTest.cpp add a ProcessNameCache 2018-09-05 15:06:57 -07:00
ProcUtilTest.cpp Support reporting of additional statistics 2018-06-20 09:06:16 -07:00
ScopedEnvVar.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
ScopedEnvVar.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
UnixSocketTest.cpp Future<T>::then Future<T>::then(not-try-task) -> Future<T>::thenValue(task). 2018-08-26 22:52:34 -07:00