Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
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()
/Linux-v5.10/tools/perf/util/
Dllvm-utils.h25 const char *clang_bpf_cmd_template; member
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()