Lines Matching refs:bpf_module_
78 if (bpf_module_->load_string(all_bpf_program, flags, flags_len) != 0) in init()
475 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_event()
499 if (!bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in open_perf_buffer()
539 uint8_t* func_start = bpf_module_->function_start(func_name); in load_func()
543 size_t func_size = bpf_module_->function_size(func_name); in load_func()
553 bpf_module_->license(), bpf_module_->kern_version(), in load_func()
559 bpf_module_->annotate_prog_tag( in load_func()
626 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_prog_table()
633 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_cgroup_array()
640 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_devmap_table()
648 if (bpf_module_->table_storage().Find(Path({bpf_module_->id(), name}), it)) in get_stack_table()