blob: 286c1d21305be2107e45903b362e91658229b444 [file] [log] [blame]
# Smoke tests
../data/sfgate.json smoke.sql sfgate_smoke.out
../data/sfgate.json smoke_slices.sql sfgate_smoke_slices.out
../data/android_sched_and_ps.pb smoke.sql android_sched_and_ps_smoke.out
synth_1.py smoke.sql synth_1_smoke.out
# The below tests check the storage backed tables in the trace processor.
# Sched reason
../data/android_sched_and_ps.pb end_reason_eq.sql android_sched_and_ps_end_reason_eq.out
../data/android_sched_and_ps.pb end_reason_neq.sql android_sched_and_ps_end_reason_neq.out
../data/android_sched_and_ps.pb end_reason_match.sql android_sched_and_ps_end_reason_match.out
# CPU Frequency
../data/cpu_counters.pb b120487929.sql cpu_counters_b120487929.out
# Logcat
../data/android_log.pb android_log_counts.sql android_log_counts.out
../data/android_log.pb android_log_msgs.sql android_log_msgs.out
../data/android_log_ring_buffer_mode.pb android_log_ring_buffer_mode.sql android_log_ring_buffer_mode.out
# Mm Event
../data/mm_event.pb mm_event.sql mm_event.out
# Oom Score
synth_oom.py oom_query.sql synth_oom_oom_query.out
../data/process_stats_poll.pb oom_score_poll.sql process_stats_poll_oom_score.out
# LMK handling
kernel_lmk.py lmk.sql lmk_kernel_lmk.out
../data/lmk_userspace.pb lmk.sql lmk_userspace_lmk.out
# Memory counters
../data/memory_counters.pb args_string_filter_null.sql memory_counters_args_string_filter_null.out
../data/memory_counters.pb args_string_is_null.sql memory_counters_args_string_is_null.out
../data/memory_counters.pb args_string_is_not_null.sql memory_counters_args_string_is_not_null.out
# TODO(lalitm): this still doesn't work because we no longer add utid
# args for memory counters (because they are keyed by upid).
# ../data/memory_counters.pb smoke_args.sql memory_counters_smoke_args.out
# ../data/memory_counters.pb counter_args_join.sql memory_counters_counter_args_join.out
../data/memory_counters.pb b120605557.sql memory_counters_b120605557.out
# Stats
../data/android_sched_and_ps.pb stats.sql android_sched_and_ps_stats.out
# Syscalls
../data/sys.pb sys_summary.sql sys_summary_sys.out
syscall.py sys.sql sys_syscall.out
# The below tests check the autogenerated tables.
# Span join
../data/android_sched_and_ps.pb slice_span_join_b118665515.sql android_sched_and_ps_slice_span_join_b118665515.out
synth_1.py span_join_unordered_cols.sql span_join_unordered_cols_synth_1.out
# Window table
../data/android_sched_and_ps.pb smoke_window.sql android_sched_and_ps_smoke_window.out
# The below tests check the lower level layers of the trace processor (i.e.
# fitering and printing code).
# Filtering
synth_1.py filter_sched.sql synth_1_filter_sched.out
synth_1.py filter_counters.sql synth_1_filter_counters.out
../data/android_sched_and_ps.pb b119301023.sql android_sched_and_ps_b119301023.out
../data/android_sched_and_ps.pb b119496959.sql android_sched_and_ps_b119496959.out
../data/memory_counters.pb b120278869_neg_ts_end.sql memory_counters_b120278869_neg_ts_end.out
# Null printing
synth_1.py nulls.sql nulls.out