1# Tests for the core process and thread tracking logic. 2 3# Smoke tests 4synth_process_tracking.py ../common/process_tracking.sql process_tracking.out 5 6# Short lived threads/processes 7process_tracking_short_lived_1.py ../common/process_tracking.sql process_tracking_process_tracking_short_lived_1.out 8process_tracking_short_lived_2.py ../common/process_tracking.sql process_tracking_process_tracking_short_lived_2.out 9 10# Process uid handling 11synth_process_tracking.py process_tracking_uid.sql process_tracking_uid.out 12 13# Tracking across execs 14process_tracking_exec.py ../common/process_tracking.sql process_tracking_process_tracking_exec.out 15 16# Tracking parent threads 17process_parent_pid_tracking_1.py process_parent_pid.sql process_parent_pid_process_parent_pid_tracking_1.out 18process_parent_pid_tracking_2.py process_parent_pid.sql process_parent_pid_process_parent_pid_tracking_2.out 19 20# Tracking thread reuse 21reused_thread_print.py ../common/process_tracking.sql process_tracking_reused_thread_print.out 22 23# TODO(lalitm): move this out of this folder. 24sde_tracing_mark_write.textproto slice_with_pid.sql slice_with_pid_sde_tracing_mark_write.out 25