xref: /xnu-8792.61.2/san/coverage/kcov-blacklist (revision 42e220869062b56f8d7d0726fd4c88954f87902c)
1# Blanket ignore non-sanitized functions
2fun:ksancov_*
3fun:kcov_*
4fun:dtrace_*
5
6# Exclude KSANCOV itself
7src:./san/coverage/kcov.c
8src:./san/coverage/kcov_ksancov.c
9src:./san/coverage/kcov_stksz.c
10
11# Calls from sanitizer hook back to kernel.
12fun:_disable_preemption
13fun:_enable_preemption
14fun:current_thread
15fun:ml_at_interrupt_context
16fun:get_interrupt_level
17fun:get_active_thread
18fun:cpu_datap
19fun:cpu_number
20fun:get_cpu_number
21fun:pmap_in_ppl
22fun:get_preemption_level
23