From 0b12f00de9eae5c264c6df909737cb0a57fd268a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 4 Sep 2019 15:06:41 +0200 Subject: record: Clean up metadata Update #3665. --- trace/record/record-main-lttng.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trace') diff --git a/trace/record/record-main-lttng.cc b/trace/record/record-main-lttng.cc index e0e7cc5..25c3c78 100644 --- a/trace/record/record-main-lttng.cc +++ b/trace/record/record-main-lttng.cc @@ -443,11 +443,11 @@ static const char kMetadata[] = "};\n" "\n" "env {\n" - "\thostname = \"Record_Item\";\n" + "\thostname = \"RTEMS\";\n" "\tdomain = \"kernel\";\n" "\tsysname = \"Linux\";\n" - "\tkernel_release = \"4.18.14-arch1-1-ARCH\";\n" - "\tkernel_version = \"#1 SMP PREEMPT Sat Thu 17 13:42:37 UTC 2019\";\n" + "\tkernel_release = \"5\";\n" + "\tkernel_version = \"0\";\n" "\ttracer_name = \"lttng-modules\";\n" "\ttracer_major = 2;\n" "\ttracer_minor = 11;\n" @@ -459,7 +459,7 @@ static const char kMetadata[] = "\tuuid = \"234d669d-7651-4bc1-a7fd-af581ecc6232\";\n" "\tdescription = \"Monotonic Clock\";\n" "\tfreq = 1000000000;\n" - "\toffset = 1539783991179109789;\n" + "\toffset = 0;\n" "};\n" "\n" "struct packet_context {\n" -- cgit v1.2.3