Function report |
Source Code:include\trace\events\rcu.h |
Create Date:2022-07-28 10:17:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Tracepoint for rcu_barrier() execution. The string "s" describes* the rcu_barrier phase:* "Begin": rcu_barrier() started.* "EarlyExit": rcu_barrier() piggybacked, thus early exit.* "Inc1": rcu_barrier() piggyback check counter incremented.
Proto:static inline void trace_rcu_barrier(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | rcuname | |
const char * | s | |
int | cpu | |
int | cnt | |
unsigned long | done |
NULL
Name | Describe |
---|---|
rcu_barrier_trace | Helper function for rcu_barrier() tracing. If tracing is disabled,* the compiler is expected to optimize this away. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |