Searched refs:bpf__strerror_entry (Results 1 – 1 of 1) sorted by relevance
389 #define bpf__strerror_entry(val, fmt...)\ macro423 bpf__strerror_entry(EEXIST, "Probe point exist. Try use 'perf probe -d \"*\"'"); in bpf__strerror_probe()424 bpf__strerror_entry(EACCES, "You need to be root"); in bpf__strerror_probe()425 bpf__strerror_entry(EPERM, "You need to be root, and /proc/sys/kernel/kptr_restrict should be 0"); in bpf__strerror_probe()426 bpf__strerror_entry(ENOENT, "You need to check probing points in BPF file"); in bpf__strerror_probe()