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