]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
core: tracing basic i/o path for OSD
authorDeepika Upadhyay <dupadhya@redhat.com>
Fri, 25 Sep 2020 06:55:13 +0000 (12:25 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Fri, 11 Dec 2020 10:07:58 +0000 (10:07 +0000)
commit01997e76fed578cd667084bf5e2f0adace0c852a
tree5ffe755828530fc3719ccd998a272452330246a9
parent3c5abab7eab5033ab1d6a3dda08b7f9c55057d3a
core: tracing basic i/o path for OSD

* add tracing header files { common/tracer.{h/cc} }

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/CMakeLists.txt
src/common/tracer.cc [new file with mode: 0644]
src/common/tracer.h [new file with mode: 0644]
src/include/int_types.h
src/jaegertracing/config.yml [new file with mode: 0644]
src/osd/ECBackend.cc
src/osd/OSD.cc
src/osd/OpRequest.h
src/osd/PrimaryLogPG.cc
src/osd/ReplicatedBackend.cc
src/osd/scheduler/OpSchedulerItem.cc