/third_party/node/test/parallel/ |
D | test-trace-events-binding.js | 34 const traces = JSON.parse(data.toString()).traceEvents constant 36 assert.strictEqual(traces.length, 3); 38 assert.strictEqual(traces[0].pid, proc.pid); 39 assert.strictEqual(traces[0].ph, 'b'); 40 assert.strictEqual(traces[0].cat, 'custom'); 41 assert.strictEqual(traces[0].name, 'type-value'); 42 assert.strictEqual(traces[0].id, '0xa'); 43 assert.deepStrictEqual(traces[0].args.data, { 'extra-value': 20 }); 45 assert.strictEqual(traces[1].pid, proc.pid); 46 assert.strictEqual(traces[1].ph, 'b'); [all …]
|
D | test-trace-events-metadata.js | 24 const traces = JSON.parse(data.toString()).traceEvents constant 26 assert(traces.length > 0); 27 assert(traces.some((trace) => 30 assert(traces.some((trace) => 33 assert(traces.some((trace) => 37 assert(traces.some((trace) => 70 assert(traces.some((trace) => 72 assert(traces.some((trace) =>
|
D | test-trace-events-async-hooks.js | 24 const traces = JSON.parse(data.toString()).traceEvents; constant 25 assert(traces.length > 0); 27 assert(!traces.some((trace) => { 38 assert(traces.some((trace) => { 47 assert(traces.some((trace) => { 58 const initEvents = traces.filter((trace) => {
|
D | test-trace-events-all.js | 22 const traces = JSON.parse(data.toString()).traceEvents; constant 23 assert(traces.length > 0); 25 assert(traces.some((trace) => { 36 assert(traces.some((trace) => { 46 assert(traces.some((trace) => {
|
D | test-trace-events-v8.js | 24 const traces = JSON.parse(data.toString()).traceEvents; constant 25 assert(traces.length > 0); 27 assert(traces.some((trace) => { 38 assert(!traces.some((trace) => { 48 assert(!traces.some((trace) => {
|
/third_party/mesa3d/src/intel/ci/ |
D | gitlab-ci.yml | 184 .iris-traces: 186 - .lava-traces-base 191 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-iris.yml" 194 iris-apl-traces: 199 - .iris-traces 201 iris-glk-traces: 206 - .iris-traces 208 iris-amly-traces: 213 - .iris-traces 215 iris-kbl-traces: [all …]
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
D | angle_mb_config.pyl | 53 'angle_asan_bot': ['angle', 'opencl', 'traces', 'goma', 'asan', 'release'], 54 …'angle_goma_android_arm64_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm64', 'd… 55 …'angle_goma_android_arm64_release_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm64', … 56 …'angle_goma_android_arm_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm', 'debug… 57 …'angle_goma_android_arm_release_bot': ['angle', 'opencl', 'traces', 'goma', 'android', 'arm', 'rel… 58 'angle_goma_android_perf_bot': ['angle', 'traces', 'goma', 'android', 'arm64', 'perf'], 59 'angle_goma_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'debug'], 60 'angle_goma_perf_bot': ['angle', 'traces', 'goma', 'perf'], 61 'angle_goma_release_bot': ['angle', 'opencl', 'traces', 'goma', 'release'], 62 'angle_goma_x86_debug_bot': ['angle', 'opencl', 'traces', 'goma', 'x86', 'debug'], [all …]
|
/third_party/mesa3d/src/freedreno/ci/ |
D | gitlab-ci.yml | 24 .freedreno-test-traces: 26 - .piglit-traces-test 28 HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh" 30 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-freedreno.yml" 76 a306-traces: 78 - .freedreno-test-traces 119 a530-traces: 121 - .freedreno-test-traces 256 a630-traces: 258 - .freedreno-test-traces [all …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_trace_set_channel.pod | 115 Traces the OpenSSL trace API itself. 122 Traces OpenSSL library initialization and cleanup. 133 Traces the TLS/SSL protocol. 137 Traces the ciphers used by the TLS/SSL protocol. 141 Traces details about the provider and engine configuration. 145 Traces the ENGINE algorithm table selection. 154 Traces the ENGINE reference counting. 161 Traces PKCS#5 v2 key generation. 165 Traces PKCS#12 key generation. 169 Traces PKCS#12 decryption. [all …]
|
/third_party/skia/third_party/externals/angle2/ |
D | DEPS | 29 # Controls if we check out the restricted traces. 641 'package': 'angle/traces/aliexpress', 651 'package': 'angle/traces/among_us', 661 'package': 'angle/traces/angry_birds_2_1500', 671 'package': 'angle/traces/arena_of_valor', 681 'package': 'angle/traces/asphalt_8', 691 'package': 'angle/traces/avakin_life', 701 'package': 'angle/traces/aztec_ruins', 711 'package': 'angle/traces/badland', 721 'package': 'angle/traces/beach_buggy_racing', [all …]
|
/third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
D | gitlab-ci.yml | 53 virgl-traces: 56 - .piglit-traces-test 59 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-virgl.yml" 68 …S=${FDO_CI_CONCURRENT} FDO_CI_CONCURRENT=1 install/crosvm-runner.sh install/piglit/piglit-traces.sh 72 - .lava-piglit-traces:amd64 78 …{FDO_CI_CONCURRENT} FDO_CI_CONCURRENT=1 /install/crosvm-runner.sh /install/piglit/piglit-traces.sh" 86 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-virgl-iris.yml" 89 virgl-iris-traces: 97 virgl-iris-traces-performance:
|
/third_party/mesa3d/.gitlab-ci/lava/ |
D | lava-gitlab-ci.yml | 87 .lava-traces-base: 89 HWCI_TEST_SCRIPT: "/install/piglit/piglit-traces.sh" 100 .lava-piglit-traces:amd64: 104 - .lava-traces-base 106 .lava-piglit-traces:armhf: 110 - .lava-traces-base 112 .lava-piglit-traces:arm64: 116 - .lava-traces-base
|
/third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
D | gitlab-ci.yml | 39 crocus-g41-traces: 42 - .piglit-traces-test 45 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-crocus.yml" 48 crocus-hsw-traces: 51 - .piglit-traces-test 54 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-crocus.yml"
|
/third_party/mesa3d/docs/ci/ |
D | index.rst | 20 - Replay of application traces 55 Application traces replay 58 The CI replays application traces with various drivers in two different jobs. The first 59 job replays traces listed in ``src/<driver>/ci/traces-<driver>.yml`` files and if any 60 of those traces fail the pipeline fails as well. The second job replays traces listed in 61 ``src/<driver>/ci/restricted-traces-<driver>.yml`` and it is allowed to fail. This second 63 has been granted access to these traces. 65 A traces YAML file also includes a ``download-url`` pointing to a MinIO 66 instance where to download the traces from. While the first job should always work with 67 publicly accessible traces, the second job could point to an url with restricted access. [all …]
|
/third_party/python/Lib/ |
D | tracemalloc.py | 312 def __init__(self, traces): argument 314 # traces is a tuple of trace tuples: see Trace constructor 315 self._traces = traces 335 return "<Traces len=%s>" % len(self) 417 Snapshot of traces of memory blocks allocated by Python. 420 def __init__(self, traces, traceback_limit): argument 421 # traces is a tuple of trace tuples: see _Traces constructor for 423 self.traces = _Traces(traces) 454 Create a new Snapshot instance with a filtered traces sequence, filters 456 list, return a new Snapshot instance with a copy of the traces. [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | gen_restricted_traces.py | 146 CIPD_TRACE_PREFIX = 'angle/traces' 147 EXPERIMENTAL_CIPD_PREFIX = 'experimental/google.com/%s/angle/traces' 184 def gen_gni(traces, gni_file, format_args): argument 186 for trace in traces: 257 # Some traces don't contain major/minor version, so use defaults 333 def gen_git_ignore(traces): argument 334 ignores = ['%s/' % trace for trace in traces] 389 if 'traces' not in json_data: 390 print('Trace data missing traces key.') 392 trace_pairs = [trace.split(' ') for trace in json_data['traces']] [all …]
|
D | retrace_restricted_traces.py | 8 Script that re-captures the traces in the restricted trace folder. We can 9 use this to update traces without needing to re-run the app on a device. 122 help='Skip traces which already exist in the out directory.', 142 traces = json.loads(f.read()) 144 traces = [trace.split(' ')[0] for trace in traces['traces']] 152 for trace in fnmatch.filter(traces, args.filter): 218 print('The following traces failed to re-trace:\n')
|
D | sync_restricted_traces_to_cipd.py | 8 # Ensures the restricted traces are uploaded to CIPD. Versions are encoded in 21 CIPD_PREFIX = 'angle/traces' 22 EXPERIMENTAL_CIPD_PREFIX = 'experimental/google.com/%s/angle/traces' 39 traces = json.loads(f.read()) 41 for trace_info in traces['traces']:
|
D | README.md | 1 # ANGLE Restricted Traces 3 The files in this directory are traces of real applications. We host them 7 ## Accessing the traces 64 # Capturing and adding new Android traces 66 Generally we want to use a Debug setup for recording new traces. That allows us to see asserts and 223 The list of traces is tracked in [restricted_traces.json](restricted_traces.json). Manually add your 235 jq ".traces = (.traces + [\"$LABEL $VERSION\"] | unique)" restricted_traces.json | sponge restricte… 257 Note the absence of the traces themselves listed above. They are automatically .gitignored since 262 Once you feel good about your trace, you can upload it to our collection of traces. This can only
|
/third_party/python/Modules/ |
D | _tracemalloc.c | 129 /* domain (unsigned int) => traces (_Py_hashtable_t). 502 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_remove_trace() local 503 if (!traces) { in tracemalloc_remove_trace() 507 trace_t *trace = _Py_hashtable_steal(traces, TO_PTR(ptr)); in tracemalloc_remove_trace() 531 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_add_trace() local 532 if (traces == NULL) { in tracemalloc_add_trace() 533 traces = tracemalloc_create_traces_table(); in tracemalloc_add_trace() 534 if (traces == NULL) { in tracemalloc_add_trace() 538 if (_Py_hashtable_set(tracemalloc_domains, TO_PTR(domain), traces) < 0) { in tracemalloc_add_trace() 539 _Py_hashtable_destroy(traces); in tracemalloc_add_trace() [all …]
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 7 // Helper functions for capture and replay of traces. 44 if (!doc.IsObject() || !doc.HasMember("traces") || !doc["traces"].IsArray()) in LoadTraceNamesFromJSON() 50 std::vector<std::string> traces; in LoadTraceNamesFromJSON() local 52 rapidjson::Document::Array traceArray = doc["traces"].GetArray(); in LoadTraceNamesFromJSON() 64 traces.push_back(traceAndVersion[0]); in LoadTraceNamesFromJSON() 67 *namesOut = std::move(traces); in LoadTraceNamesFromJSON()
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 174 def find_trace(self, traces, traceback): argument 175 for trace in traces: 186 traces = tracemalloc._get_traces() 187 trace = self.find_trace(traces, obj_traceback) 213 traces = tracemalloc._get_traces() 218 trace1 = self.find_trace(traces, obj1_traceback) 219 trace2 = self.find_trace(traces, obj2_traceback) 307 self.assertGreater(snapshot.traces[1].traceback.total_nframe, 10) 315 self.assertEqual(snapshot2.traces, snapshot.traces) 380 self.assertEqual(len(snapshot.traces), 1) [all …]
|
/third_party/mesa3d/src/panfrost/ci/ |
D | gitlab-ci.yml | 35 .panfrost-t760-traces:armhf: 37 - .lava-piglit-traces:armhf 52 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-panfrost.yml" 78 panfrost-t860-traces:arm64: 80 - .lava-piglit-traces:arm64 88 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-panfrost.yml"
|
/third_party/python/Doc/library/ |
D | tracemalloc.rst | 302 Clear traces of memory blocks allocated by Python. 342 clear any traces, unlike :func:`clear_traces`. Snapshots taken with 354 traces of memory blocks. 369 allocators. Collected tracebacks of traces will be limited to *nframe* 395 allocators. Also clears all previously collected traces of memory blocks 398 Call :func:`take_snapshot` function to take a snapshot of traces before 407 Take a snapshot of traces of memory blocks allocated by Python. Return a new 413 Tracebacks of traces are limited to :func:`get_traceback_limit` frames. Use 427 Filter traces of memory blocks by their address space (domain). 449 Filter on traces of memory blocks. [all …]
|
/third_party/mesa3d/src/gallium/drivers/i915/ci/ |
D | gitlab-ci.yml | 20 i915-g33-traces: 23 - .piglit-traces-test 26 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-i915.yml"
|