Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/dtrace/
H A Dfasttrap.c160 fasttrap_hash_t fasttrap_tpoints; variable
440 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) { in fasttrap_fork()
442 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork()
525 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_enable()
695 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_tracepoint_disable()
2058 mutex_enter(&fasttrap_tpoints.fth_table[index].ftb_mtx); in fasttrap_ioctl()
2059 tp = fasttrap_tpoints.fth_table[index].ftb_data; in fasttrap_ioctl()
2070 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx); in fasttrap_ioctl()
2076 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx); in fasttrap_ioctl()
2170 fasttrap_tpoints.fth_nent = nent; in fasttrap_attach()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfasttrap_impl.h169 extern fasttrap_hash_t fasttrap_tpoints;
172 (((pc) / sizeof (fasttrap_instr_t) + (pid)) & fasttrap_tpoints.fth_mask)
/titanic_41/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c288 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_return_common()
459 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe()
/titanic_41/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c669 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_return_common()
926 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)]; in fasttrap_pid_probe()