MAX_ANCESTORS
pid_t ancestor_pids[MAX_ANCESTORS];
uint32_t ancestor_exec_ids[MAX_ANCESTORS];
uint64_t ancestor_start_times[MAX_ANCESTORS];
for (num_ancestors = 0; num_ancestors < MAX_ANCESTORS; num_ancestors++) {