diff options
author | ivanmorozov <ivanmorozov@yandex-team.com> | 2023-11-13 15:41:49 +0300 |
---|---|---|
committer | ivanmorozov <ivanmorozov@yandex-team.com> | 2023-11-13 16:21:50 +0300 |
commit | 57c8de46af8f8840637688fe93275b6305b5b137 (patch) | |
tree | fd541dc9eb6b2152774249d8e3b05088eaf6fa32 /.mapping.json | |
parent | b264c6d1c435e288127653ac488a517a397f3eed (diff) | |
download | ydb-57c8de46af8f8840637688fe93275b6305b5b137.tar.gz |
KIKIMR-20084: processes tracing
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 5735b225fd..eea167a8b7 100644 --- a/.mapping.json +++ b/.mapping.json @@ -6162,6 +6162,21 @@ "ydb/core/tx/time_cast/ut/CMakeLists.linux-x86_64.txt":"", "ydb/core/tx/time_cast/ut/CMakeLists.txt":"", "ydb/core/tx/time_cast/ut/CMakeLists.windows-x86_64.txt":"", + "ydb/core/tx/tracing/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/tx/tracing/CMakeLists.linux-aarch64.txt":"", + "ydb/core/tx/tracing/CMakeLists.linux-x86_64.txt":"", + "ydb/core/tx/tracing/CMakeLists.txt":"", + "ydb/core/tx/tracing/CMakeLists.windows-x86_64.txt":"", + "ydb/core/tx/tracing/service/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/tx/tracing/service/CMakeLists.linux-aarch64.txt":"", + "ydb/core/tx/tracing/service/CMakeLists.linux-x86_64.txt":"", + "ydb/core/tx/tracing/service/CMakeLists.txt":"", + "ydb/core/tx/tracing/service/CMakeLists.windows-x86_64.txt":"", + "ydb/core/tx/tracing/usage/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/tx/tracing/usage/CMakeLists.linux-aarch64.txt":"", + "ydb/core/tx/tracing/usage/CMakeLists.linux-x86_64.txt":"", + "ydb/core/tx/tracing/usage/CMakeLists.txt":"", + "ydb/core/tx/tracing/usage/CMakeLists.windows-x86_64.txt":"", "ydb/core/tx/tx_allocator/CMakeLists.darwin-x86_64.txt":"", "ydb/core/tx/tx_allocator/CMakeLists.linux-aarch64.txt":"", "ydb/core/tx/tx_allocator/CMakeLists.linux-x86_64.txt":"", |