mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 09:03:10 +00:00
notrace signals that a function should not be traced. Most of the time this is used by tracers to annotate code that cannot be traced - it's in a volatile state (such as in user vdso context or NMI context) or it's in the tracer internals. Signed-off-by: Ingo Molnar <mingo@elte.hu>
2.1 KiB
2.1 KiB