Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dllvm.c98 if (!llvm_param.clang_bpf_cmd_template) in test_llvm__fetch_bpf_obj()
105 llvm_param.clang_bpf_cmd_template, in test_llvm__fetch_bpf_obj()
113 tmpl_old = llvm_param.clang_bpf_cmd_template; in test_llvm__fetch_bpf_obj()
114 llvm_param.clang_bpf_cmd_template = tmpl_new; in test_llvm__fetch_bpf_obj()
120 llvm_param.clang_bpf_cmd_template = tmpl_old; in test_llvm__fetch_bpf_obj()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dllvm-utils.h25 const char *clang_bpf_cmd_template; member
H A Dllvm-utils.c33 .clang_bpf_cmd_template = CLANG_BPF_CMD_DEFAULT_TEMPLATE,
50 llvm_param.clang_bpf_cmd_template = strdup(value); in perf_llvm_config()
445 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf()

Completed in 2 milliseconds