Searched refs:PREFIX (Results 1 – 21 of 21) sorted by relevance
| /tools/testing/selftests/mm/ |
| D | hugetlb-read-hwpoison.c | 16 #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/ |
| D | Makefile | 4 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/ |
| D | test_java_symbol.sh | 29 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/ |
| D | Makefile | 4 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/ |
| D | Makefile | 4 PREFIX ?= /usr macro 15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
|
| /tools/laptop/freefall/ |
| D | Makefile | 2 PREFIX ?= /usr macro 17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /tools/wmi/ |
| D | Makefile | 2 PREFIX ?= /usr macro 18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /tools/bootconfig/scripts/ |
| D | ftrace2bconf.sh | 74 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/ |
| D | bpftool-feature.rst | 26 …** **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/ |
| D | libperf.pc.template | 3 prefix=@PREFIX@
|
| /tools/lib/bpf/ |
| D | libbpf.pc.template | 3 prefix=@PREFIX@
|
| /tools/lib/thermal/ |
| D | libthermal.pc.template | 3 prefix=@PREFIX@
|
| /tools/thermal/lib/ |
| D | libthermal_tools.pc.template | 3 prefix=@PREFIX@
|
| /tools/usb/usbip/ |
| D | INSTALL | 109 `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/ |
| D | perf-annotate.txt | 125 --prefix=PREFIX:: 128 and add PREFIX. This allows to display source code compiled on systems
|
| D | perf-top.txt | 174 --prefix=PREFIX:: 177 and add PREFIX. This allows to display source code compiled on systems
|
| D | perf-report.txt | 400 --prefix=PREFIX:: 403 and add PREFIX. This allows to display source code compiled on systems
|
| /tools/testing/selftests/kvm/aarch64/ |
| D | vgic_irq.c | 213 #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/ |
| D | test_cpuset_prs.sh | 459 PREFIX=${CMD#?} 460 COMM="echo ${PREFIX}${CTRL} > $SFILE"
|
| /tools/perf/ |
| D | perf.c | 470 exec_cmd_init("perf", PREFIX, PERF_EXEC_PATH, EXEC_PATH_ENVIRONMENT); in main()
|
| /tools/testing/selftests/wireguard/qemu/ |
| D | Makefile | 417 $(MAKE) -C $(IPROUTE2_PATH) PREFIX=/ ip/ip 421 $(MAKE) -C $(IPROUTE2_PATH) PREFIX=/ misc/ss
|