1# Contains tests for the handling of tables by trace processor. The focus of tests here 2# is to check that trace processor is correctly returning and handling constraints on 3# the really important tables in trace processor. 4# 5# Note: It's generally *not* advisable to add tests here. Check the guidance provided by 6# http://perfetto/dev/docs/analysis/trace-processor#diff-tests for choosing which folder 7# to add a new test to. 8 9# Window table 10../../data/android_sched_and_ps.pb smoke_window.sql android_sched_and_ps_smoke_window.out 11 12# Sched table 13../common/synth_1.py filter_sched.sql synth_1_filter_sched.out 14../../data/android_sched_and_ps.pb b119496959.sql android_sched_and_ps_b119496959.out 15../../data/android_sched_and_ps.pb b119301023.sql android_sched_and_ps_b119301023.out 16 17# Counters table 18../common/synth_1.py filter_counter.sql synth_1_filter_counter.out 19../../data/memory_counters.pb b120278869_neg_ts_end.sql memory_counters_b120278869_neg_ts_end.out 20counters_where_cpu.py counters_where_cpu.sql counters_where_cpu_counters_where_cpu.out 21counters_group_by_freq.py counters_group_by_freq.sql counters_group_by_freq_counters_group_by_freq.out 22../../data/example_android_trace_30s.pb filter_row_vector.sql filter_row_vector_example_android_trace_30s.out 23../../data/example_android_trace_30s.pb counter_dur.sql counter_dur_example_android_trace_30s.out 24 25# Null printing 26../common/synth_1.py nulls.sql nulls.out 27 28# Thread table 29thread_main_thread.textproto thread_main_thread.sql thread_main_thread.out 30 31# Json output 32../../data/memory_counters.pb trace_metadata trace_metadata.json.out 33 34# Processes as a metric 35process_uids.textproto android_task_names android_task_names.out 36