Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/tests/
A Dllvm.c89 if (!llvm_param.clang_bpf_cmd_template) in test_llvm__fetch_bpf_obj()
96 llvm_param.clang_bpf_cmd_template, in test_llvm__fetch_bpf_obj()
104 tmpl_old = llvm_param.clang_bpf_cmd_template; in test_llvm__fetch_bpf_obj()
105 llvm_param.clang_bpf_cmd_template = tmpl_new; in test_llvm__fetch_bpf_obj()
111 llvm_param.clang_bpf_cmd_template = tmpl_old; in test_llvm__fetch_bpf_obj()
/linux-6.3-rc2/tools/perf/util/
A Dllvm-utils.h25 const char *clang_bpf_cmd_template; member
A Dllvm-utils.c33 .clang_bpf_cmd_template = CLANG_BPF_CMD_DEFAULT_TEMPLATE,
52 llvm_param.clang_bpf_cmd_template = strdup(value); in perf_llvm_config()
462 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf()

Completed in 6 milliseconds