/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 392 const void *trace[] = { V(100), V(101), V(102), V(103), V(104) }; local 393 collector_.Add(arraysize(trace), trace); local 505 const void *trace[] = { V(100), V(101), V(102), V(103), V(104) }; local 506 collector_.Add(arraysize(trace), trace); local 530 const void *trace[] = { V(100), V(201), V(302), V(403), V(504) }; local 531 collector_.Add(arraysize(trace), trace); local 556 const void *trace[] = { V(100), V(201), V(302), V(403), V(504) } local 558 collector_.Add(arraysize(trace), trace); local 562 collector_.Add(arraysize(trace), trace); local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 392 const void *trace[] = { V(100), V(101), V(102), V(103), V(104) }; local 393 collector_.Add(arraysize(trace), trace); local 505 const void *trace[] = { V(100), V(101), V(102), V(103), V(104) }; local 506 collector_.Add(arraysize(trace), trace); local 530 const void *trace[] = { V(100), V(201), V(302), V(403), V(504) }; local 531 collector_.Add(arraysize(trace), trace); local 556 const void *trace[] = { V(100), V(201), V(302), V(403), V(504) } local 558 collector_.Add(arraysize(trace), trace); local 562 collector_.Add(arraysize(trace), trace); local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 26 // Trace events are for tracking application performance and resource usage. 32 // categories are statically defined, TRACE categories are created 44 // A common use case is to trace entire function scopes. This 45 // issues a trace BEGIN and END automatically: 58 // The trace system will automatically add to this information the 61 // To trace an asynchronous procedure such as an IPC send/receive, use ASYNC_BEGIN and 86 // Trace event also supports counters, which is a way to track a quantity 107 // By default, trace collection is compiled in, but turned off at runtime. 108 // Collecting trace data is the responsibility of the embedding 119 // free(str); // Trace system now has dangling pointe [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_golden_lin.txt | 73 This failure is expected, and shouldn't have a trace. 76 This failure is expected, and should have a trace. 77 Google Test trace: 78 gtest_output_test_.cc:#: Expected trace 81 This failure is expected, and shouldn't have a trace. 89 Google Test trace: 95 Google Test trace: 104 Google Test trace: 110 Google Test trace: 119 Google Test trace [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 86 // Hack (?) to get the stack trace. 242 * Is trace logging currently enabled? 261 * @see org.apache.commons.logging.Log#trace(Object) 263 public void trace(Object message) { method in class:Jdk14Logger 273 * @see org.apache.commons.logging.Log#trace(Object, Throwable) 275 public void trace(Object message, Throwable exception) { method in class:Jdk14Logger
|
/external/chromium_org/chrome/tools/tracing/ |
trace.html | 6 a trace file during runtime.
8 This HTML file can be used to render the output from the trace. You'll need
9 to rename your trace data to "trace_data.js" in the same directory with this
10 HTML file, and then you can visualize the trace.
19 Trace Events
376 <h2>Trace Events</h2>
|
/frameworks/base/docs/html/tools/help/ |
proguard.jd | 92 translates the obfuscated stack trace back to the original class, method, and member names. 154 <p>When your obfuscated code outputs a stack trace, the method names are obfuscated, which makes 160 or Mac OS X can convert an obfuscated stack trace to a readable one. It is located in the 175 you ensure that you can debug a problem if a user encounters a bug and submits an obfuscated stack trace. 182 containing a stack trace from the application that is currently published. You no longer have a way 183 of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the version
|
/system/core/sdcard/ |
sdcard.c | 94 #define TRACE(x...) fprintf(stderr,x) 96 #define TRACE(x...) do {} while (0) 252 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount); 259 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount); 263 TRACE("DESTROY %p (%s)\n", node, node->name); 822 TRACE("[%d] LOOKUP %s @ %llx (%s)\n", handler->token, name, hdr->nodeid, 844 TRACE("[%d] FORGET #%lld @ %llx (%s)\n", handler->token, req->nlookup, 864 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token, 889 TRACE("[%d] SETATTR fh=%llx valid=%x @ %llx (%s)\n", handler->token, 932 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n" [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer.js | 6 * @fileoverview Imports text files in the Linux event trace format into the 11 * examples of the trace format. 15 * in a linux trace refers to a specific thread within a process. Within this 110 // Matches the trace record in 3.2 and later with the print-tgid option: 142 // Matches the default trace record in 3.2 and later (includes irq-info): 164 // Matches the default trace record pre-3.2: 189 // Some kernel trace events are manually classified in slices and 194 * Deduce the format of trace data. Linix kernels prior to 3.3 used one 196 * kernels can optionally trace the TGID. 218 * trace's body [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast.c | 205 TRACE; 224 TRACE; 268 TRACE; 289 TRACE; 308 TRACE; 327 TRACE; 460 TRACE; 515 TRACE; 541 TRACE; 717 TRACE; [all...] |
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 205 TRACE; 224 TRACE; 268 TRACE; 289 TRACE; 308 TRACE; 327 TRACE; 460 TRACE; 515 TRACE; 541 TRACE; 717 TRACE; [all...] |
/system/core/liblog/ |
fake_log_device.c | 39 #define TRACE(...) printf("fake_log_device: " __VA_ARGS__) 41 #define TRACE(...) ((void)0) 195 TRACE("Found ANDROID_LOG_TAGS='%s'\n", tags); 213 TRACE("ERROR: env tag too long (%d chars max)\n", kMaxTagLen-1); 247 TRACE("ERROR: garbage in tag env; expected whitespace\n"); 248 TRACE(" env='%s'\n", tags); 255 TRACE("+++ global min prio %d\n", logState->globalMinPriority); 259 TRACE("+++ entry %d: %s:%d\n", 359 TRACE("LOG %d: %s %s", logPrio, tag, msg); 559 TRACE("%s: ignoring binary log\n", state->debugName) [all...] |
/external/jdiff/src/jdiff/ |
APIComparator.java | 71 if (trace) 96 if (trace) 129 if (trace) 151 if (trace) 178 if (trace) 202 if (trace) 232 if (trace) 244 if (trace) 308 if (trace) { 348 if (trace) 933 private boolean trace = false; field in class:APIComparator [all...] |
/art/runtime/mirror/ |
throwable.cc | 62 // Decode the internal stack trace into the depth and method trace
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ResultFilter.java | 90 public void testFailed(TestFailure status, TestIdentifier test, String trace) { 92 super.testFailed(status, test, trace);
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_INSTANCE.S | 40 * include this instruction in a trace. 57 * Check to see if we need to stop the trace building early.
|
/dalvik/vm/mterp/mips/ |
OP_NEW_INSTANCE.S | 39 * include this instruction in a trace. 61 * Check to see if we need to stop the trace building early.
|
/dalvik/vm/mterp/x86/ |
OP_NEW_INSTANCE.S | 38 * include this instruction in a trace. 55 * Check to see if we need to stop the trace building early.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Antlr3.Runtime.Debug.csproj | 30 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 <DefineConstants>TRACE</DefineConstants>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
Antlr3.Runtime.JavaExtensions.csproj | 26 <DefineConstants>DEBUG;TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
|
/external/blktrace/ |
blktrace.h | 92 fprintf(stderr, "bad trace magic %x\n", t->magic); 96 fprintf(stderr, "unsupported trace version %x\n",
|
/external/chromium/base/debug/ |
trace_event_win.cc | 92 // Trace the event. 96 void TraceLog::Trace(const char* name,
|
/external/chromium/base/win/ |
event_trace_provider_unittest.cc | 5 // Unit tests for event trace provider. 27 // Because the trace provider is used in logging, it's important that
|
/external/chromium-trace/trace-viewer/examples/ |
trace_viewer.html | 53 getAsync(filename, function(trace) { 54 traces[i] = trace;
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
exynos_parser.js | 8 * @fileoverview Parses exynos events in the Linux event trace format. 16 * Parses linux exynos trace events.
|