Searched refs:MAX_ANCESTORS (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.h6 #define MAX_ANCESTORS 4 macro
56 pid_t ancestor_pids[MAX_ANCESTORS];
57 uint32_t ancestor_exec_ids[MAX_ANCESTORS];
58 uint64_t ancestor_start_times[MAX_ANCESTORS];
H A Dprofiler.inc.h191 for (num_ancestors = 0; num_ancestors < MAX_ANCESTORS; num_ancestors++) {

Completed in 268 milliseconds