Home
last modified time | relevance | path

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

12345

/external/chromium-trace/catapult/tracing/
Dtrace_viewer.gypi8 'tracing/ui/base/line_chart.css',
9 'tracing/ui/base/list_view.css',
10 'tracing/ui/base/pie_chart.css',
11 'tracing/ui/extras/about_tracing/common.css',
12 'tracing/ui/extras/chrome/cc/display_item_list_view.css',
13 'tracing/ui/extras/chrome/cc/layer_picker.css',
14 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css',
15 'tracing/ui/extras/chrome/cc/layer_view.css',
16 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.css',
17 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.css',
[all …]
Dtrace_viewer.gyp21 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/about_tracing.js',
22 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/about_tracing.html'
25 '--outdir', '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing']
DOWNERS1 # Owners: These folks have a very good understanding of the tracing
15 # any tracing committer.
/external/v8/src/tracing/
Dtrace-event.h37 #define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
41 #define TRACE_ID_MANGLE(id) v8::internal::tracing::TraceID::ForceMangle(id)
45 #define TRACE_ID_DONT_MANGLE(id) v8::internal::tracing::TraceID::DontMangle(id)
55 v8::internal::tracing::TraceEventSamplingStateScope<bucket_number>::Set( \
60 v8::internal::tracing::TraceEventSamplingStateScope<bucket_number>::Current()
98 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
105 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
121 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform()->AddTraceEvent
129 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
186 v8::internal::tracing::AddTraceEvent( \
[all …]
Dtrace-event.cc11 namespace tracing { namespace
/external/chromium-trace/catapult/
DWATCHLISTS10 'tracing': {
11 'filepath': 'tracing/'
20 'tracing': ['tracing-review@chromium.org'],
21 'perf_insights': ['tracing-review@chromium.org'],
/external/chromium-trace/catapult/docs/
Ddirectory-structure.md5 Catapult is intended to be a set of performance tools, mostly based on tracing,
45 would in python. E.g. `tracing/tracing/base/math.html` is
46 `/tracing/base/math.html` for an HTML import, and
47 `tracing/tracing/base/math.py` is `tracing.base.math` in python.
Ddev-server-tests.md6 The framework is located in `/tracing/base/unittest/`.
57 You'll see links to run unit tests for all projects. We'll use the `tracing/`
63 http://localhost:8003/tracing/tests.html
69 http://localhost:8003/tracing/tests.html?testSuiteName=ui.foo
75 http://localhost:8003/tracing/tests.html?testFilterString=blah
Dstyle-guide.md18 <!-- tracing/model/point.html -->
36 <!-- tracing/base/dom_helpers.html -->
58 touch tracing/model/access_point.html
59 touch tracing/model/access_point_test.html
66 Exported package names show the file’s location relative to the root `tracing/`
72 <!-- tracing/base/units/generic_table.html →
82 <!-- tracing/ui/analysis/counter_sample_sub_view.html -->
Drolling-deps.md1 # Updating Chromium's about:tracing (rolling DEPS)
4 change in order for it to appear in Chrome's about:tracing or other
/external/autotest/client/tests/tracing_microbenchmark/
Dcontrol10 sys_getuid and makes 100,000 calls to getuid with tracing on and off to measure
11 the overhead of enabling tracing. The intent for this benchmark is to not
22 buffer_size_kb: Set the tracing ring buffer to this size (per-cpu).
/external/llvm/test/Instrumentation/SanitizerCoverage/
Dtracing.ll1 ; Test -sanitizer-coverage-experimental-tracing
2 ; RUN: opt < %s -sancov -sanitizer-coverage-level=2 -sanitizer-coverage-experimental-tracing -S | …
3 ; RUN: opt < %s -sancov -sanitizer-coverage-level=3 -sanitizer-coverage-experimental-tracing -S | …
/external/mesa3d/docs/OLD/
DMESA_trace.spec38 The application can add comments and enable or disable tracing of GL
63 Further, IHV's might have builtin support for tracing GL execution
65 the tracing code from their driver code base.
/external/chromium-trace/catapult/tracing/docs/
Dembedding-trace-viewer.md6 sys.path.append(os.path.join(path_to_catapult, 'tracing'))
15 Running `$CATAPULT/tracing/bin/vulcanize_trace_viewer` will create `$CATAPULT/tracing/bin/trace_vie…
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res45 "debug tracing level";
50 "class mask for debug tracing";
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res50 "debug tracing level";
55 "class mask for debug tracing";
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res65 "debug tracing level";
70 "class mask for debug tracing";
/external/ltrace/
DNEWS34 fetch backend. ARMv8 backend doesn't support tracing of 32-bit
39 - On Linux, tracing of IFUNC symbols is supported. On i386,
119 *** Full support for tracing multi-threaded processes
128 *** Support for tracing inter-library calls
148 *** Limited support for tracing returns from tail call functions
152 the way -x and -l behave with respect to tracing libraries opened
177 *** Support tracing PIE binaries
291 *** Fix tracing across exec in a stripped binary
299 *** [ppc] Fix races in tracing -e events in 64-bit processes
333 *** Support tracing of symbols from libraries opened with dlopen
/external/emma/core/res/com/vladium/emma/
Drun_usage.res81 "debug tracing level";
86 "class mask for debug tracing";
/external/strace/
DNEWS22 * Implemented reliable tracing of processes whose personality differs
85 * Worked around a kernel bug in tracing privileged executables.
180 * Enhanced tracing of x86 personality processes on x86_64 and x32.
181 * Enhanced tracing of ARM personality processes on AArch64.
217 * Implemented tracing using PTRACE_SEIZE API (when available).
220 * Added -e trace=memory option for tracing memory mapping related syscalls.
247 * Fixed tracing forks on SPARC.
346 syscalls using the Linux kernel's explicit facilities for tracing
432 there was an unexpected error in doing the tracing.
556 * Include pread and pwrite calls in -e read and -e write tracing.
[all …]
/external/ltrace/testsuite/
DREADME141 (1) ltrace.main/main.exp does tests on tracing a function
144 (2) ltrace.main/main-internal.exp does tests on tracing a function
147 (3) ltrace.main/signals.exp do test on tracing user-defined signals
150 (4) ltrace.main/system_calls.exp do test on tracing all the system
179 (1) ltrace.torture/signals.exp do test on tracing flooded signals
/external/iproute2/etc/iproute2/
Dbpf_pinning4 #3 tracing
/external/e2fsprogs/debian/
Dcontrol.in266 The debug information is used for execution tracing and core
277 The debugging information is used for execution tracing and core
289 information is used for execution tracing and core dump analysis.
299 information is used for execution tracing and core dump analysis.
309 is used for execution tracing and core dump analysis.
319 information is used for execution tracing and core dump analysis.
329 information is used for execution tracing and core dump analysis.
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
DREADME.chromium12 Script for converting perf script events into tracing JSON.
/external/libcxx/test/libcxx/test/
Dexecutor.py3 from libcxx.test import tracing
156 self.local_run = tracing.trace_function(

12345