Lines Matching refs:probe_conf
54 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM };
2704 if (probe_conf.cache)
2950 if (ret == 0 && probe_conf.cache) {
3003 if (syms && found < probe_conf.max_probes)
3053 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
3077 } else if (num_matched_functions > probe_conf.max_probes) {
3325 if (*ntevs + ntevs2 > probe_conf.max_probes)
3462 if (ret > probe_conf.max_probes) {
3673 probe_conf.force_add);