/third_party/grpc/doc/ |
D | environment_variables.md | 46 - api - traces api calls to the C core 47 - bdp_estimator - traces behavior of bdp estimation logic 48 - call_error - traces the possible errors contributing to final call status 49 - cares_resolver - traces operations of the c-ares based DNS resolver 50 - cares_address_sorting - traces operations of the c-ares based DNS 52 - cds_lb - traces cds LB policy 53 - channel - traces operations on the C core channel stack 54 - client_channel_call - traces client channel call batch activity 55 - client_channel_routing - traces client channel call routing, including 57 - compression - traces compression operations [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ci/ |
D | gitlab-ci.yml | 155 .iris-traces: 157 - .lava-traces-base 164 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-iris.yml" 167 iris-apl-traces: 172 - .iris-traces 174 iris-glk-traces: 179 - .iris-traces 181 iris-amly-traces: 186 - .iris-traces 188 iris-kbl-traces: [all …]
|
/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/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 | 29 .freedreno-test-traces: 31 - .piglit-traces-test 35 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-freedreno.yml" 56 a306-traces: 58 - .freedreno-test-traces 107 a530-traces: 109 - .freedreno-test-traces 202 a630-traces: 204 - .freedreno-test-traces 209 # This lets us run several more traces which don't use any features we're [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/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/mesa3d/.gitlab-ci/lava/ |
D | lava-gitlab-ci.yml | 86 .lava-traces-base: 99 .lava-piglit-traces:amd64: 103 - .lava-traces-base 105 .lava-piglit-traces:armhf: 109 - .lava-traces-base 111 .lava-piglit-traces:arm64: 115 - .lava-traces-base
|
/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/mesa3d/src/amd/ci/ |
D | gitlab-ci.yml | 21 radv-navy_flounder-traces: 24 - .piglit-traces-test 27 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml" 34 radv-raven-traces: 37 - .piglit-traces-test 40 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml"
|
/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/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/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/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 | 37 panfrost-t760-traces:armhf: 39 - .lava-piglit-traces:armhf 56 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-panfrost.yml" 84 panfrost-t860-traces:arm64: 86 - .lava-piglit-traces:arm64 96 PIGLIT_REPLAY_DESCRIPTION_FILE: "/install/traces-panfrost.yml"
|
/third_party/grpc/ |
D | TROUBLESHOOTING.md | 17 …enable extra logging for some internal gRPC components. Enabling the right traces can be invaluable 19 Multiple traces can be enable at once (use comma as separator). 30 # GPRC_VERBOSITY accordingly, no traces will be printed. 39 …itations: `GPRC_TRACE=tcp` is currently not implemented for Windows (you won't see any tcp traces).
|
/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/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | BUILD.gn | 11 # Set the trace directory. Default is traces 12 angle_capture_replay_test_trace_dir = "traces" 31 # TODO(jmadill): Merge this config with restricted traces. http://anglebug.com/5133 38 foreach(_trace, _test_names_json.traces) {
|