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

/linux-4.4.14/tools/perf/tests/
H A Dllvm.c92 if (!llvm_param.clang_bpf_cmd_template) test_llvm__fetch_bpf_obj()
99 llvm_param.clang_bpf_cmd_template, test_llvm__fetch_bpf_obj()
107 tmpl_old = llvm_param.clang_bpf_cmd_template; test_llvm__fetch_bpf_obj()
108 llvm_param.clang_bpf_cmd_template = tmpl_new; test_llvm__fetch_bpf_obj()
114 llvm_param.clang_bpf_cmd_template = tmpl_old; test_llvm__fetch_bpf_obj()
/linux-4.4.14/tools/perf/util/
H A Dllvm-utils.h22 const char *clang_bpf_cmd_template; member in struct:llvm_param
H A Dllvm-utils.c22 .clang_bpf_cmd_template = CLANG_BPF_CMD_DEFAULT_TEMPLATE,
38 llvm_param.clang_bpf_cmd_template = strdup(value); perf_llvm_config()
339 const char *template = llvm_param.clang_bpf_cmd_template; llvm__compile_bpf()

Completed in 82 milliseconds