函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_benchmark.c Create Date:2022-07-27 13:57:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:When the benchmark tracepoint is disabled, it calls this* function and the thread that calls the tracepoint is deleted* and all the numbers are reset.

函数原型:void trace_benchmark_unreg(void)

返回类型:void

参数:

202  如果非bm_event_thread则返回
205  结束线程的运行
206  bm_event_thread = NULL
208  strcpy(bm_str, "START")
209  bm_total等于0
210  bm_totalsq等于0
211  bm_last等于0
212  bm_max等于0
213  bm_min等于0
214  bm_cnt等于0
216  bm_first等于0
217  bm_std等于0
218  bm_avg等于0
219  bm_stddev等于0