Home
last modified time | relevance | path

Searched refs:instrumentation (Results 1 – 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument
54 assert instrumentation != null; in init()
60 m_instrumentation = instrumentation; in init()
113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse() argument
/third_party/python/Doc/tools/
Dsusp-ignored.csv29 howto/instrumentation,,::,python$target:::function-entry
30 howto/instrumentation,,:function,python$target:::function-entry
31 howto/instrumentation,,::,python$target:::function-return
32 howto/instrumentation,,:function,python$target:::function-return
33 howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23
34 howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23
35 howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1
36 howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9
37 howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10
38 howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2
[all …]
/third_party/node/deps/v8/tools/msan/
Dignorelist.txt2 # source in question, consider function attributes to disable instrumentation.
/third_party/node/deps/v8/tools/memory/asan/
Dblocklist_win.txt2 # source in question, consider function attributes to disable instrumentation.
/third_party/node/deps/v8/tools/memory/tsan_v2/
Dignores.txt2 # source in question, consider function attributes to disable instrumentation.
/third_party/python/Doc/howto/
Dindex.rst31 instrumentation.rst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def28 MODULE_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
102 CGSCC_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
141 FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
294 LOOP_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/
DREADME.md2 This package creates Rust bindings for ittapi. Ittapi is used for instrumentation and tracking and …
/third_party/json/tests/thirdparty/Fuzzer/
DCMakeLists.txt2 # Disable the coverage and sanitizer instrumentation for the fuzzer itself.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_instruments.txt27 instrumentation.
36 instrumentation Load Monitoring.
42 Load Monitoring requires that the instrumentation and the access
43 of the measurements be efficient, otherwise the instrumentation
DSGIX_flush_raster.txt32 The motivation is to allow accurate instrumentation by
/third_party/openGLES/extensions/SGIX/
DSGIX_instruments.txt27 instrumentation.
36 instrumentation Load Monitoring.
42 Load Monitoring requires that the instrumentation and the access
43 of the measurements be efficient, otherwise the instrumentation
DSGIX_flush_raster.txt32 The motivation is to allow accurate instrumentation by
/third_party/vk-gl-cts/framework/platform/android/
DtcuTestLogParserJNI.cpp361 …arser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray b… in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() argument
368 TestLogListener listener (env, instrumentation); in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse()
/third_party/skia/buildtools/checkdeps/
DREADME.md62 To add different dependencies for Java instrumentation and unit tests, the
71 # Rules for instrumentation tests.
/third_party/node/src/res/
Dnode_etw_provider.man5 <instrumentation>
165 </instrumentation>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def159 /// for inserting instrumentation instructions at runtime.
164 /// instrumentation instructions at runtime.
169 /// for inserting instrumentation instructions at runtime.
190 /// be patched to insert instrumentation instructions.
194 /// can be patched to insert instrumentation instructions.
/third_party/mesa3d/docs/
Du_trace.rst43 instrumentation of GPU commands before the tracing is enabled.
/third_party/node/deps/v8/src/objects/
Dscript.tq13 // Whether an instrumentation breakpoint is set for this script (wasm only).
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCMakeLists.txt74 # Enable instrumentation of Reactor routines for MemorySanitizer builds (LLVM backend).
/third_party/node/deps/v8/src/builtins/
Dpromise-then.tq80 // Async instrumentation for Promise#then(), Promise#catch() and
/third_party/node/deps/v8/src/third_party/valgrind/
DLICENSE11 This file is part of Valgrind, a dynamic binary instrumentation
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake21 set(DE_COVERAGE_BUILD "OFF" CACHE STRING "Build with coverage instrumentation with GCC (ON/OFF)")
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DASAN.rst21 through to pnacl-clang or pnacl-clang++, but add instrumentation to
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md230 ### Runtime instrumentation
232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool …
243 | Maintainability | ~ Depending on the instrumentation, this may require additional builds and scri…
286 Solution ([instrumentation](#runtime-instrumentation)): run tests with ASan. (We also use Valgrind,…

123