Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 1 | # Smoke tests |
Hector Dearman | f1f51a3 | 2018-10-22 11:09:41 +0100 | [diff] [blame] | 2 | ../data/sfgate.json smoke.sql sfgate_smoke.out |
| 3 | ../data/sfgate.json smoke_slices.sql sfgate_smoke_slices.out |
Lalit Maganti | 71eca27 | 2018-11-09 15:02:30 +0000 | [diff] [blame] | 4 | ../data/android_sched_and_ps.pb smoke.sql android_sched_and_ps_smoke.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 5 | synth_1.py smoke.sql synth_1_smoke.out |
| 6 | |
| 7 | |
| 8 | # The below tests check the storage backed tables in the trace processor. |
| 9 | # Sched reason |
Lalit Maganti | b0b53ee | 2019-01-24 17:53:39 +0000 | [diff] [blame] | 10 | ../data/android_sched_and_ps.pb end_reason_eq.sql android_sched_and_ps_end_reason_eq.out |
| 11 | ../data/android_sched_and_ps.pb end_reason_neq.sql android_sched_and_ps_end_reason_neq.out |
| 12 | ../data/android_sched_and_ps.pb end_reason_match.sql android_sched_and_ps_end_reason_match.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 13 | |
| 14 | # CPU Frequency |
Hector Dearman | c237450 | 2018-12-05 16:28:19 +0000 | [diff] [blame] | 15 | ../data/cpu_counters.pb b120487929.sql cpu_counters_b120487929.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 16 | |
| 17 | # Logcat |
Primiano Tucci | 2c761ef | 2019-01-07 20:20:46 +0000 | [diff] [blame] | 18 | ../data/android_log.pb android_log_counts.sql android_log_counts.out |
| 19 | ../data/android_log.pb android_log_msgs.sql android_log_msgs.out |
Primiano Tucci | f7793ef | 2019-01-10 21:32:45 +0000 | [diff] [blame] | 20 | ../data/android_log_ring_buffer_mode.pb android_log_ring_buffer_mode.sql android_log_ring_buffer_mode.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 21 | |
| 22 | # Mm Event |
Lalit Maganti | a824c33 | 2019-01-23 17:55:58 +0000 | [diff] [blame] | 23 | ../data/mm_event.pb mm_event.sql mm_event.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 24 | |
| 25 | # Oom Score |
| 26 | synth_oom.py oom_query.sql synth_oom_oom_query.out |
Lalit Maganti | 41c9892 | 2019-01-23 19:35:58 +0000 | [diff] [blame] | 27 | ../data/process_stats_poll.pb oom_score_poll.sql process_stats_poll_oom_score.out |
Lalit Maganti | 6cf6edb | 2019-02-07 11:09:47 +0000 | [diff] [blame] | 28 | |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 29 | # LMK handling |
Lalit Maganti | 6cf6edb | 2019-02-07 11:09:47 +0000 | [diff] [blame] | 30 | kernel_lmk.py lmk.sql lmk_kernel_lmk.out |
| 31 | ../data/lmk_userspace.pb lmk.sql lmk_userspace_lmk.out |
| 32 | |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 33 | # Memory counters |
Lalit Maganti | 6cf6edb | 2019-02-07 11:09:47 +0000 | [diff] [blame] | 34 | ../data/memory_counters.pb args_string_filter_null.sql memory_counters_args_string_filter_null.out |
| 35 | ../data/memory_counters.pb args_string_is_null.sql memory_counters_args_string_is_null.out |
| 36 | ../data/memory_counters.pb args_string_is_not_null.sql memory_counters_args_string_is_not_null.out |
| 37 | # TODO(lalitm): this still doesn't work because we no longer add utid |
| 38 | # args for memory counters (because they are keyed by upid). |
| 39 | # ../data/memory_counters.pb smoke_args.sql memory_counters_smoke_args.out |
| 40 | # ../data/memory_counters.pb counter_args_join.sql memory_counters_counter_args_join.out |
Lalit Maganti | 4f25ac7 | 2019-02-07 16:35:37 +0000 | [diff] [blame^] | 41 | ../data/memory_counters.pb b120605557.sql memory_counters_b120605557.out |
| 42 | |
| 43 | # Stats |
| 44 | ../data/android_sched_and_ps.pb stats.sql android_sched_and_ps_stats.out |
| 45 | |
| 46 | |
| 47 | # The below tests check the autogenerated tables. |
| 48 | # Span join |
| 49 | ../data/android_sched_and_ps.pb slice_span_join_b118665515.sql android_sched_and_ps_slice_span_join_b118665515.out |
| 50 | |
| 51 | # Window table |
| 52 | ../data/android_sched_and_ps.pb smoke_window.sql android_sched_and_ps_smoke_window.out |
| 53 | |
| 54 | |
| 55 | # The below tests check the lower level layers of the trace processor (i.e. |
| 56 | # fitering and printing code). |
| 57 | # Filtering |
| 58 | synth_1.py filter_sched.sql synth_1_filter_sched.out |
| 59 | synth_1.py filter_counters.sql synth_1_filter_counters.out |
| 60 | ../data/android_sched_and_ps.pb b119301023.sql android_sched_and_ps_b119301023.out |
| 61 | ../data/android_sched_and_ps.pb b119496959.sql android_sched_and_ps_b119496959.out |
| 62 | ../data/memory_counters.pb b120278869_neg_ts_end.sql memory_counters_b120278869_neg_ts_end.out |
| 63 | |
| 64 | # Null printing |
| 65 | synth_1.py nulls.sql nulls.out |