Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dfasttrap_impl.h111 fasttrap_probe_type_t fti_ptype; /* probe type */ member
/xnu-12377.41.6/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()
1975 pp->ftp_tps[0].fit_id.fti_ptype = pdata->ftps_probe_type; in fasttrap_add_probe()
2037 pp->ftp_tps[i].fit_id.fti_ptype = pdata->ftps_probe_type; in fasttrap_add_probe()
2295 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_OFFSETS; in fasttrap_meta_create_probe()
2332 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_IS_ENABLED; in fasttrap_meta_create_probe()
/xnu-12377.41.6/bsd/dev/i386/ !
H A Dfasttrap_isa.c1061 if (id->fti_ptype == DTFTP_ENTRY) { in fasttrap_pid_probe32()
1073 } else if (id->fti_ptype == DTFTP_IS_ENABLED) { in fasttrap_pid_probe32()
1607 } else if (id->fti_ptype == DTFTP_ENTRY) { in fasttrap_pid_probe64()
1620 } else if (id->fti_ptype == DTFTP_IS_ENABLED) { in fasttrap_pid_probe64()
/xnu-12377.41.6/bsd/dev/arm64/ !
H A Dfasttrap_isa.c1028 if (id->fti_ptype == DTFTP_ENTRY) {
1044 } else if (id->fti_ptype == DTFTP_IS_ENABLED) {