Home
last modified time | relevance | path

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

1234

/external/chromium-trace/trace-viewer/tracing/
Dtrace_viewer.gypi8 'tracing/ui/base/drag_handle.css',
9 'tracing/ui/base/line_chart.css',
10 'tracing/ui/base/list_view.css',
11 'tracing/ui/base/pie_chart.css',
12 'tracing/ui/base/sortable_table.css',
13 'tracing/ui/base/sunburst_chart.css',
14 'tracing/ui/extras/about_tracing/common.css',
15 'tracing/ui/extras/chrome/cc/display_item_list_view.css',
16 'tracing/ui/extras/chrome/cc/layer_picker.css',
17 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_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']
DPRESUBMIT.py10 from tracing.build import check_gypi
15 from tracing.build import js_checks
Drun_py_tests16 import tracing # Brings in tvcm bindings.
35 runner.AddModule(tracing)
Drun_dev_server14 from tracing.build import tracing_dev_server
/external/linux-tools-perf/src/tools/perf/util/
Dutil.c289 static char *tracing; in find_tracing_dir() local
294 return tracing; in find_tracing_dir()
300 tracing = malloc(strlen(debugfs) + 9); in find_tracing_dir()
301 if (!tracing) in find_tracing_dir()
304 sprintf(tracing, "%s/tracing", debugfs); in find_tracing_dir()
307 return tracing; in find_tracing_dir()
312 const char *tracing; in get_tracing_file() local
315 tracing = find_tracing_dir(); in get_tracing_file()
316 if (!tracing) in get_tracing_file()
319 file = malloc(strlen(tracing) + strlen(name) + 2); in get_tracing_file()
[all …]
/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/chromium-trace/trace-viewer/tracing/build/
Dupdate_gypi12 from tracing import tracing_project
13 from tracing.build import update_gypi
Dupdate_gypi.py15 from tracing.build import check_common
16 from tracing import tracing_project
Dcheck_common_unittest.py7 from tracing.build import check_common
Ddev_server_unittest.py7 from tracing.build import temporary_dev_server
Dfixjsstyle12 from tracing.build import fixjsstyle
Dgenerate_about_tracing_contents12 from tracing.build import generate_about_tracing_contents
Dvulcanize_trace_viewer_unittest.py10 from tracing.build import vulcanize_trace_viewer
Dgjslint14 import tracing
/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/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/
DNEWS94 * Enhanced tracing of x86 personality processes on x86_64 and x32.
95 * Enhanced tracing of ARM personality processes on AArch64.
131 * Implemented tracing using PTRACE_SEIZE API (when available).
134 * Added -e trace=memory option for tracing memory mapping related syscalls.
161 * Fixed tracing forks on SPARC.
260 syscalls using the Linux kernel's explicit facilities for tracing
346 there was an unexpected error in doing the tracing.
470 * Include pread and pwrite calls in -e read and -e write tracing.
540 * Better support for tracing multithreaded processes in Linux
594 * tracing setuid programs works better
[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/chromium-trace/trace-viewer/
Dcodereview.settings3 CC_LIST: tracing-review@chromium.org
/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.

1234