ceph/src/common
Adam C. Emerson afaf48a263 log: Mark timestamps for coarseness and print appropriately
Have each timestamp know whether it's coarse or fine. Print six figures
for fine stamps and three for coarse.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2017-10-06 20:49:53 -04:00
..
addr_parsing.c
address_helper.cc
address_helper.h
admin_socket_client.cc
admin_socket_client.h
admin_socket.cc common: add line break for "ceph daemon TYPE.ID version" 2017-08-22 21:20:49 +08:00
admin_socket.h
aix_errno.cc
align.h
arch.h
armor.c
armor.h
assert.cc
AsyncOpTracker.cc
AsyncOpTracker.h
AsyncReserver.h common/AsyncReserver: support preemption 2017-09-27 15:40:18 -04:00
backport14.h common: add enable_if_t<> to C++14 compatibility header. 2017-08-22 09:14:34 -07:00
BackTrace.cc
BackTrace.h
bit_str.cc
bit_str.h
bit_vector.hpp
blkdev.cc
blkdev.h
bloom_filter.cc
bloom_filter.hpp
buffer.cc buffer: add ptr::[try_]reassign_to_mempool 2017-09-27 15:49:17 -04:00
ceph_argparse.cc
ceph_argparse.h
ceph_context.cc log: Add log_coarse_timestamps option 2017-10-06 20:49:53 -04:00
ceph_context.h osd: migrate to ceph::spinlock 2017-08-11 14:03:10 -07:00
ceph_crypto_cms.cc
ceph_crypto_cms.h
ceph_crypto.cc
ceph_crypto.h
ceph_frag.cc
ceph_fs.cc
ceph_hash.cc
ceph_json.cc
ceph_json.h
ceph_strings.cc include/rados: nautilus is next 2017-08-11 12:14:59 -04:00
ceph_time.cc log: Mark timestamps for coarseness and print appropriately 2017-10-06 20:49:53 -04:00
ceph_time.h time: use mach_absolute_time() for monotonic time 2017-09-16 10:43:32 +08:00
ceph_timer.h
Checksummer.h
Clock.cc
Clock.h
cmdparse.cc Common: remove variable 'argnum' that is modified but its new value is never used. 2017-08-07 16:21:16 +08:00
cmdparse.h common/cmdparse: allow vector<double> 2017-07-21 13:50:51 -04:00
code_environment.cc
code_environment.h
cohort_lru.h rgw_file: fix LRU lane lock in evict_block() 2017-08-25 17:55:11 -04:00
CommandTable.h
common_init.cc common/common_init: disable default dout logging for UTILITY_NODOUT too 2017-07-25 22:20:06 -04:00
common_init.h common:fix error word 2017-09-13 10:22:08 +08:00
compiler_extensions.h
Cond.h
config_obs.h
config.cc config: Add templated _get_val for use in observers 2017-10-06 20:49:53 -04:00
config.h config: Add templated _get_val for use in observers 2017-10-06 20:49:53 -04:00
ConfUtils.cc
ConfUtils.h
ContextCompletion.cc
ContextCompletion.h
Continuation.h
convenience.h common: Add locking template functions and macros 2017-08-08 22:39:20 -04:00
crc32c_aarch64.c
crc32c_aarch64.h
crc32c_intel_baseline.c
crc32c_intel_baseline.h
crc32c_intel_fast_asm.s crc32c: mach-o 64 follows the same calling convention as elf64 does 2017-09-16 10:47:02 +08:00
crc32c_intel_fast_zero_asm.s crc32c: mach-o 64 follows the same calling convention as elf64 does 2017-09-16 10:47:02 +08:00
crc32c_intel_fast.c crc32c: pass integer param by uint64_t 2017-09-16 10:47:02 +08:00
crc32c_intel_fast.h
crc32c_ppc_asm.S
crc32c_ppc_constants.h
crc32c_ppc_fast_zero_asm.S
crc32c_ppc.c Fix ppc64 support for ceph 2017-08-04 10:56:03 +02:00
crc32c_ppc.h
crc32c.cc
Cycles.cc
Cycles.h
darwin_errno.cc
debug.h
DecayCounter.cc
DecayCounter.h
deleter.h
dns_resolve.cc
dns_resolve.h
dout.cc
dout.h common: dout can work also with non-raw pointers to CephContext. 2017-07-25 10:24:40 -04:00
dummy.cc
entity_name.cc
entity_name.h
environment.cc
environment.h
errno.cc
errno.h
escape.c
escape.h
event_socket.h
EventTrace.cc
EventTrace.h
fd.cc common/fd: port dump_open_fds() to osx 2017-09-16 10:43:32 +08:00
fd.h
Finisher.cc
Finisher.h
fork_function.h
Formatter.cc rbd: adding newline operation when only '--format' used 2017-08-18 08:54:07 +08:00
Formatter.h rbd: adding newline operation when only '--format' used 2017-08-18 08:54:07 +08:00
freebsd_errno.cc
fs_types.cc
function_signature.h
Graylog.cc log: Use log_clock, defaulting to coarse time 2017-10-06 17:29:06 -04:00
Graylog.h
HeartbeatMap.cc common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
HeartbeatMap.h common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
hex.cc
hex.h
histogram.cc
histogram.h
hobject.cc
hobject.h
hostname.cc
hostname.h
HTMLFormatter.cc
HTMLFormatter.h
Initialize.h
inline_variant.h
interval_map.h
io_priority.cc common/io_priority: include <errno.h> on osx 2017-09-16 10:43:32 +08:00
io_priority.h
ipaddr.cc common: return iface instead of addr from ipaddr.cc helpers 2017-08-09 07:53:11 -04:00
iso_8601.cc
iso_8601.h
legacy_config_opts.h Merge pull request #17728 from ygtzf/cleanup-unused-parameter 2017-10-02 11:34:39 +08:00
likely.h
linux_version.c
linux_version.h
lockdep.cc common: assert(false)->ceph_abort() 2017-10-02 07:19:31 +00:00
lockdep.h lockdep: fix Mutex tests to disable lockdep properly 2017-09-16 08:59:29 -04:00
LogClient.cc os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
LogClient.h mon: add helper for emitting logs by health status 2017-09-01 05:53:13 -04:00
LogEntry.cc
LogEntry.h
lru_map.h
map_cacher.hpp
mClockPriorityQueue.h osd: use dmclock library client_info_f function dynamically 2017-09-21 13:23:26 +09:00
MemoryModel.cc
MemoryModel.h
mempool.cc
mime.c
mime.h
module.c
module.h
mutex_debug.cc
mutex_debug.h
Mutex.cc
Mutex.h
obj_bencher.cc common: silence jenkins's buiding warning in obj_bencher.cc 2017-08-26 10:58:39 +08:00
obj_bencher.h
OpQueue.h
options.cc log: Add log_coarse_timestamps option 2017-10-06 20:49:53 -04:00
options.h common/options: pass by reference 2017-09-29 11:09:35 +08:00
OutputDataSocket.cc common: use std::move() for better performance 2017-07-27 15:52:54 +08:00
OutputDataSocket.h
page.cc
perf_counters.cc mgr: respect perf counter prio_adjust in MgrClient 2017-09-27 14:20:22 -04:00
perf_counters.h mgr: respect perf counter prio_adjust in MgrClient 2017-09-27 14:20:22 -04:00
perf_histogram.cc
perf_histogram.h
pick_address.cc common/pick_address: add {public,cluster}_network_interface option 2017-09-28 17:47:17 -04:00
pick_address.h common/pick_address: add {public,cluster}_network_interface option 2017-09-28 17:47:17 -04:00
pipe.c
pipe.h
PluginRegistry.cc
PluginRegistry.h
ppc-opcode.h
PrebufferedStreambuf.cc
PrebufferedStreambuf.h
Preforker.h
PrioritizedQueue.h
QueueRing.h
random_cache.hpp
Readahead.cc
Readahead.h
RefCountedObj.cc
RefCountedObj.h
reverse.c
reverse.h
run_cmd.cc
run_cmd.h
RWLock.h common: Destroy attr of RWLock after initialized 2017-08-20 16:58:07 +08:00
safe_io.c
safe_io.h
scrub_types.cc osd: Add whether shard is primary in list-inconsistent-obj 2017-08-11 11:37:03 -07:00
scrub_types.h osd, rados: Improve size scrub error handling 2017-08-11 11:37:32 -07:00
sctp_crc32.c
sctp_crc32.h
secret.c
secret.h
Semaphore.h
shared_cache.hpp
sharedptr_registry.hpp
shunique_lock.h common: logically dead code inside shunique_lock.h 2017-08-29 21:16:50 +05:30
signal.cc
signal.h
simple_cache.hpp
SloppyCRCMap.cc
SloppyCRCMap.h
snap_types.cc
snap_types.h
solaris_errno.cc
sstring.hh
static_assert.h
str_list.cc
str_map.cc
strtol.cc
strtol.h
SubProcess.h os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
subsys.h common/AsyncReserver: support preemption 2017-09-27 15:40:18 -04:00
sync_filesystem.h
TextTable.cc
TextTable.h
Thread.cc
Thread.h
Throttle.cc throttle: Do not destroy condition variables with waiters 2017-08-08 22:53:12 -04:00
Throttle.h throttle: Do not destroy condition variables with waiters 2017-08-08 22:53:12 -04:00
Timer.cc common,mds,mgr,mon,osd: store event only if it's added 2017-08-20 14:14:30 +08:00
Timer.h common/Timer.h: ~SafeTimer needs to be virtual 2017-09-02 12:27:16 +08:00
TracepointProvider.cc
TracepointProvider.h
tracked_int_ptr.hpp
TrackedOp.cc osd: filter the trackedop that we needed. 2017-07-26 11:49:12 +08:00
TrackedOp.h common: drop useless semicolon 2017-07-26 12:24:10 +08:00
Tub.h
types.cc
url_escape.cc
url_escape.h
utf8.c
utf8.h
util.cc common/util: do not print error if VERSION_ID is missing 2017-09-18 13:01:33 +08:00
valgrind.h
version.cc
version.h
WeightedPriorityQueue.h
WorkQueue.cc common/WorkQueue: use threadpoolname + threadaddr for heartbeat_handle_d.name 2017-07-25 11:39:49 +00:00
WorkQueue.h common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
xattr.c os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
xattr.h
zipkin_trace.h