diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-05-24 20:44:52 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-05-24 20:44:52 +0300 |
commit | 12a3fbb619e9f5c885ecb3340e06b48b008d3814 (patch) | |
tree | 10c2654623d002d0f31835c1a3124df9d0789dd8 /library/cpp/lwtrace/example4 | |
parent | f14549c83decddd1c8634ce32c8616ebb654c5a3 (diff) | |
download | ydb-12a3fbb619e9f5c885ecb3340e06b48b008d3814.tar.gz |
Examples in lwtrace
Diffstat (limited to 'library/cpp/lwtrace/example4')
-rw-r--r-- | library/cpp/lwtrace/example4/example_query.tr | 10 | ||||
-rwxr-xr-x | library/cpp/lwtrace/example4/start_with_query.sh | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/lwtrace/example4/example_query.tr b/library/cpp/lwtrace/example4/example_query.tr new file mode 100644 index 00000000000..46cd25ce91a --- /dev/null +++ b/library/cpp/lwtrace/example4/example_query.tr @@ -0,0 +1,10 @@ +Blocks { + ProbeDesc { + Name: "BackTrack" + Provider: "LWTRACE_EXAMPLE_PROVIDER" + } + Action { + PrintToStderrAction { } + } +} + diff --git a/library/cpp/lwtrace/example4/start_with_query.sh b/library/cpp/lwtrace/example4/start_with_query.sh new file mode 100755 index 00000000000..5bc195c1ae7 --- /dev/null +++ b/library/cpp/lwtrace/example4/start_with_query.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export LWTRACE="example_query.tr" +./lwtrace-example4 |