Skip to content

Commit

Permalink
Merge "tracing: export ProcessDescriptor and TrackDescriptor proto he…
Browse files Browse the repository at this point in the history
…aders" into main
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Nov 4, 2024
2 parents cad4851 + 5d7a93a commit 56b15cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions include/perfetto/tracing/track.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
#include "perfetto/tracing/internal/tracing_muxer.h"
#include "perfetto/tracing/platform.h"
#include "perfetto/tracing/string_helpers.h"
#include "protos/perfetto/trace/trace_packet.pbzero.h"
#include "protos/perfetto/trace/track_event/counter_descriptor.gen.h"
#include "protos/perfetto/trace/track_event/counter_descriptor.pbzero.h"
#include "protos/perfetto/trace/track_event/track_descriptor.gen.h"
#include "protos/perfetto/trace/track_event/track_descriptor.pbzero.h"
#include "protos/perfetto/trace/trace_packet.pbzero.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/counter_descriptor.gen.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/counter_descriptor.pbzero.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/process_descriptor.gen.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/process_descriptor.pbzero.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/thread_descriptor.gen.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/thread_descriptor.pbzero.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/track_descriptor.gen.h" // IWYU pragma: export
#include "protos/perfetto/trace/track_event/track_descriptor.pbzero.h" // IWYU pragma: export

#include <stdint.h>
#include <map>
Expand Down

0 comments on commit 56b15cc

Please sign in to comment.