Lines Matching refs:probe_conf
359 if (probe_conf.bootconfig)
453 if (probe_conf.cache)
562 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events"
570 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars,
572 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range,
578 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines,
581 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes,
600 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"),
605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig,
663 if (probe_conf.max_probes == 0)
664 probe_conf.max_probes = MAX_PROBES;
723 if (probe_conf.bootconfig && params->uprobes) {