Searched refs:instrumented (Results 1 – 25 of 232) sorted by relevance
12345678910
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | multiple-objects-not-all-instrumented.test | 1 …format=lcov --instr-profile=%S/Inputs/multiple_objects_not_all_instrumented/instrumented.profdata \ 3 RUN: -object %S/Inputs/multiple_objects_not_all_instrumented/instrumented | FileCheck -check-pref… 10 …-name-compression=false -fprofile-instr-generate -fcoverage-mapping instrumented.cc -o instrumented 11 LLVM_PROFILE_FILE="instrumented.raw" ./instrumented 12 llvm-profdata merge instrumented.raw -o instrumented.profdata
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | debug_info_noninstrumented_alloca.ll | 1 ; This test checks that non-instrumented allocas stay in the first basic block. 13 ; Won't be instrumented because of asan-skip-promotable-allocas. 16 ; Regular alloca, will get instrumented (forced by the ptrtoint below). 17 %instrumented = alloca i32, align 4 19 ; Won't be instrumented because of asan-skip-promotable-allocas. 25 ; Won't be instrumented because of asan-skip-promotable-allocas. 28 %ptr = ptrtoint i32* %instrumented to i32
|
D | instrument_initializer_metadata.ll | 46 ; CTOR with priority 0 should not be instrumented. 56 ; Check that xxx is instrumented. 65 ; Check that XXX is instrumented. 75 ; Check that yyy is NOT instrumented (as it does not have dynamic initializer). 84 ; Check that YYY is NOT instrumented (as it does not have dynamic initializer).
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | debug_info_noninstrumented_alloca.ll | 1 ; This test checks that non-instrumented allocas stay in the first basic block. 15 ; Won't be instrumented because of asan-skip-promotable-allocas. 18 ; Regular alloca, will get instrumented (forced by the ptrtoint below). 19 %instrumented = alloca i32, align 4 21 ; Won't be instrumented because of asan-skip-promotable-allocas. 27 ; Won't be instrumented because of asan-skip-promotable-allocas. 30 %ptr = ptrtoint i32* %instrumented to i32
|
D | debug_info_noninstrumented_alloca2.ll | 1 ; Make sure we don't break the IR when moving non-instrumented allocas 15 %instrumented = alloca i32, align 4 16 %ptr = ptrtoint i32* %instrumented to i32
|
D | instrument_initializer_metadata.ll | 49 ; CTOR with priority 0 should not be instrumented. 59 ; Check that xxx is instrumented. 68 ; Check that XXX is instrumented. 78 ; Check that yyy is NOT instrumented (as it does not have dynamic initializer). 87 ; Check that YYY is NOT instrumented (as it does not have dynamic initializer).
|
/external/clang/cmake/caches/ |
D | README.txt | 31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler. 38 stage2-instrumented: 40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler. 42 stage2-instrumented-generate-profdata: 43 Depends on "stage2-instrumented" and will use the instrumented compiler to 47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
|
/external/llvm-project/clang/cmake/caches/ |
D | README.txt | 31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler. 38 stage2-instrumented: 40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler. 42 stage2-instrumented-generate-profdata: 43 Depends on "stage2-instrumented" and will use the instrumented compiler to 47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/ |
D | InstrumentingLoader.java | 61 final byte[] instrumented; in loadClass() 63 instrumented = instrumenter.instrument(bytes, name); in loadClass() 67 final Class<?> c = defineClass(name, instrumented, 0, in loadClass() 68 instrumented.length); in loadClass()
|
/external/llvm/docs/ |
D | AdvancedBuilds.rst | 87 At a high level, the way PGO works is that you build an instrumented compiler, 88 then you run the instrumented compiler against sample source files. While the 89 instrumented compiler runs it will output a bunch of files containing 100 $ ninja stage2-instrumented-generate-profdata 114 <build dir>/tools/clang/stage2-instrumented-bins/utils/perf-training/clang.profdata 120 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and 125 **stage2-instrumented** 127 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler. 129 **stage2-instrumented-generate-profdata** 130 Depends on "stage2-instrumented" and will use the instrumented compiler to [all …]
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_trampoline_arm.S | 22 @ Save floating-point parameters of the instrumented function 36 @ Restore floating-point parameters of the instrumented function 53 @ Save the floating-point return value of the instrumented function 68 @ Restore the floating-point return value of the instrumented function 85 @ Save floating-point parameters of the instrumented function 101 @ Restore floating-point parameters of the instrumented function
|
/external/llvm-project/llvm/docs/ |
D | AdvancedBuilds.rst | 106 At a high level, the way PGO works is that you build an instrumented compiler, 107 then you run the instrumented compiler against sample source files. While the 108 instrumented compiler runs it will output a bunch of files containing 119 $ ninja stage2-instrumented-generate-profdata 133 <build dir>/tools/clang/stage2-instrumented-bins/utils/perf-training/clang.profdata 139 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and 144 **stage2-instrumented** 146 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler. 148 **stage2-instrumented-generate-profdata** 149 Depends on "stage2-instrumented" and will use the instrumented compiler to [all …]
|
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/tests/ |
D | HappyPathEndToEndTest.java | 16 package com.google.android.enterprise.connectedapps.instrumented.tests; 24 import com.google.android.enterprise.connectedapps.instrumented.utils.BlockingExceptionCallbackList… 25 import com.google.android.enterprise.connectedapps.instrumented.utils.BlockingStringCallbackListene… 26 import com.google.android.enterprise.connectedapps.instrumented.utils.InstrumentedTestUtilities;
|
D | NotReallySerializableTest.java | 16 package com.google.android.enterprise.connectedapps.instrumented.tests; 26 import com.google.android.enterprise.connectedapps.instrumented.utils.BlockingExceptionCallbackList… 27 import com.google.android.enterprise.connectedapps.instrumented.utils.InstrumentedTestUtilities;
|
D | BothProfilesTest.java | 16 package com.google.android.enterprise.connectedapps.instrumented.tests; 23 import com.google.android.enterprise.connectedapps.instrumented.utils.BlockingStringCallbackListene… 24 import com.google.android.enterprise.connectedapps.instrumented.utils.InstrumentedTestUtilities;
|
D | MessageSizeTest.java | 16 package com.google.android.enterprise.connectedapps.instrumented.tests; 25 import com.google.android.enterprise.connectedapps.instrumented.utils.BlockingStringCallbackListene… 26 import com.google.android.enterprise.connectedapps.instrumented.utils.InstrumentedTestUtilities;
|
D | NotInstalledInOtherUserTest.java | 16 package com.google.android.enterprise.connectedapps.instrumented.tests; 24 import com.google.android.enterprise.connectedapps.instrumented.utils.InstrumentedTestUtilities;
|
/external/python/cpython2/PC/VS8.0/ |
D | build_pgo.bat | 3 rem building instrumented binaries, then running the testsuite, and 5 rem Note, after the first instrumented run, one can just keep on 30 rem build the instrumented version
|
/external/python/cpython2/PC/VS9.0/ |
D | build_pgo.bat | 3 rem building instrumented binaries, then running the testsuite, and 5 rem Note, after the first instrumented run, one can just keep on 30 rem build the instrumented version
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | InstrumentationSizeSzenario.java | 35 final byte[] instrumented = instr.instrument(original, ""); in run() 36 output.writeByteResult("instrumented class", instrumented.length, in run()
|
/external/connectedappssdk/ |
D | Android.bp | 111 // We only run instrumented tests in AOSP 115 "tests/instrumented/src/main/java/**/*.java" 130 manifest: "tests/instrumented/src/AndroidManifest.xml",
|
/external/clang/docs/ |
D | SourceBasedCodeCoverage.rst | 31 * Running the instrumented program. 66 Running the instrumented program 69 The next step is to run the instrumented program. When the program exits it 81 * "%Nm" expands out to the instrumented binary's signature. When this pattern 168 profile runtime library allows an instrumented program to merge profiling 193 into instrumented binaries. Tools must retain **backwards** compatibility 203 * Export a ``int __llvm_profile_runtime`` symbol from each instrumented shared 209 once from each instrumented executable. This function parses
|
/external/clang/test/Profile/ |
D | README | 7 - the use of profile data from instrumented runs (-fprofile-instr-use). 9 In order to test -fprofile-instr-use without actually running an instrumented
|
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/ |
D | verify.bsh | 17 throw new RuntimeException( "Could not find backup of instrumented class: " + file ); 21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
|
/external/llvm-project/clang/test/Profile/ |
D | README | 7 - the use of profile data from instrumented runs (-fprofile-instr-use). 9 In order to test -fprofile-instr-use without actually running an instrumented
|
12345678910