/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
SConscript | 5 trace = env.ConvenienceLibrary( 6 target = 'trace', 15 env.Alias('trace', trace) 17 Export('trace')
|
README | 0 TRACE PIPE DRIVER 6 This directory contains a Gallium3D trace debugger pipe driver. 16 GALLIUM_TRACE=tri.trace trivial/tri 18 which should create a tri.trace file, which is an XML file. You can view copying 19 trace.xsl to the same directory, and opening with a XSLT capable browser such as 24 src/gallium/tools/trace/dump.py tri.trace | less -R 36 You can integrate the trace pipe driver either inside the state tracker or the 43 The trace screen is then created by doing
|
/external/mesa3d/src/gallium/drivers/trace/ |
SConscript | 5 trace = env.ConvenienceLibrary( 6 target = 'trace', 15 env.Alias('trace', trace) 17 Export('trace')
|
README | 0 TRACE PIPE DRIVER 6 This directory contains a Gallium3D trace debugger pipe driver. 16 GALLIUM_TRACE=tri.trace trivial/tri 18 which should create a tri.trace file, which is an XML file. You can view copying 19 trace.xsl to the same directory, and opening with a XSLT capable browser such as 24 src/gallium/tools/trace/dump.py tri.trace | less -R 36 You can integrate the trace pipe driver either inside the state tracker or the 43 The trace screen is then created by doing
|
/external/chromium-trace/ |
.gitignore | 2 trace.html
|
suffix.html | 3 <!-- END TRACE -->
|
README | 1 The trace-viewer directory contains code from: 3 http://trace-viewer.googlecode.com/svn/trunk/ 6 pulled. Changes should be made upstream and then pulled into the trace-viewer 12 into the git repository, and they get embedded in each trace HTML file that 15 To make development of trace-viewer code in the context of systrace easier, 17 trace-viewer development directory rather than embedding the JS and CSS in the 18 HTML. Do take advantage of this, you should check out the trace-viewer code in 19 a new directory (e.g. trace-viewer-dev) and use systrace as follows: 21 $ ./systrace.py --link-assets --asset-dir trace-viewer-dev
|
/external/javasqlite/src/main/java/SQLite/ |
Trace.java | 4 * Callback interface for SQLite's trace function. 7 public interface Trace { 10 * Callback to trace (ie log) one SQL statement. 15 public void trace(String stmt); method in interface:Trace
|
/external/kernel-headers/original/linux/ |
stacktrace.h | 10 extern void save_stack_trace(struct stack_trace *trace, 14 extern void print_stack_trace(struct stack_trace *trace, int spaces); 16 # define save_stack_trace(trace, task, all, skip) do { } while (0) 17 # define print_stack_trace(trace) do { } while (0)
|
/external/valgrind/main/memcheck/tests/ |
execve2.vgtest | 2 vgopts: -q --trace-children=yes
|
file_locking.vgtest | 2 vgopts: -q --trace-children=yes
|
pointer-trace.vgtest | 1 prog: pointer-trace
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_test.js | 19 'trace': '', 26 'trace': 'TestObject::TestMethod ', 41 // Tests multi-level trace stacks. 48 'trace': '', 55 'trace': 'TestObject::TestMethod ', 62 'trace': 'TestObject2::TestMethod2 ', 69 'trace': 'TestObject2::TestMethod2 TestObject3::TestMethod3 ', 84 // Verify the first trace entry stack. 85 var trace = heap.children['TestObject::TestMethod']; 86 assertEquals(2, trace.currentAllocs) [all...] |
/art/test/081-hot-exceptions/ |
info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles 2 exceptions encountered during trace selection. The existence of exceptions will
|
/dalvik/tests/081-hot-exceptions/ |
info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles 2 exceptions encountered during trace selection. The existence of exceptions will
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
__init__.py | 1 """This package contains modules that help testing the trace.py module. Note 2 that the exact location of functions in these modules is important, as trace.py
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/ |
__init__.py | 1 """This package contains modules that help testing the trace.py module. Note 2 that the exact location of functions in these modules is important, as trace.py
|
/external/valgrind/main/none/tests/ |
allexec32.vgtest | 3 vgopts: --trace-children=yes
|
allexec64.vgtest | 3 vgopts: --trace-children=yes
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_stack_test.cc | 20 static void TestStackTrace(StackTrace *trace) { 23 trace->ObtainCurrent(&thr, 0); 24 EXPECT_EQ(trace->Size(), (uptr)0); 26 trace->ObtainCurrent(&thr, 42); 27 EXPECT_EQ(trace->Size(), (uptr)1); 28 EXPECT_EQ(trace->Get(0), (uptr)42); 32 trace->ObtainCurrent(&thr, 0); 33 EXPECT_EQ(trace->Size(), (uptr)2); 34 EXPECT_EQ(trace->Get(0), (uptr)100); 35 EXPECT_EQ(trace->Get(1), (uptr)101) 46 StackTrace trace; local [all...] |
/external/bluetooth/bluedroid/conf/ |
bt_stack.conf | 8 # Enable trace level reconfiguration function 9 # Must be present before any TRC_ trace level settings 12 # Trace level configuration 13 # BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated ) 14 # BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages ) 15 # BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )
|
/external/webrtc/src/system_wrappers/source/ |
trace_impl_no_op.cc | 11 #include "trace.h" 15 void Trace::CreateTrace() 19 void Trace::ReturnTrace() 23 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 /*filter*/) 28 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& /*filter*/) 33 WebRtc_Word32 Trace::TraceFile( 39 WebRtc_Word32 Trace::SetTraceFile(const char* /*fileName*/, 45 WebRtc_Word32 Trace::SetTraceCallback(TraceCallback* /*callback*/) 50 void Trace::Add(const TraceLevel /*level*/, const TraceModule /*module*/,
|
/external/chromium_org/third_party/sqlite/src/test/ |
trace.test | 15 # $Id: trace.test,v 1.8 2009/04/07 14:14:23 danielk1977 Exp $ 20 ifcapable !trace { 26 do_test trace-1.1 { 27 set rc [catch {db trace 1 2 3} msg] 29 } {1 {wrong # args: should be "db trace ?CALLBACK?"}} 33 do_test trace-1.2 { 34 db trace trace_proc 35 db trace 37 do_test trace-1.3 { 44 do_test trace-1.4 [all...] |
/external/llvm/lib/Analysis/ |
Trace.cpp | 1 //===- Trace.cpp - Implementation of Trace class --------------------------===// 10 // This class represents a single trace of LLVM basic blocks. A trace is a 11 // single entry, multiple exit, region of code that is often hot. Trace-based 13 // block: because the trace path is assumed to be hot, optimizations for the 18 #include "llvm/Analysis/Trace.h" 25 Function *Trace::getFunction() const { 29 Module *Trace::getModule() const { 33 /// print - Write trace to output stream [all...] |
/external/chromium-trace/trace-viewer/ |
codereview.settings | 3 CC_LIST: trace-viewer-review@googlegroups.com
4 VIEW_VC: http://code.google.com/p/trace-viewer/source/detail?r=
|