Searched refs:clang_bpf_cmd_template (Results 1 – 3 of 3) sorted by relevance
92 if (!llvm_param.clang_bpf_cmd_template) in test_llvm__fetch_bpf_obj()99 llvm_param.clang_bpf_cmd_template, in test_llvm__fetch_bpf_obj()107 tmpl_old = llvm_param.clang_bpf_cmd_template; in test_llvm__fetch_bpf_obj()108 llvm_param.clang_bpf_cmd_template = tmpl_new; in test_llvm__fetch_bpf_obj()114 llvm_param.clang_bpf_cmd_template = tmpl_old; in test_llvm__fetch_bpf_obj()
22 .clang_bpf_cmd_template = CLANG_BPF_CMD_DEFAULT_TEMPLATE,38 llvm_param.clang_bpf_cmd_template = strdup(value); in perf_llvm_config()339 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf()
22 const char *clang_bpf_cmd_template; member