HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 76 - 100 of 2719) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
16 #define print_stack_trace(trace) do { } while (0)
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_debug.h 15 char trace[MAX_TRACE_BUFFER]; \
16 snprintf(trace,MAX_TRACE_BUFFER,str,arg); \
17 phOsalNfc_DbgString(trace); \
23 char trace[MAX_TRACE_BUFFER]; \
24 snprintf(trace,MAX_TRACE_BUFFER,"\n\t %s:",msg); \
25 phOsalNfc_DbgString(trace); \
  /external/valgrind/main/drd/tests/
annotate_trace_memory_xml.stderr.exp-32bit 32 <trace><text>store 0x........ size 4 val 1065353216/0x........ (thread x / vc ...)</text>
43 </trace>
44 <trace><text>load 0x........ size 4 (thread x / vc ...)</text>
55 </trace>
56 <trace><text>store 0x........ size 4 val 1077936128/0x........ (thread x / vc ...)</text>
67 </trace>
69 <trace><text>store 0x........ size 8 val 4613937818241073152/0x........ (thread x / vc ...)</text>
80 </trace>
81 <trace><text>load 0x........ size 8 (thread x / vc ...)</text>
92 </trace>
    [all...]
fp_race_xml.stderr.exp 31 <trace><text>drd_pre_thread_create creator = 0, created = 1</text></trace>
32 <trace><text>drd_post_thread_create created = 1</text></trace>
33 <trace><text>drd_pre_thread_create creator = 1, created = 2</text></trace>
34 <trace><text>drd_post_thread_create created = 2</text></trace>
35 <trace><text>drd_thread_finished tid = 2</text></trace>
    [all...]
annotate_trace_memory_xml.stderr.exp-64bit 32 <trace><text>store 0x........ size 4 val 1065353216/0x........ (thread x / vc ...)</text>
43 </trace>
44 <trace><text>load 0x........ size 4 (thread x / vc ...)</text>
55 </trace>
56 <trace><text>store 0x........ size 4 val 1077936128/0x........ (thread x / vc ...)</text>
67 </trace>
69 <trace><text>store 0x........ size 8 val 4613937818241073152/0x........ (thread x / vc ...)</text>
80 </trace>
81 <trace><text>load 0x........ size 8 (thread x / vc ...)</text>
92 </trace>
    [all...]
  /external/llvm/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
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
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /frameworks/base/docs/html/tools/help/
gltracer.jd 9 <li><a href="#generating">Generating a Trace</a></li>
10 <li><a href="#analyzing">Analyzing a Trace</a></li>
50 <h2 id="generating">Generating a Trace</h2>
55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace
59 <img src="{@docRoot}images/gltracer/dialog-trace.png">
60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p>
62 <p>To capture an OpenGL ES trace for an Android application:</p>
69 <li>On the toolbar, click the trace capture button (<img
71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li>
73 containing the activity you want to trace, for example: {@code com.example.android.opengl}</li
    [all...]
systrace.jd 23 computer's execution path. In order to generate a trace, you must connect a device running Android
32 <p>Here is an example execution run that sets trace tags and generates a trace from a connected
59 <td>Write the HTML trace report to the specified file.</td>
65 <td>Trace activity for N seconds. Default value is 5 seconds.</td>
71 <td>Use a trace buffer size of N kilobytes. This option lets you limit the total size of the
72 data collected during a trace.</td>
78 <td>Trace disk input and output activity. This option requires root access on the device.</td>
84 <td>Trace CPU frequency changes. Only changes to the CPU frequency are logged, so the initial
91 <td>Trace CPU idle events.</td
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 30 import android.os.Trace;
78 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "loadBitmaps");
87 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "softwareDraw");
89 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS);
105 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "copyInto");
107 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS)
    [all...]
  /sdk/emulator/qtools/
parse_options-inl.h 53 inline symbol_type *GetSymbol(TraceReaderType *trace, int pid, uint32_t addr,
56 symbol_type *sym = trace->LookupFunction(pid, addr, time);
98 inline bool GetNextValidEvent(TraceReaderType *trace,
105 if (trace->ReadBB(event))
114 if (trace->ReadBB(event))
121 if (trace->ReadBB(event))
127 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time);
131 if (trace->ReadBB(event))
134 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time);
137 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time)
    [all...]
bb_dump.cpp 29 TraceReader<> *trace = new TraceReader<>; local
30 trace->Open(trace_filename);
31 trace->ReadKernelSymbols(elf_file);
32 trace->SetRoot(root);
40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 8 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
9 use lib "./Perf-Trace-Util/lib";
10 use Perf::Trace::Core;
11 use Perf::Trace::Context;
12 use Perf::Trace::Util;
  /external/mockito/src/org/mockito/exceptions/stacktrace/
StackTraceCleaner.java 6 * Decides if particular StackTraceElement is excluded from the human-readable stack trace output.
7 * Mockito stack trace filtering mechanism uses this information.
9 * Excluding an element will make it not show in the cleaned stack trace.
25 * @param candidate element of the actual stack trace
26 * @return whether the element should be excluded from cleaned stack trace.
  /external/openssh/regress/
agent-timeout.sh 8 trace "start agent"
14 trace "add keys with timeout"
22 trace "agent has $n keys"
26 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds"
34 trace "kill agent"
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
debug.h 24 void Trace(const char* format, ...);
31 #define Trace(...) ((void)0)
38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \
48 Trace("Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \

Completed in 126 milliseconds

1 2 34 5 6 7 8 91011>>