Searched refs:MAX_ANCESTORS (Results 1 – 2 of 2) sorted by relevance
6 #define MAX_ANCESTORS 4 macro56 pid_t ancestor_pids[MAX_ANCESTORS];57 uint32_t ancestor_exec_ids[MAX_ANCESTORS];58 uint64_t ancestor_start_times[MAX_ANCESTORS];
189 for (num_ancestors = 0; num_ancestors < MAX_ANCESTORS; num_ancestors++) { in populate_ancestors()