/external/chromium_org/third_party/angle/src/compiler/ |
debug.cpp | 21 void Trace(const char *format, ...) { 32 parseContext->trace(buf);
|
/external/webrtc/src/system_wrappers/source/ |
thread_unittest.cc | 14 #include "system_wrappers/interface/trace.h" 48 Trace::CreateTrace(); 49 Trace::SetLevelFilter(webrtc::kTraceAll); 50 Trace::SetTraceCallback(&trace_); 56 Trace::ReturnTrace();
|
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | 31 import android.os.Trace; 372 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll"); 393 Trace.traceEnd(RenderScript.TRACE_TAG); 404 Trace.traceBegin(RenderScript.TRACE_TAG, "ioSend"); 411 Trace.traceEnd(RenderScript.TRACE_TAG); 428 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive"); 435 Trace.traceEnd(RenderScript.TRACE_TAG); 444 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom"); 456 Trace.traceEnd(RenderScript.TRACE_TAG); 522 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked") [all...] |
/external/chromium/base/debug/ |
trace_event.h | 5 // Trace events to track application performance. Events consist of a name 12 // trace report. In the future, it may use another mechansim to facilitate 55 base::debug::TraceLog::GetInstance()->Trace( \ 66 base::debug::TraceLog::GetInstance()->Trace( \ 76 base::debug::TraceLog::GetInstance()->Trace( \ 103 // Start logging trace events. 105 // Stop logging trace events. 108 // Log a trace event of (name, type, id) with the optional extra string. 109 void Trace(const std::string& name, 115 void Trace(const std::string& name [all...] |
trace_event.cc | 51 void TraceLog::Trace(const std::string& name, 59 Trace(name, type, id, WideToUTF8(extra), file, line); 62 void TraceLog::Trace(const std::string& name,
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapFactory.java | 21 import android.os.Trace; 505 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap"); 514 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS); 590 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap"); 605 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS); 654 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeFileDescriptor") [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 18 // by looking at a trace through the current basic block. 20 // For every block, the MachineTraceMetrics pass will pick a preferred trace 21 // that passes through the block. The trace is chosen based on loop structure, 25 // It is expensive to compute a full arbitrary trace for every block, so to 31 // Traces tend to align with loops. The trace through a block in an inner loop 33 // nested loops, the trace may begin and end at those instead. 35 // For each trace, we compute the critical path length, which is the number of 36 // cycles required to execute the trace when execution is limited by data 38 // of cycles required to execute all instructions in the trace when ignoring 77 class Trace; [all...] |
/external/linux-tools-perf/scripts/perl/ |
check-perf-trace.pl | 10 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; 11 use lib "./Perf-Trace-Util/lib"; 12 use Perf::Trace::Core; 13 use Perf::Trace::Context; 14 use Perf::Trace::Util; 62 # print trace fields not included in handler args
|
wakeup-latency.pl | 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; 17 use lib "./Perf-Trace-Util/lib"; 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
/packages/apps/UnifiedEmail/src/com/android/bitmap/ |
DecodeTask.java | 104 Trace.beginSection("poll for reusable bitmap"); 106 Trace.endSection(); 113 Trace.beginSection("create fd and stream"); 115 Trace.endSection(); 123 Trace.beginSection("get bytesize"); 130 Trace.endSection(); 132 Trace.beginSection("get orientation"); 135 Trace.beginSection("create fd and stream"); 138 Trace.endSection(); 149 Trace.endSection() [all...] |
AltBitmapCache.java | 73 Trace.beginSection("sleep"); 83 Trace.endSection();
|
/art/runtime/ |
trace.cc | 17 #include "trace.h" 90 method_trace_(Trace::AllocStackTrace()) {} 101 // Returns a stack trace where the topmost frame corresponds with the first element of the vector. 119 ProfilerClockSource Trace::default_clock_source_ = kProfilerClockSourceDual; 121 ProfilerClockSource Trace::default_clock_source_ = kProfilerClockSourceWall; 124 Trace* volatile Trace::the_trace_ = NULL; 125 pthread_t Trace::sampling_pthread_ = 0U; 126 UniquePtr<std::vector<mirror::ArtMethod*> > Trace::temp_stack_trace_; 143 std::vector<mirror::ArtMethod*>* Trace::AllocStackTrace() [all...] |
trace.h | 51 class Trace : public instrumentation::InstrumentationListener { 92 // Reuse an old stack trace if it exists, otherwise allocate a new one. 94 // Clear and store an old stack trace for later use. 98 explicit Trace(File* trace_file, int buffer_size, int flags, bool sampling_enabled); 117 // Singleton instance of the Trace or NULL when no method tracing is active. 118 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_); 126 // Used to remember an unused stack trace to avoid re-allocation during sampling. 129 // File to write trace data out to, NULL if direct to ddms. 132 // Buffer to store trace data. 146 // Time trace was created [all...] |
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Context.pm | 1 package Perf::Trace::Context; 23 XSLoader::load('Perf::Trace::Context', $VERSION); 29 Perf::Trace::Context - Perl extension for accessing functions in perf. 33 use Perf::Trace::Context;
|
Util.pm | 1 package Perf::Trace::Util; 68 Perf::Trace::Util - Perl extension for perf script 72 use Perf::Trace::Util;
|
/external/valgrind/main/gdbserver_tests/ |
nlcontrolc.stdoutB.exp | 2 Program received signal SIGTRAP, Trace/breakpoint trap. 17 Program received signal SIGTRAP, Trace/breakpoint trap.
|
/frameworks/base/libs/hwui/thread/ |
Task.h | 23 #include <utils/Trace.h>
|
/external/libpng/contrib/gregbook/ |
readpng2.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} 69 # define Trace(x) ;
|
writepng.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} 69 # define Trace(x) ;
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 24 import android.os.Trace; 246 // Trace this sync instance. Note, conceptually this should be in 247 // SyncStorageEngine.insertStartSyncEvent(), but the trace functions require unique 249 Trace.traceBegin(Trace.TRACE_TAG_SYNC_MANAGER, mAuthority); 265 Trace.traceEnd(Trace.TRACE_TAG_SYNC_MANAGER);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 21 import android.os.Trace; 789 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); 793 Trace.traceEnd(Trace.TRACE_TAG_RESOURCES); 803 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); 807 Trace.traceEnd(Trace.TRACE_TAG_RESOURCES); [all...] |
/external/chromium_org/courgette/ |
adjustment_method.cc | 56 std::vector<uint32> positions_; // Offsets into the trace of references. 179 typedef std::vector<LabelInfo*> Trace; 207 AssignmentProblem(const Trace& model, 208 const Trace& problem) 522 Node* MakeRootNode(const Trace& trace) { 525 for (uint32 i = 0; i < trace.size(); ++i) { 532 void ExtendNode(Node* node, const Trace& trace) { 538 if (index < trace.size()) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
PresentationSyncTest.java | 23 import android.os.Trace; 148 Trace.beginSection("TEST BEGIN"); 150 Trace.endSection(); 160 Trace.beginSection("swapbuf " + frameNum); 162 Trace.endSection(); 294 Trace.beginSection("TEST BEGIN fd=" + frameDelay); 296 Trace.endSection(); 360 Trace.beginSection("swapbuf " + mCurFrame); 362 Trace.endSection();
|
/external/chromium_org/net/disk_cache/ |
storage_block-inl.h | 12 #include "net/disk_cache/trace.h" 129 Trace("Failed data load."); 142 Trace("Failed data store."); 158 Trace("Failed data load."); 172 Trace("Failed data store.");
|
/external/chromium/net/disk_cache/ |
trace.cc | 5 #include "net/disk_cache/trace.h" 88 void Trace(const char* format, ...) { 154 void Trace(const char* format, ...) {
|