[rtems-tools commit] record: Clean up metadata

Sebastian Huber sebh at rtems.org
Thu Sep 5 08:50:00 UTC 2019


Module:    rtems-tools
Branch:    master
Commit:    0b12f00de9eae5c264c6df909737cb0a57fd268a
Changeset: http://git.rtems.org/rtems-tools/commit/?id=0b12f00de9eae5c264c6df909737cb0a57fd268a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep  4 15:06:41 2019 +0200

record: Clean up metadata

Update #3665.

---

 trace/record/record-main-lttng.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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"



More information about the vc mailing list