Searched refs:p_obj_buf (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/tests/
H A Dllvm.h16 int test_llvm__fetch_bpf_obj(void **p_obj_buf, size_t *p_obj_buf_sz,
H A Dllvm.c51 test_llvm__fetch_bpf_obj(void **p_obj_buf, test_llvm__fetch_bpf_obj() argument
89 *p_obj_buf = NULL; test_llvm__fetch_bpf_obj()
112 err = llvm__compile_bpf("-", p_obj_buf, p_obj_buf_sz); test_llvm__fetch_bpf_obj()
/linux-4.4.14/tools/perf/util/
H A Dllvm-utils.h44 extern int llvm__compile_bpf(const char *path, void **p_obj_buf,
H A Dllvm-utils.c328 int llvm__compile_bpf(const char *path, void **p_obj_buf, llvm__compile_bpf() argument
406 if (!p_obj_buf) llvm__compile_bpf()
409 *p_obj_buf = obj_buf; llvm__compile_bpf()
418 if (p_obj_buf) llvm__compile_bpf()
419 *p_obj_buf = NULL; llvm__compile_bpf()

Completed in 117 milliseconds