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

/linux-master/tools/perf/util/
H A Dbpf_off_cpu.c20 #define MAX_PROC 4096 macro
172 if (ntasks < MAX_PROC)
173 ntasks = MAX_PROC;
180 bpf_map__set_max_entries(skel->maps.task_filter, MAX_PROC);

Completed in 113 milliseconds