Function report |
Source Code:kernel\bpf\trampoline.c |
Create Date:2022-07-28 13:15:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__bpf_prog_exit
Proto:void notrace __bpf_prog_exit(struct bpf_prog *prog, u64 start)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_prog * | prog | |
u64 | start |
281 | If static_branch_unlikely( & bpf_stats_enabled_key) && start Then |
288 | stats = this_cpu_ptr(stats) |
289 | u64_stats_update_begin( & syncp) |
290 | cnt++ |
291 | nsecs += sched_clock() - start |
292 | u64_stats_update_end( & syncp) |
294 | preempt_enable() |
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 |