• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Contains tests on the parsing and ingestion of TrackEvent packets.
2
3# Same tid handling
4track_event_same_tids.textproto ../common/process_tracking.sql track_event_same_tids_threads.out
5track_event_same_tids.textproto track_event_slices.sql track_event_same_tids_slices.out
6
7# Typed args
8track_event_typed_args.textproto track_event_slices.sql track_event_typed_args_slices.out
9track_event_typed_args.textproto track_event_args.sql track_event_typed_args_args.out
10
11# Track handling
12track_event_tracks.textproto track_event_slices.sql track_event_tracks_slices.out
13track_event_tracks.textproto track_event_processes.sql track_event_tracks_processes.out
14
15# Instant events
16track_event_instant.textproto track_event_slices.sql track_event_instant_slices.out
17
18# Legacy async events
19legacy_async_event.textproto track_event_slice_with_args.sql legacy_async_event.out
20
21# Legacy atrace
22track_event_with_atrace.textproto track_event_slices.sql track_event_with_atrace.out
23
24# Debug annotations
25track_event_merged_debug_annotations.textproto track_event_args.sql track_event_merged_debug_annotations_args.out
26
27# Counters
28track_event_counters.textproto track_event_slices.sql track_event_counters_slices.out
29track_event_counters.textproto track_event_counters.sql track_event_counters_counters.out
30
31# Clock handling
32track_event_monotonic_trace_clock.textproto track_event_slices.sql track_event_monotonic_trace_clock_slices.out
33
34# HistogramName interning
35track_event_chrome_histogram_sample.textproto track_event_args.sql track_event_chrome_histogram_sample_args.out
36
37# Flow events importing from proto
38flow_events_track_event.textproto flow_events.sql flow_events_track_event.out
39flow_events_proto_v2.textproto flow_events.sql flow_events_proto_v2.out
40flow_events_proto_v1.textproto flow_events.sql flow_events_proto_v1.out
41