Home
last modified time | relevance | path

Searched refs:fti_ptype (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dfasttrap_impl.h111 fasttrap_probe_type_t fti_ptype; /* probe type */ member
/xnu-8792.81.2/bsd/dev/dtrace/
H A Dfasttrap.c821 switch (id->fti_ptype) { in fasttrap_tracepoint_enable()
901 switch (id->fti_ptype) { in fasttrap_tracepoint_enable()
923 if (fasttrap_tracepoint_init(p, new_tp, pc, id->fti_ptype) == 0) in fasttrap_tracepoint_enable()
967 switch (id->fti_ptype) { in fasttrap_tracepoint_disable()
1971 pp->ftp_tps[0].fit_id.fti_ptype = pdata->ftps_probe_type; in fasttrap_add_probe()
2033 pp->ftp_tps[i].fit_id.fti_ptype = pdata->ftps_probe_type; in fasttrap_add_probe()
2291 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_OFFSETS; in fasttrap_meta_create_probe()
2328 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_IS_ENABLED; in fasttrap_meta_create_probe()
/xnu-8792.81.2/bsd/dev/i386/
H A Dfasttrap_isa.c1062 if (id->fti_ptype == DTFTP_ENTRY) { in fasttrap_pid_probe32()
1074 } else if (id->fti_ptype == DTFTP_IS_ENABLED) { in fasttrap_pid_probe32()
1608 } else if (id->fti_ptype == DTFTP_ENTRY) { in fasttrap_pid_probe64()
1621 } else if (id->fti_ptype == DTFTP_IS_ENABLED) { in fasttrap_pid_probe64()
/xnu-8792.81.2/bsd/dev/arm64/
H A Dfasttrap_isa.c1031 if (id->fti_ptype == DTFTP_ENTRY) {
1047 } else if (id->fti_ptype == DTFTP_IS_ENABLED) {