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

/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c33 const char *ubuntu_kver_file = "/proc/version_signature"; local
38 if (faccessat(AT_FDCWD, ubuntu_kver_file, R_OK, AT_EACCESS) != 0)
41 f = fopen(ubuntu_kver_file, "re");

Completed in 152 milliseconds