Lines Matching refs:probe_conf
351 if (probe_conf.bootconfig) in perf_add_probe_events()
436 if (probe_conf.cache) in perf_del_probe_events()
545 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe()
553 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe()
555 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()
561 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe()
564 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
583 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
588 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
645 if (probe_conf.max_probes == 0) in __cmd_probe()
646 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
705 if (probe_conf.bootconfig && params.uprobes) { in __cmd_probe()