Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dflamegraph.py145 if os.path.isfile(self.args.template):
146 template = f"file://{self.args.template}"
171template = "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/
DREADME75 template/local_min --template:map test=suite/test_mapping_suite \
/tools/perf/Documentation/
Dasciidoc.conf72 template::[header-declarations]
/tools/bpf/bpftool/
Dgen.c378 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/
Dsdt.h133 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/
Dasciidoc.conf72 template::[header-declarations]
/tools/thermal/lib/
DMakefile122 < libthermal_tools.pc.template > $@
/tools/lib/thermal/
DMakefile130 < libthermal.pc.template > $@
/tools/testing/selftests/ftrace/
DREADME26 Copy test.d/template to your testcase (whose filename must have *.tc
/tools/lib/perf/
DMakefile170 < libperf.pc.template > $@
/tools/perf/util/
Dpmu.c735 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()
Dhist.c437 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/
DMakefile179 < libbpf.pc.template > $@
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt10 template.json for the required JSON format for test cases.
/tools/testing/selftests/tc-testing/
DREADME242 but the overall template is there and it should only need tweaks.)