Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dbpf-loader.c389 #define bpf__strerror_entry(val, fmt...)\ macro
423 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()