Home
last modified time | relevance | path

Searched refs:get_jited_program_text (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.h8 int get_jited_program_text(int fd, char *text, size_t text_sz);
H A Djit_disasm_helpers.c168 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text() function
238 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text() function
H A Dtest_loader.c983 err = get_jited_program_text(bpf_program__fd(tprog), in run_subtest()