Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c436 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_tracepoint_cleanup()
668 if (tp->ftt_pid == ppid && in fasttrap_fork()
769 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); in fasttrap_tracepoint_enable()
798 if (tp->ftt_pid != pid || tp->ftt_pc != pc || in fasttrap_tracepoint_enable()
895 ASSERT(new_tp->ftt_pid == pid); in fasttrap_tracepoint_enable()
948 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); in fasttrap_tracepoint_disable()
957 if (tp->ftt_pid == pid && tp->ftt_pc == pc && in fasttrap_tracepoint_disable()
1961 tp->ftt_pid = pdata->ftps_pid; in fasttrap_add_probe()
2023 tp->ftt_pid = pdata->ftps_pid; in fasttrap_add_probe()
2291 tp->ftt_pid = provider->ftp_pid; in fasttrap_meta_create_probe()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h143 pid_t ftt_pid; /* pid of tracepoint */ member
/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c201 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
973 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c689 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common()
999 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe32()
1563 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe64()