Searched refs:MAX_PROBES (Results 1 – 3 of 3) sorted by relevance
10 #define MAX_PROBES 128 macro
407 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
57 struct perf_probe_event events[MAX_PROBES];70 if (++params.nevents == MAX_PROBES) { in parse_probe_event()71 pr_err("Too many probes (> %d) were specified.", MAX_PROBES); in parse_probe_event()607 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()