| /external/virglrenderer/perf-testing/ |
| D | README.md | 1 The files in this directory help with testing Virgl on the virtio-gpu winsys 22 $ sh perf-testing/build-dockerimage.sh 29 $ bash perf-testing/run_trace-in-container.sh \ 30 --root $PATH_THAT_CONTAINS_MESA_CHECKOUT_VIRGLRENDERER_AND_TRACES_DB_CHECKOUT \ 31 --trace $API_TRACE_TO_RUN 34 There are also options for run_trace-in-container.sh that allow specifying the 35 path to mesa, virglrenderer, and the traces db. These override the root path. 39 root that contains the traces db as subdirectory the the trace file name can be 40 also given with this traces db sudirectory name, i.e. if the traces db is located 41 in '$workdir/traces-db', root=$workdir, and the trace is calles 'sometrace.trace', [all …]
|
| D | run-trace-in-container.sh | 3 # Use of this source code is governed by a BSD-style license that can be 9 #set -ex 29 …echo " --root, -r Path to a root directory that contains the sources for mesa, virglrendere… 30 echo " --mesa, -m Path to Mesa source code (overrides path generated from root)" 31 echo " --virgl, -v Path to virglrenderer source code (overrides path generated from root)" 32 echo " --kernel, -k Path to Linux kernel source code" 33 …echo " --traces-db, -d Path to the directory containing the traces (overrides path generated fro… 34 echo " --trace, -t Trace to be run (path relative to traces-db) (required)" 35 …echo " --benchmark, -b Number of times the last frame should be run for benchmarking (default 0=… 36 …echo " --perfetto, -p Number of times the last frame should be loop for perfetto (default 10; 0… [all …]
|
| /external/virglrenderer/perf-testing/Docker/ |
| D | run_traces.sh | 3 set -ex 6 mount -t virtiofs waffle-tag /waffle 9 mount -t virtiofs apitrace-tag /apitrace 11 mkdir /traces-db 12 mount -t virtiofs traces-db-tag /traces-db 15 mount -t virtiofs perfetto-tag /perfetto 29 sed -i '/pool/s/^/#/' /etc/chrony/chrony.conf 30 echo refclock PHC /dev/ptp0 poll 1 dpoll -2 offset 0 >> /etc/chrony/chrony.conf 34 mkdir -p /run/chrony 35 time chronyd -q # Initial synchronization, will take some time [all …]
|
| D | run.sh | 5 set -ex 8 export PYTHONPATH=/usr/local/lib/python3.7/site-packages 18 while [ -n "$1" ] ; do 21 --trace|-t) 26 --benchmark|-b) 32 --perfetto|-p) 38 --wait-after-frame|-w) 39 command="$command wait-after-frame=1" 40 wait_after_frame="--wait-after-frame" 43 --snapshot|-s) [all …]
|
| D | merge_traces.py | 51 host_boot_ts = -1 87 elif host_boot_ts == -1 and in_packet.HasField('clock_snapshot'): 93 host_boot_ts = host_realtime - host_boottime 101 #open('../traces-db/perfetto-guest.txt', 'w').write(str(in_message)) 104 guest_boot_ts = -1 106 if guest_boot_ts == -1 and in_packet.HasField('clock_snapshot'): 112 guest_boot_ts = guest_realtime - guest_boottime 118 delta = guest_boot_ts - host_boot_ts 119 cmd_delta = first_host_virtio_gpu_cmd - first_guest_virtio_gpu_cmd - delta 154 #open('../traces-db/perfetto.txt', 'w').write(str(out_message))
|
| /external/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml' 6 - .baremetal-deqp-test 7 - .a306-test 9 DEQP_SUITE: freedreno-a307 15 - .a306_piglit 20 a306-traces: 22 - .google-freedreno-test-traces 23 - .a306-test 25 PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a306" 26 PIGLIT_RESULTS: "freedreno-a306-replay" [all …]
|
| D | restricted-traces-freedreno.yml | 2 --- 3 traces-db: 4 download-url: "http://10.42.0.1:8888/cache/?uri=https://s3.freedesktop.org/mesa-tracie-private/" 6 traces: 7 stellaris/Stellaris-trim--f722-v20201203-v2.trace: 8 freedreno-a630: 12 SirYouAreBeingHunted/sir-f750-v2.trace: 13 freedreno-a630: 16 SpecOps/specops-s0-1088-f1300-v2.trace: 17 freedreno-a630: [all …]
|
| /external/mesa3d/docs/ci/ |
| D | local-traces.rst | 1 Running traces on a local machine 5 ------------- 6 - Install `Apitrace <https://apitrace.github.io/>`__ 7 - Install `Renderdoc <https://renderdoc.org/>`__ (only needed for some traces) 8 - Download and compile `Piglit <https://gitlab.freedesktop.org/mesa/piglit>`__ and install his `dep… 9 - Download traces you want to replay from `traces-db <https://gitlab.freedesktop.org/gfx-ci/tracie/… 12 -------------------- 15 .. code-block:: sh 17 apitrace replay -w name_of_trace.trace 23 .. code-block:: sh [all …]
|
| /external/mesa3d/src/gallium/drivers/zink/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml' 4 zink-lvp: 6 - .test-gl 7 - .deqp-test 8 - .zink-lvp-test 10 DEQP_SUITE: zink-lvp 13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging 16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh" 18 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" 20 zink-anv-tgl: [all …]
|
| /external/mesa3d/docs/drivers/ |
| D | vc4.rst | 7 option as of the 2016-02-09 Raspbian release using ``raspi-config``. 19 ------------- 25 -------------- 30 * 4-byte index buffers. 65 ------------- 68 <https://gitlab.freedesktop.org/mesa/mesa/-/issues>`__ page. 74 the problem. Traces attached to bug reports should ideally be small. 80 useful. Install `vc4-gpu-tools 81 <https://github.com/anholt/vc4-gpu-tools/>`__ and use 82 ``vc4_dump_hang_state my-app.hang``. Sometimes the hang file will [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 14 - api_failure 15 - runner_system_failure 16 - scheduler_failure 17 - data_integrity_failure 18 - unknown_failure 23 .no_scheduled_pipelines-rules: 25 - if: *is-scheduled-pipeline 28 # Rule for restricted traces jobs to only run for users with access to those [all …]
|
| /external/mesa3d/.gitlab-ci/piglit/ |
| D | piglit-traces.sh | 5 set -ex 10 INSTALL=$(realpath -s "$PWD"/install) 11 S3_ARGS="--token-file ${CI_JOB_JWT_FILE}" 13 RESULTS=$(realpath -s "$PWD"/results) 14 mkdir -p "$RESULTS" 19 # Needed because yq and ci-fairy are installed there. 23 yq -iY 'del(.traces[][] | select(.label[]? == "no-perf"))' \ 27 export PIGLIT_REPLAY_EXTRA_ARGS="--keep-image ${PIGLIT_REPLAY_EXTRA_ARGS}" 32 vk-*) 33 export WINEPREFIX="/dxvk-wine64" [all …]
|
| /external/perfetto/python/perfetto/trace_uri_resolver/ |
| D | resolver.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 51 """"Resolves a trace URI (e.g. 'ants:trace_id=1234') into a list of traces. 54 up traces using URI strings. 63 self.db = init_db() 66 traces = self.db.lookup( 73 for t in traces 98 # metadata allows additional key-value pairs to be provided which are 100 # could be provivded for traces originating from lab tests. 109 def resolve(self) -> List['TraceUriResolver.Result']: 110 """Resolves a list of traces. [all …]
|
| /external/mesa3d/src/gallium/frontends/lavapipe/ci/ |
| D | traces-lavapipe.yml | 2 --- 3 traces-db: 4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/" 6 traces: 7 unigine/sanctuary-d3d9.trace-dxgi: 8 vk-lvp:
|
| /external/pigweed/pw_trace_tokenized/py/pw_trace_tokenized/ |
| D | trace_tokenized.py | 8 # https://www.apache.org/licenses/LICENSE-2.0 20 python pw_trace_tokenized/py/trace_tokenized.py -i trace.bin -o trace.json 22 """ # pylint: disable=line-too-long 23 # pylint: enable=line-too-long 113 def parse_trace_event(buffer, db, last_time, ticks_per_second): argument 122 if len(db.token_to_entries[token]) == 0: 126 token_string = str(db.token_to_entries[token][0]) 151 """Handles the decoding traces.""" 153 db = tokens.Database.merged(*databases) 167 db, [all …]
|
| /external/mesa3d/src/intel/ci/ |
| D | gitlab-ci-inc.yml | 1 .intel-common-rules: 4 - changes: &intel_common_file_list 5 - src/intel/* 6 - src/intel/blorp/**/* 7 - src/intel/common/**/* 8 - src/intel/compiler/**/* 9 - src/intel/dev/**/* 10 - src/intel/ds/**/* 11 - src/intel/genxml/**/* 12 - src/intel/isl/**/* [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | cloudtrace_v1.projects.traces.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | cloudtrace_v1.projects.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/mesa3d/src/gallium/drivers/i915/ci/ |
| D | traces-i915.yml | 2 --- 3 traces-db: 4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/" 6 traces: 7 glxgears/glxgears-2-v2.trace: 8 i915-g33: 10 gputest/plot3d-v2.trace: 11 i915-g33: 13 gputest/triangle-v2.trace: 14 i915-g33: [all …]
|
| /external/google-cloud-java/java-trace/proto-google-cloud-trace-v1/src/main/proto/google/devtools/cloudtrace/v1/ |
| D | trace.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 // This file describes an API for collecting and viewing traces and spans 41 "https://www.googleapis.com/auth/cloud-platform," 45 // Returns of a list of traces that match the specified filter conditions. 48 get: "/v1/projects/{project_id}/traces" 56 get: "/v1/projects/{project_id}/traces/{trace_id}" 61 // Sends new traces to Stackdriver Trace or updates existing traces. If the ID 68 patch: "/v1/projects/{project_id}/traces" 69 body: "traces" 71 option (google.api.method_signature) = "project_id,traces"; [all …]
|
| /external/googleapis/google/devtools/cloudtrace/v1/ |
| D | trace.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 // This file describes an API for collecting and viewing traces and spans 41 "https://www.googleapis.com/auth/cloud-platform," 45 // Returns of a list of traces that match the specified filter conditions. 48 get: "/v1/projects/{project_id}/traces" 56 get: "/v1/projects/{project_id}/traces/{trace_id}" 61 // Sends new traces to Stackdriver Trace or updates existing traces. If the ID 68 patch: "/v1/projects/{project_id}/traces" 69 body: "traces" 71 option (google.api.method_signature) = "project_id,traces"; [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | cloudtrace.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 26 "x16": "http://www.google.com/images/icons/product/search-16.gif", 27 "x32": "http://www.google.com/images/icons/product/search-32.gif" 63 "Responses with Content-Type of application/json", 64 "Media download with context-dependent Content-Type", 65 "Responses with Content-Type of application/x-protobuf" 97 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 117 …"description": "Sends new traces to Cloud Trace or updates existing traces. If the ID of a trace t… 118 "flatPath": "v1/projects/{projectId}/traces", 132 "path": "v1/projects/{projectId}/traces", [all …]
|
| /external/perfetto/src/trace_processor/ |
| D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 # The library which eases processing of Perfetto traces by exposing reading 46 # Depended upon by Chrome to do proto -> JSON conversion of traces. 166 "db", 284 "db:unittests", 285 "db/column:unittests",
|
| /external/mesa3d/src/amd/ci/ |
| D | traces-amd.yml | 2 --- 3 traces-db: 4 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/" 6 traces: 7 unigine/heaven-scene1-low-d3d11.trace-dxgi: 8 vk-radv-raven: 9 label: [no-perf, slow, skip] 11 unigine/heaven-scene1-low-d3d9.trace-dxgi: 12 vk-radv-raven: 13 label: [no-perf, skip] [all …]
|
| /external/mesa3d/src/gallium/drivers/virgl/ci/ |
| D | traces-virgl.yml | 2 --- 3 traces-db: 4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/" 6 traces: 7 glxgears/glxgears-2-v2.trace: 8 gl-virgl: 10 gputest/furmark-v2.trace: 11 gl-virgl: 13 gputest/pixmark-piano-v2.trace: 14 gl-virgl: [all …]
|