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

/linux-4.4.14/tools/perf/util/
H A Dbpf-loader.c389 #define bpf__strerror_entry(val, fmt...)\ macro
423 bpf__strerror_entry(EEXIST, "Probe point exist. Try use 'perf probe -d \"*\"'"); bpf__strerror_probe()
424 bpf__strerror_entry(EACCES, "You need to be root"); bpf__strerror_probe()
425 bpf__strerror_entry(EPERM, "You need to be root, and /proc/sys/kernel/kptr_restrict should be 0"); bpf__strerror_probe()
426 bpf__strerror_entry(ENOENT, "You need to check probing points in BPF file"); bpf__strerror_probe()

Completed in 48 milliseconds