Lines Matching refs:probe_conf
53 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM };
2661 if (probe_conf.cache)
2902 if (ret == 0 && probe_conf.cache) {
2955 if (syms && found < probe_conf.max_probes)
2994 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
3010 } else if (num_matched_functions > probe_conf.max_probes) {
3255 if (*ntevs + ntevs2 > probe_conf.max_probes)
3392 if (ret > probe_conf.max_probes) {
3531 probe_conf.force_add);