Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 108) sorted by relevance

12345

/tools/build/Documentation/
DBuild.txt4 The perf build framework was adopted from the kernel build system, hence the
8 directories to nest for specific target to be build.
10 Unlike the kernel we don't have a single build object 'obj-y' list that where
12 carry a sources list for multiple build objects.
18 The build framework consists of 2 Makefiles:
21 Makefile.build
24 'Makefile.build' file is the makefile used from the outside. It's
27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
33 OBJECT - is the name of the build object
47 the build to nested directories.
[all …]
/tools/perf/Documentation/
DBuild.txt2 1) perf build
4 The perf build process consists of several separated building blocks,
11 Several makefiles govern the perf build:
18 main makefile that triggers build of all perf objects including
21 - tools/build/Makefile.build
22 main makefile of the build framework
24 - tools/build/Build.include
25 build framework generic definitions
28 makefiles that defines build objects
30 Please refer to tools/build/Documentation/Build.txt for more
[all …]
Dperf-version.txt10 'perf version' [--build-options]
17 If the option '--build-options' is given, then the status of
22 --build-options::
Dandroid.txt29 source build/envsetup.sh
36 ./build/tools/build-ndk-sysroot.sh --abi=arm
37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
Dperf-buildid-cache.txt6 perf-buildid-cache - Manage build-id cache.
15 This command manages the build-id cache. It can add, remove, update and purge
34 running 'perf buildid-cache' as root may update root's build-id cache
40 kcore in the cache (with the same build-id) that has the same modules at
45 Remove a cached binary which has same build-id of specified file
56 List missing build ids in the cache for the specified file.
62 exactly same build-id, that is replaced by new one. It can be used
Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
27 --build-ids::
28 Inject build-ids of DSOs hit by samples into the output stream.
32 Inject build-ids of all DSOs into the output stream regardless of hits
35 --known-build-ids=::
36 Override build-ids to inject using these comma-separated pairs of
37 build-id and path. Understands file://filename to read these pairs
104 and text_poke events are inserted, as well as build ID information.
/tools/build/
DMakefile.include2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
DMakefile.build27 build-dir := $(srctree)/tools/build
31 fixdep := $(build-dir)/fixdep
37 include $(build-dir)/Build.include
51 build-file := $(dir)/Build
52 -include $(build-file)
150 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
DMakefile29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
47 $(Q)$(MAKE) $(build)=fixdep
/tools/build/tests/ex/
DMakefile9 include $(srctree)/tools/build/Makefile.include
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
18 make $(build)=ex
21 make $(build)=libex
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh44 echo ' ---' `date`: Starting build, PID $$
89 echo Initial build failed, not running KVM, see $resdir.
90 if test -f $resdir/build.wait
92 mv $resdir/build.wait $resdir/build.ready
95 elif kvm-build.sh $T/KcList $resdir
114 parse-build.sh $resdir/Make.out $title
119 if test -f $resdir/build.wait
121 mv $resdir/build.wait $resdir/build.ready
125 if test -f $resdir/build.wait
127 mv $resdir/build.wait $resdir/build.ready
[all …]
Dparse-build.sh27 print_bug $title no build
33 print_bug $title build errors:
45 print_warning $title build errors:
/tools/gpio/
DMakefile27 include $(srctree)/tools/build/Makefile.include
40 $(Q)$(MAKE) $(build)=gpio-utils
47 $(Q)$(MAKE) $(build)=lsgpio
56 $(Q)$(MAKE) $(build)=gpio-hammer
65 $(Q)$(MAKE) $(build)=gpio-event-mon
74 $(Q)$(MAKE) $(build)=gpio-watch
/tools/virtio/
DMakefile30 OOT_KSRC=/lib/modules/$$(uname -r)/build
41 oot-build:
46 oot-clean: oot-build
47 oot: oot-build
50 .PHONY: all test mod clean vhost oot oot-clean oot-build
/tools/perf/tests/shell/
Dbuildid.sh20 if ! perf version --build-options | grep -q 'libbfd: .* on '; then
43 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=sha1 -o ${ex_sha1} -x c -
44 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=md5 -o ${ex_md5} -x c -
71 link=$build_id_dir/.build-id/$id_dir/$id_file
79 file=${build_id_dir}/.build-id/$id_dir/`readlink ${link}`/elf
/tools/iio/
DMakefile23 include $(srctree)/tools/build/Makefile.include
38 $(Q)$(MAKE) $(build)=iio_utils
42 $(Q)$(MAKE) $(build)=lsiio
48 $(Q)$(MAKE) $(build)=iio_event_monitor
54 $(Q)$(MAKE) $(build)=iio_generic_buffer
/tools/testing/ktest/
Dconfig-bisect.pl66 my $build;
582 doprint "READY TO TEST .config IN $build\n";
646 $build = $val;
670 $build = $tree if (!defined($build));
673 $build = expand_path $build;
679 if ( ! -d $build ) {
680 die "$build not a directory\n";
704 if ($build ne $tree) {
705 $make = "make O=$build"
708 $output_config = "$build/.config";
/tools/hv/
DMakefile28 include $(srctree)/tools/build/Makefile.include
32 $(Q)$(MAKE) $(build)=hv_kvp_daemon
38 $(Q)$(MAKE) $(build)=hv_vss_daemon
44 $(Q)$(MAKE) $(build)=hv_fcopy_daemon
/tools/testing/crypto/chacha20-s390/
DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/tools/usb/
DMakefile25 include $(srctree)/tools/build/Makefile.include
29 $(Q)$(MAKE) $(build)=testusb
35 $(Q)$(MAKE) $(build)=ffs-test
/tools/perf/
DMakefile55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
102 build-test:
105 build-test-tarball:
DMakefile.perf233 include $(srctree)/tools/build/Makefile.include
663 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
666 $(Q)$(MAKE) $(build)=perf
669 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=pmu-events obj=pmu-events
676 $(Q)$(MAKE) $(build)=gtk
721 build-dir = $(or $(__build-dir),.)
762 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
765 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
768 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
771 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
[all …]
/tools/spi/
DMakefile23 include $(srctree)/tools/build/Makefile.include
40 $(Q)$(MAKE) $(build)=spidev_test
49 $(Q)$(MAKE) $(build)=spidev_fdx
/tools/testing/ktest/examples/include/
Dtests.conf42 TEST_START IF ${TEST} == build
43 TEST_TYPE = build
/tools/testing/android/bin/
Dkselftest.sh53 --skip-kernel-build)
158 $BAZEL build //common:kselftest_tests_arm64
161 $BAZEL build //common:kselftest_tests_x86_64

12345