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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c10818 static int has_debugfs = -1; local
10820 if (has_debugfs < 0)
10821 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0;
10823 return has_debugfs == 1;

Completed in 263 milliseconds