Home
last modified time | relevance | path

Searched refs:new_func (Results 1 – 5 of 5) sorted by relevance

/tools/bpf/bpftool/
A Dcfg.c65 struct func_node *new_func, *func; in cfg_append_func() local
75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func()
76 if (!new_func) { in cfg_append_func()
80 new_func->start = insn; in cfg_append_func()
81 new_func->idx = cfg->func_num; in cfg_append_func()
82 list_add(&new_func->l, &func->l); in cfg_append_func()
85 return new_func; in cfg_append_func()
/tools/testing/selftests/livepatch/test_modules/
A Dtest_klp_livepatch.c21 .new_func = livepatch_cmdline_proc_show,
A Dtest_klp_atomic_replace.c25 .new_func = livepatch_meminfo_proc_show,
A Dtest_klp_syscall.c65 .new_func = lp_sys_getpid,
A Dtest_klp_callbacks_demo.c67 .new_func = patched_work_func,

Completed in 8 milliseconds