Lines Matching refs:probe_conf
350 if (probe_conf.bootconfig) in perf_add_probe_events()
435 if (probe_conf.cache) in perf_del_probe_events()
544 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe()
552 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe()
554 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()
560 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe()
563 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
582 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
587 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
640 if (probe_conf.max_probes == 0) in __cmd_probe()
641 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
700 if (probe_conf.bootconfig && params.uprobes) { in __cmd_probe()