Home
last modified time | relevance | path

Searched refs:template (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dllvm-utils.c382 const char *template = llvm_param.clang_bpf_cmd_template; in llvm__compile_bpf() local
391 if (!template) in llvm__compile_bpf()
392 template = CLANG_BPF_CMD_DEFAULT_TEMPLATE; in llvm__compile_bpf()
442 pr_debug("llvm compiling command template: %s\n", template); in llvm__compile_bpf()
443 err = read_from_pipe(template, &obj_buf, &obj_buf_sz); in llvm__compile_bpf()
Dpmu.c462 const char **template; in pmu_cpumask() local
467 for (template = templates; *template; template++) { in pmu_cpumask()
468 snprintf(path, PATH_MAX, *template, sysfs, name); in pmu_cpumask()
473 if (!*template) in pmu_cpumask()
Dhist.c359 struct hist_entry *template, in hist_entry__init() argument
362 *he = *template; in hist_entry__init()
388 memcpy(he->branch_info, template->branch_info, in hist_entry__init()
447 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new() argument
450 struct hist_entry_ops *ops = template->ops; in hist_entry__new()
456 ops = template->ops = &default_ops; in hist_entry__new()
463 err = hist_entry__init(he, template, sample_self); in hist_entry__new()
/tools/perf/Documentation/
Dasciidoc.conf72 template::[header-declarations]
/tools/testing/selftests/ftrace/
DREADME26 Copy test.d/template to your testcase (whose filename must have *.tc