Use a TraceMe argument.

PiperOrigin-RevId: 296021551
Change-Id: Ifc86e30e5f7cb3972192137b7a92b647a63a2aac
diff --git a/tensorflow/core/common_runtime/executor.cc b/tensorflow/core/common_runtime/executor.cc
index 3a43a19..8d650c2 100644
--- a/tensorflow/core/common_runtime/executor.cc
+++ b/tensorflow/core/common_runtime/executor.cc
@@ -2160,9 +2160,8 @@
                                      TaggedNodeSeq* ready) {
   profiler::TraceMe activity(
       [&]() {
-        return strings::StrCat(
-            "ExecutorPropagateOutputs:", item->kernel->name_view(),
-            "#id=", step_id_, "#");
+        return strings::StrCat("ExecutorPropagateOutputs#", "id=", step_id_,
+                               ",kernel_name=", item->kernel->name_view(), "#");
       },
       profiler::GetTFTraceMeLevel(/*is_expensive=*/false));