Searched refs:tracing (Results 1 – 25 of 96) sorted by relevance
1234
/external/chromium-trace/trace-viewer/tracing/ |
D | trace_viewer.gypi | 8 '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 …]
|
D | trace_viewer.gyp | 21 '<(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']
|
D | PRESUBMIT.py | 10 from tracing.build import check_gypi 15 from tracing.build import js_checks
|
D | run_py_tests | 16 import tracing # Brings in tvcm bindings. 35 runner.AddModule(tracing)
|
D | run_dev_server | 14 from tracing.build import tracing_dev_server
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | util.c | 289 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/ |
D | tracing.ll | 1 ; 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/ |
D | update_gypi | 12 from tracing import tracing_project 13 from tracing.build import update_gypi
|
D | update_gypi.py | 15 from tracing.build import check_common 16 from tracing import tracing_project
|
D | check_common_unittest.py | 7 from tracing.build import check_common
|
D | dev_server_unittest.py | 7 from tracing.build import temporary_dev_server
|
D | fixjsstyle | 12 from tracing.build import fixjsstyle
|
D | generate_about_tracing_contents | 12 from tracing.build import generate_about_tracing_contents
|
D | vulcanize_trace_viewer_unittest.py | 10 from tracing.build import vulcanize_trace_viewer
|
D | gjslint | 14 import tracing
|
/external/mesa3d/docs/OLD/ |
D | MESA_trace.spec | 38 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/ |
D | merge_usage.res | 45 "debug tracing level"; 50 "class mask for debug tracing";
|
/external/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 50 "debug tracing level"; 55 "class mask for debug tracing";
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 65 "debug tracing level"; 70 "class mask for debug tracing";
|
/external/ltrace/ |
D | NEWS | 34 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/ |
D | run_usage.res | 81 "debug tracing level"; 86 "class mask for debug tracing";
|
/external/strace/ |
D | NEWS | 94 * 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/ |
D | README | 141 (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/ |
D | codereview.settings | 3 CC_LIST: tracing-review@chromium.org
|
/external/e2fsprogs/debian/ |
D | control.in | 266 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