Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/mm/
Dhugetlb-read-hwpoison.c16 #define PREFIX " ... " macro
61 printf(PREFIX ERROR_PREFIX "check fail: buf[%lu] = %u != %u\n", in verify_chunk()
78 printf(PREFIX PREFIX "init val=%u with offset=0x%lx\n", val, offset); in seek_read_hugepage_filemap()
79 printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n", in seek_read_hugepage_filemap()
82 perror(PREFIX ERROR_PREFIX "seek failed"); in seek_read_hugepage_filemap()
89 printf(PREFIX PREFIX "read reach end of the file\n"); in seek_read_hugepage_filemap()
92 perror(PREFIX ERROR_PREFIX "read failed"); in seek_read_hugepage_filemap()
101 printf(PREFIX PREFIX "actually read 0x%lx bytes of data in total\n", in seek_read_hugepage_filemap()
115 printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n", in read_hugepage_filemap()
120 printf(PREFIX PREFIX "read reach end of the file\n"); in read_hugepage_filemap()
[all …]
/tools/power/x86/x86_energy_perf_policy/
DMakefile4 PREFIX := /usr macro
25 install -d $(DESTDIR)$(PREFIX)/bin
26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy
27 install -d $(DESTDIR)$(PREFIX)/share/man/man8
28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
/tools/perf/tests/shell/
Dtest_java_symbol.sh29 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then
30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so
31 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then
32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
/tools/power/x86/turbostat/
DMakefile4 PREFIX ?= /usr macro
31 install -d $(DESTDIR)$(PREFIX)/bin
32 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
33 install -d $(DESTDIR)$(PREFIX)/share/man/man8
34 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/tools/debugging/
DMakefile4 PREFIX ?= /usr macro
15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
/tools/laptop/freefall/
DMakefile2 PREFIX ?= /usr macro
17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/tools/wmi/
DMakefile2 PREFIX ?= /usr macro
18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/tools/bootconfig/scripts/
Dftrace2bconf.sh74 emit_kv $PREFIX.event.kprobes.$event.probes += $args
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\'
/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst26 …** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix** *PREFIX*]]
35 bpftool feature probe [kernel] [full] [macros [prefix *PREFIX*]]
47 is used to define a *PREFIX*, the provided string will be used as a prefix
62 bpftool feature probe dev *NAME* [full] [macros [prefix *PREFIX*]]
/tools/lib/perf/
Dlibperf.pc.template3 prefix=@PREFIX@
/tools/lib/bpf/
Dlibbpf.pc.template3 prefix=@PREFIX@
/tools/lib/thermal/
Dlibthermal.pc.template3 prefix=@PREFIX@
/tools/thermal/lib/
Dlibthermal_tools.pc.template3 prefix=@PREFIX@
/tools/usb/usbip/
DINSTALL109 `configure' the option `--prefix=PREFIX'.
113 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
114 PREFIX as the prefix for installing programs and libraries.
124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
/tools/perf/Documentation/
Dperf-annotate.txt125 --prefix=PREFIX::
128 and add PREFIX. This allows to display source code compiled on systems
Dperf-top.txt174 --prefix=PREFIX::
177 and add PREFIX. This allows to display source code compiled on systems
Dperf-report.txt400 --prefix=PREFIX::
403 and add PREFIX. This allows to display source code compiled on systems
/tools/testing/selftests/kvm/aarch64/
Dvgic_irq.c213 #define PREFIX guest_irq_handler_ macro
214 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev))
216 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh459 PREFIX=${CMD#?}
460 COMM="echo ${PREFIX}${CTRL} > $SFILE"
/tools/perf/
Dperf.c470 exec_cmd_init("perf", PREFIX, PERF_EXEC_PATH, EXEC_PATH_ENVIRONMENT); in main()
/tools/testing/selftests/wireguard/qemu/
DMakefile417 $(MAKE) -C $(IPROUTE2_PATH) PREFIX=/ ip/ip
421 $(MAKE) -C $(IPROUTE2_PATH) PREFIX=/ misc/ss