Searched refs:build (Results 1 – 25 of 123) sorted by relevance
12345
| /tools/build/Documentation/ |
| A D | Build.txt | 4 The perf build framework was adopted from the kernel build system, hence the 21 Makefile.build 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. 83 $ make -f tools/build/Makefile.build dir=. obj=ex 84 $ make -f tools/build/Makefile.build dir=. obj=libex 109 - build macro definition: 110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 113 make $(build)=ex [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | uprobe_multi.ld | 4 .note.gnu.build-id : { *(.note.gnu.build-id) } 9 build_id_start = ADDR(.note.gnu.build-id); 10 build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);
|
| /tools/build/ |
| A D | Makefile.include | 2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 15 $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep 18 $(Q)$(MAKE) -C $(srctree)/tools/build clean
|
| A D | Makefile.build | 15 build-dir := $(srctree)/tools/build 19 fixdep := $(build-dir)/fixdep 25 include $(build-dir)/Build.include 39 build-file := $(dir)/Build 40 -include $(build-file) 142 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
| A D | Makefile | 23 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro 40 $(OUTPUT)fixdep: $(srctree)/tools/build/fixdep.c
|
| /tools/perf/Documentation/ |
| A D | Build.txt | 2 1) perf build 11 Several makefiles govern the perf build: 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 31 information about build framework. 34 2) perf build 36 The Makefile.perf triggers the build framework for build objects: [all …]
|
| A D | perf-version.txt | 10 'perf version' [--build-options] 17 If the option '--build-options' is given, then the status of 22 --build-options::
|
| A D | android.txt | 29 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
|
| A D | perf-buildid-cache.txt | 6 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
|
| /tools/build/tests/ex/ |
| A D | Makefile | 9 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/ |
| A D | kvm-test-1-run.sh | 44 echo ' ---' `date`: Starting build, PID $$ 91 echo Initial build failed, not running KVM, see $resdir. 92 if test -f $resdir/build.wait 94 mv $resdir/build.wait $resdir/build.ready 97 elif kvm-build.sh $T/KcList $resdir 116 parse-build.sh $resdir/Make.out $title 121 if test -f $resdir/build.wait 123 mv $resdir/build.wait $resdir/build.ready 127 if test -f $resdir/build.wait 129 mv $resdir/build.wait $resdir/build.ready [all …]
|
| A D | parse-build.sh | 27 print_bug $title no build 33 print_bug $title build errors: 45 print_warning $title build errors:
|
| /tools/power/cpupower/ |
| A D | README | 25 There are 2 output directories - one for the build output and another for 26 the installation of the build results, that is the utility, library, 32 In the case of default directory, build and install process requires no 35 build 75 'O' - build directory 79 build 85 $ make O=/home/hedin/prj/cpupower/build 100 build directory is the current one, build everything there and install 130 'clean' target is intended for cleanup the build catalog from build results 145 build dir: [all …]
|
| /tools/gpio/ |
| A D | Makefile | 27 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/verification/rv/ |
| A D | Makefile | 40 include $(srctree)/tools/build/Makefile.include 54 include $(srctree)/tools/build/Makefile.feature 70 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 73 make $(build)=rv
|
| /tools/virtio/ |
| A D | Makefile | 31 OOT_KSRC=/lib/modules/$$(uname -r)/build 42 oot-build: 47 oot-clean: oot-build 48 oot: oot-build 51 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
| /tools/tracing/latency/ |
| A D | Makefile | 42 include $(srctree)/tools/build/Makefile.include 55 include $(srctree)/tools/build/Makefile.feature 67 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 70 make $(build)=latency-collector
|
| /tools/perf/tests/shell/ |
| A D | buildid.sh | 20 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/ |
| A D | Makefile | 23 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/ |
| A D | config-bisect.pl | 66 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/testing/crypto/chacha20-s390/ |
| A D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
| /tools/hv/ |
| A D | Makefile | 33 include $(srctree)/tools/build/Makefile.include 37 $(Q)$(MAKE) $(build)=hv_kvp_daemon 43 $(Q)$(MAKE) $(build)=hv_vss_daemon 49 $(Q)$(MAKE) $(build)=hv_fcopy_uio_daemon
|
| /tools/tracing/rtla/ |
| A D | Makefile | 48 include $(srctree)/tools/build/Makefile.include 62 include $(srctree)/tools/build/Makefile.feature 89 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 92 make $(build)=rtla
|
| /tools/usb/ |
| A D | Makefile | 25 include $(srctree)/tools/build/Makefile.include 29 $(Q)$(MAKE) $(build)=testusb 35 $(Q)$(MAKE) $(build)=ffs-test
|
| /tools/perf/ |
| A D | Makefile | 61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n' 108 build-test: 111 build-test-tarball:
|
Completed in 26 milliseconds
12345