Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/ds/
Dmeson.build15 '--utrace-hdr', '@OUTPUT0@',
17 '--utrace-src', '@OUTPUT2@',
/third_party/mesa3d/src/freedreno/vulkan/
Dmeson.build86 '--utrace-src', '@OUTPUT0@',
87 '--utrace-hdr', '@OUTPUT1@',
/third_party/icu/docs/userguide/icu_data/
Dtracing.md28 *utrace.h* to inspect resource access in real time in ICU4C.
46 #include "unicode/utrace.h"
/third_party/mesa3d/docs/relnotes/
D22.0.3.rst139 - anv: fix clflush usage on utrace copy batch
140 - anv: fix invalid utrace memcpy l3 config on gfx < 11
D22.1.0.rst2064 - anv: flush utrace before at device destroy
2150 - anv: fix clflush usage on utrace copy batch
2152 - anv: fix invalid utrace memcpy l3 config on gfx < 11
D22.0.0.rst2614 - anv: expose a couple of emit helper to build utrace buffer copies
2627 - iris: utrace/perfetto support
2642 - util/utrace: make generated code a tiny bit nicer to look at
D22.2.0.rst3578 - anv: fix clflush usage on utrace copy batch
3582 - anv: fix invalid utrace memcpy l3 config on gfx < 11
3637 - anv/utrace: use a bo pool for utrace buffers
/third_party/icu/icu4c/source/common/
Dsources.txt188 utrace.cpp
DBUILD.bazel66 "utrace.cpp",
/third_party/skia/third_party/externals/icu/source/common/
Dsources.txt186 utrace.cpp
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1231 utrace
Dnetbsd.txt1531 utrace
Ddragonfly.txt1539 utrace
Dfreebsd.txt1956 utrace
/third_party/node/deps/icu-small/source/common/
DBUILD.bazel66 "utrace.cpp",
/third_party/skia/third_party/externals/icu/
Dicu.gyp702 'unicode/utrace.h',
Dsources.gni817 "source/common/utrace.cpp",
938 "source/common/unicode/utrace.h",
Dicu.gypi442 'source/common/utrace.cpp',
/third_party/skia/third_party/icu/
Dicu.gni319 "$_src/common/unicode/utrace.h",
381 "$_src/common/utrace.cpp",
/third_party/icu/icu4c/source/
DBUILD.gn230 "//third_party/icu/icu4c/source/common/utrace.cpp",
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt863 utrace.o
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1829 pub fn utrace(label: *const ::c_char, addr: *const ::c_void, len: ::size_t) -> ::c_int; in utrace() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1630 pub fn utrace(addr: *const ::c_void, len: ::size_t) -> ::c_int; in utrace() function
/third_party/icu/icu4c/
DBUILD.gn250 "//third_party/icu/icu4c/source/common/utrace.cpp",
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2641 pub fn utrace(label: *const ::c_char, addr: *mut ::c_void, len: ::size_t) -> ::c_int; in utrace() function