Searched refs:template (Results 1 – 15 of 15) sorted by relevance
/tools/perf/scripts/python/ |
D | flamegraph.py | 145 if os.path.isfile(self.args.template): 146 template = f"file://{self.args.template}" 171 …template = "https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3/dist/templates/d3-flamegraph-base.ht… 175 with urllib.request.urlopen(template) as template: 177 l.decode("utf-8") for l in template.readlines()
|
/tools/testing/kunit/android/ |
D | README | 75 template/local_min --template:map test=suite/test_mapping_suite \
|
/tools/perf/Documentation/ |
D | asciidoc.conf | 72 template::[header-declarations]
|
/tools/bpf/bpftool/ |
D | gen.c | 378 static void codegen(const char *template, ...) in codegen() argument 386 n = strlen(template); in codegen() 390 src = template; in codegen() 401 src - template - 1, template, c); in codegen() 412 src - template - 1, template); in codegen() 430 va_start(args, template); in codegen()
|
/tools/testing/selftests/bpf/ |
D | sdt.h | 133 template<typename __sdt_T> 140 template<> struct __sdt_type<T> { static const bool __sdt_signed = true; }; 142 template<> struct __sdt_type<T> { static const bool __sdt_signed = ((CT)(-1) < 1); }; 176 template<typename __sdt_E> 179 template<typename __sdt_E, size_t __sdt_N>
|
/tools/lib/perf/Documentation/ |
D | asciidoc.conf | 72 template::[header-declarations]
|
/tools/thermal/lib/ |
D | Makefile | 122 < libthermal_tools.pc.template > $@
|
/tools/lib/thermal/ |
D | Makefile | 130 < libthermal.pc.template > $@
|
/tools/testing/selftests/ftrace/ |
D | README | 26 Copy test.d/template to your testcase (whose filename must have *.tc
|
/tools/lib/perf/ |
D | Makefile | 170 < libperf.pc.template > $@
|
/tools/perf/util/ |
D | pmu.c | 735 const char **template; in pmu_cpumask() local 741 for (template = templates; *template; template++) { in pmu_cpumask() 742 file = perf_pmu__open_file_at(&pmu, dirfd, *template); in pmu_cpumask()
|
D | hist.c | 437 struct hist_entry *template, in hist_entry__init() argument 441 *he = *template; in hist_entry__init() 466 memcpy(he->branch_info, template->branch_info, in hist_entry__init() 548 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new() argument 551 struct hist_entry_ops *ops = template->ops; in hist_entry__new() 557 ops = template->ops = &default_ops; in hist_entry__new() 564 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
|
/tools/lib/bpf/ |
D | Makefile | 179 < libbpf.pc.template > $@
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 10 template.json for the required JSON format for test cases.
|
/tools/testing/selftests/tc-testing/ |
D | README | 242 but the overall template is there and it should only need tweaks.)
|