HomeSort by: relevance | last modified time | path
    Searched defs:enablers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
dtrace-probe.c 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; local
445 enablers.push_back (enabler)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
dtrace-probe.c 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; local
445 enablers.push_back (enabler)
    [all...]

Completed in 17 milliseconds