Function report |
Source Code:kernel\trace\trace_benchmark.c |
Create Date:2022-07-28 12:45:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:When the benchmark tracepoint is enabled, it calls this* function and the thread that calls the tracepoint is created.
Proto:int trace_benchmark_reg(void)
Type:int
Parameter:Nothing
180 | If Not ok_to_run Then |
187 | If IS_ERR(bm_event_thread) Then |
188 | pr_warn("trace benchmark failed to create kernel thread\n") |
189 | Return PTR_ERR(bm_event_thread) |
192 | Return 0 |
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 |