]>
Commit | Line | Data |
---|---|---|
1 | # ARM64 specific blacklist | |
2 | ||
3 | [address] | |
4 | ||
5 | # Exclude KASan runtime | |
6 | src:./san/kasan-arm64.c | |
7 | src:./osfmk/arm/machine_routines_common.c | |
8 | ||
9 | # These use a local variable to work out which stack we're on, but can end up with | |
10 | # a fakestack allocation. | |
11 | fun:ml_at_interrupt_context | |
12 | fun:ml_stack_remaining | |
13 | fun:ml_stack_base | |
14 | fun:ml_stack_size |