Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 27) sorted by relevance

12

/tools/power/x86/turbostat/
DMakefile22 install : turbostat target
23 install -d $(DESTDIR)$(PREFIX)/bin
24 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
25 install -d $(DESTDIR)$(PREFIX)/share/man/man8
26 install turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/tools/power/x86/x86_energy_perf_policy/
DMakefile8 install : target
9 install x86_energy_perf_policy ${DESTDIR}/usr/bin/
10 install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
/tools/power/acpi/
DMakefile48 INSTALL = /usr/bin/install -c
148 install-tools:
152 install-man:
155 install: all install-tools install-man target
161 .PHONY: all utils install-tools install-man install uninstall clean
/tools/
DMakefile75 $(call descend,power/$(@:_install=),install)
78 $(call descend,power/$(@:_install=),install)
81 $(call descend,$(@:_install=),install)
84 $(call descend,testing/$(@:_clean=),install)
87 $(call descend,power/x86/$(@:_install=),install)
90 $(call descend,thermal/$(@:_install=),install)
92 install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ target
/tools/net/
DMakefile32 install : target
33 install bpf_jit_disasm $(prefix)/bin/bpf_jit_disasm
34 install bpf_dbg $(prefix)/bin/bpf_dbg
35 install bpf_asm $(prefix)/bin/bpf_asm
/tools/power/cpupower/debug/kernel/
DMakefile18 install: default target
19 install -d $(KMISC)
20 install -m 644 -c *.ko $(KMISC)
/tools/power/cpupower/debug/x86_64/
DMakefile9 INSTALL = /usr/bin/install
25 install: target
30 .PHONY: all default clean install
/tools/power/acpi/tools/ec/
DMakefile12 install: target
22 .PHONY: all install uninstall
/tools/power/cpupower/debug/i386/
DMakefile9 INSTALL = /usr/bin/install
34 install: target
41 .PHONY: all default clean install
/tools/perf/Documentation/
DMakefile53 INSTALL?=install
60 INSTALL_INFO=install-info
179 install: install-man target
186 do-install-man: man
195 install-man: check-man-tools man
198 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
200 DO_INSTALL_MAN = do-install-man
203 try-install-man: $(DO_INSTALL_MAN)
205 install-info: info
216 install-pdf: pdf
Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
Dperf-trace.txt132 For symbols resolution you may need to install debugging symbols.
/tools/perf/tests/
Dmake42 make_install := install
43 make_install_bin := install-bin
44 make_install_doc := install-doc
45 make_install_man := install-man
46 make_install_html := install-html
47 make_install_info := install-info
48 make_install_pdf := install-pdf
84 # FIXME 'install-*' commented out till they're fixed
/tools/perf/config/
DMakefile93 dummy := $(error Error: $(FLEX) is missing on this system, please install it)
97 dummy := $(error Error: $(BISON) is missing on this system, please install it)
323 …msg := $(warning No libelf found, disables 'probe' tool, please install elfutils-libelf-devel/libe…
332 msg := $(error No static glibc found, please install glibc-static);
334 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]);
341 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and…
345 ….h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-deve…
385 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_…
434 …msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or li…
448 …msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev…
[all …]
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME36 Building perf with perf script Perl scripting should install this
40 e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.
/tools/perf/
DMakefile.perf90 INSTALL = install
544 install-gtk: $(OUTPUT)libperf-gtk.so
770 install-traceevent-plugins: $(LIBTRACEEVENT)
820 INSTALL_DOC_TARGETS := $(patsubst %,install-%,$(DOC_TARGETS)) try-install-man
821 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
872 install-gtk:
874 install-bin: all install-gtk
910 install: install-bin try-install-man install-traceevent-plugins
912 install-python_ext:
913 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
[all …]
/tools/usb/usbip/
D.gitignore13 install-sh
DREADME31 1. Compile & install the userspace utilities.
33 $ make install
35 2. Compile & install USB/IP drivers.
DINSTALL13 Briefly, the shell commands `./configure; make; make install' should
14 configure, build, and install this package. The following
58 4. Type `make install' to install the programs and any data files and
106 By default, `make install' installs the package's commands under
/tools/lib/lockdep/
DMakefile21 INSTALL = install
230 install: install_lib target
/tools/lib/traceevent/
DMakefile28 INSTALL = install
323 install: install_lib target
/tools/power/cpupower/
DMakefile85 INSTALL = /usr/bin/install -c
DREADME27 make install
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt38 …/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt-get install kvm-pxe"
/tools/lguest/
Dlguest.txt61 install it under qemu, then make multiple copies:
66 Make sure that you install a getty on /dev/hvc0 if you want to log in on the

12