Home
last modified time | relevance | path

Searched refs:llvm__compile_bpf (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dllvm-utils.h44 extern int llvm__compile_bpf(const char *path, void **p_obj_buf,
Dllvm-utils.c328 int llvm__compile_bpf(const char *path, void **p_obj_buf, in llvm__compile_bpf() function
Dbpf-loader.c76 err = llvm__compile_bpf(filename, &obj_buf, &obj_buf_sz); in bpf__prepare_load()
/tools/perf/tests/
Dllvm.c112 err = llvm__compile_bpf("-", p_obj_buf, p_obj_buf_sz); in test_llvm__fetch_bpf_obj()