Home
last modified time | relevance | path

Searched defs:instrumentation_end (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dinstrumentation.h46 #define instrumentation_end() ({ \ macro
54 # define instrumentation_end() do { } while(0) macro
/kernel/linux/linux-6.6/include/linux/
Dinstrumentation.h55 #define instrumentation_end() __instrumentation_end(__COUNTER__) macro
58 # define instrumentation_end() do { } while(0) macro