Home | History | Annotate | Download | only in gdb

Lines Matching defs:enablers

160      disabled probe is a probe in which one or more enablers are
168 /* A probe can have zero or more "enablers" associated with it. */
411 - Our probes can be associated with zero or more "enablers". The
412 list of enablers is built from the is-enabled probes defined in
415 - Probes having a non-empty list of enablers can be enabled or
418 probes' will read `yes' if the enablers are activated, `no'
421 - Probes having an empty list of enablers are always enabled.
433 /* Build the list of enablers for the probes defined in this Probe
435 std::vector<struct dtrace_probe_enabler> enablers;
445 enablers.push_back (enabler);
502 std::vector<struct dtrace_probe_enabler> enablers_copy = enablers;
805 error (_("Probe %s:%s cannot be disabled: no enablers."),