Remove trigger field from StackWalk ETW event
diff --git a/protos/perfetto/trace/etw/etw.proto b/protos/perfetto/trace/etw/etw.proto
index 8ebf9fe..fc129ad 100644
--- a/protos/perfetto/trace/etw/etw.proto
+++ b/protos/perfetto/trace/etw/etw.proto
@@ -284,9 +284,8 @@
 }
 
 // Proto definition based on the `StackWalk_Event` class definition. See
-// `Callstack` in `perfetto/protos/perfetto/trace/track_event/track_event.proto`
-// for context on what is contained in it.
+// `Callstack` in `protos/perfetto/trace/profiling/profile_common.proto` for
+// context on its contents.
 message StackWalkEtwEvent {
-  optional string trigger = 1;
-  optional uint64 callstack_iid = 2;
-}
\ No newline at end of file
+  optional uint64 callstack_iid = 1;
+}
diff --git a/protos/perfetto/trace/perfetto_trace.proto b/protos/perfetto/trace/perfetto_trace.proto
index 23ad4b9..1874938 100644
--- a/protos/perfetto/trace/perfetto_trace.proto
+++ b/protos/perfetto/trace/perfetto_trace.proto
@@ -8737,12 +8737,12 @@
 }
 
 // Proto definition based on the `StackWalk_Event` class definition. See
-// `Callstack` in `perfetto/protos/perfetto/trace/track_event/track_event.proto`
-// for context on what is contained in it.
+// `Callstack` in `protos/perfetto/trace/profiling/profile_common.proto` for
+// context on its contents.
 message StackWalkEtwEvent {
-  optional string trigger = 1;
-  optional uint64 callstack_iid = 2;
+  optional uint64 callstack_iid = 1;
 }
+
 // End of protos/perfetto/trace/etw/etw.proto
 
 // Begin of protos/perfetto/trace/etw/etw_event.proto