Searched refs:fth_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 341 bucket = &fasttrap_provs.fth_table[i]; in fasttrap_pid_cleanup_providers() 433 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_cleanup() 664 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork() 777 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_enable() 954 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_disable() 1469 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_lookup() 1556 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_release() 1605 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(pid, name)]; in fasttrap_provider_lookup() 1778 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(proc_getpid(p), name)]; in fasttrap_provider_retire() 2567 lck_mtx_lock(&fasttrap_tpoints.fth_table[index].ftb_mtx); in fasttrap_ioctl() [all …]
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | fasttrap_impl.h | 160 fasttrap_bucket_t *fth_table; /* array of buckets */ member
|
| /xnu-11215.1.10/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 198 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; 970 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
|
| /xnu-11215.1.10/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 686 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_return_common() 993 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe32() 1557 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe64()
|