Home
last modified time | relevance | path

Searched refs:Trace (Results 1 – 25 of 135) sorted by relevance

123456

/external/webrtc/src/system_wrappers/source/
Dtrace_impl_no_op.cc15 void Trace::CreateTrace() in CreateTrace()
19 void Trace::ReturnTrace() in ReturnTrace()
23 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 /*filter*/) in SetLevelFilter()
28 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& /*filter*/) in LevelFilter()
33 WebRtc_Word32 Trace::TraceFile( in TraceFile()
39 WebRtc_Word32 Trace::SetTraceFile(const char* /*fileName*/, in SetTraceFile()
45 WebRtc_Word32 Trace::SetTraceCallback(TraceCallback* /*callback*/) in SetTraceCallback()
50 void Trace::Add(const TraceLevel /*level*/, const TraceModule /*module*/, in Add()
Dtrace_unittest.cc18 using webrtc::Trace;
25 Trace::CreateTrace(); in Logger()
28 Trace::SetTraceFile(trace_file.c_str()); in Logger()
29 Trace::SetLevelFilter(webrtc::kTraceAll); in Logger()
32 Trace::ReturnTrace(); in ~Logger()
Dcpu_wrapper_unittest.cc24 using webrtc::Trace;
34 Trace::CreateTrace(); in TEST()
37 Trace::SetTraceFile(trace_file.c_str()); in TEST()
38 Trace::SetLevelFilter(webrtc::kTraceAll); in TEST()
76 Trace::ReturnTrace(); in TEST()
Dunittest_utilities.h64 Trace::CreateTrace(); in StartTrace()
65 Trace::SetLevelFilter(webrtc::kTraceAll); in StartTrace()
66 Trace::SetTraceCallback(&trace_); in StartTrace()
72 Trace::ReturnTrace(); in StopTrace()
Dthread_unittest.cc48 Trace::CreateTrace(); in StartTrace()
49 Trace::SetLevelFilter(webrtc::kTraceAll); in StartTrace()
50 Trace::SetTraceCallback(&trace_); in StartTrace()
56 Trace::ReturnTrace(); in StopTrace()
Dtrace_impl.cc739 void Trace::CreateTrace() in CreateTrace()
744 void Trace::ReturnTrace() in ReturnTrace()
749 WebRtc_Word32 Trace::SetLevelFilter(WebRtc_UWord32 filter) in SetLevelFilter()
755 WebRtc_Word32 Trace::LevelFilter(WebRtc_UWord32& filter) in LevelFilter()
761 WebRtc_Word32 Trace::TraceFile(char fileName[FileWrapper::kMaxFileNameSize]) in TraceFile()
773 WebRtc_Word32 Trace::SetTraceFile(const char* fileName, in SetTraceFile()
786 WebRtc_Word32 Trace::SetTraceCallback(TraceCallback* callback) in SetTraceCallback()
798 void Trace::Add(const TraceLevel level, const TraceModule module, in Add()
/external/v8/src/compiler/
Dscheduler.cc21 static inline void Trace(const char* msg, ...) { in Trace() function
125 Trace("Create block B%d for #%d:%s\n", block->id(), node->id(), in BuildBlockForNode()
211 Trace("Connect #%d:%s, B%d -> end\n", node->id(), node->op()->mnemonic(), in TraceConnect()
214 Trace("Connect #%d:%s, B%d -> B%d\n", node->id(), node->op()->mnemonic(), in TraceConnect()
284 Trace("Floating control found: #%d:%s\n", node->id(), in GetPlacement()
299 Trace("---------------- CREATING CFG ------------------\n"); in BuildCFG()
325 Trace("------------ IMMEDIATE BLOCK DOMINATORS -----------\n"); in GenerateImmediateDominatorTree()
348 Trace("Block %d's idom is %d\n", current_rpo->id(), dominator->id()); in GenerateImmediateDominatorTree()
372 Trace("Preschedule #%d:%s minimum_rpo = %d\n", node->id(), in Pre()
393 Trace("Postschedule #%d:%s minimum_rpo = %d\n", node->id(), in Post()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h77 class Trace; variable
86 friend class Trace; variable
236 class Trace {
243 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() function
306 friend class Trace; variable
315 ArrayRef<const MachineBasicBlock*> Trace);
337 Trace getTrace(const MachineBasicBlock *MBB);
386 const MachineTraceMetrics::Trace &Tr) {
/external/llvm/lib/Analysis/
DTrace.cpp24 Function *Trace::getFunction() const { in getFunction()
28 Module *Trace::getModule() const { in getModule()
34 void Trace::print(raw_ostream &O) const { in print()
49 void Trace::dump() const { in dump()
/external/v8/src/
Djsregexp.h319 friend class Trace; variable
448 class Trace; variable
580 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
593 Trace* bounds_check_trace,
594 Trace* trace,
674 LimitResult LimitVersions(RegExpCompiler* compiler, Trace* trace);
776 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
843 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
875 Trace* trace,
908 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
[all …]
Djsregexp.cc1117 Trace new_trace; in Assemble()
1143 bool Trace::DeferredAction::Mentions(int that) { in Mentions()
1153 bool Trace::mentions_reg(int reg) { in mentions_reg()
1164 bool Trace::GetStoredPosition(int reg, int* cp_offset) { in GetStoredPosition()
1182 int Trace::FindAffectedRegisters(OutSet* affected_registers, in FindAffectedRegisters()
1202 void Trace::RestoreAffectedRegisters(RegExpMacroAssembler* assembler, in RestoreAffectedRegisters()
1220 void Trace::PerformDeferredActions(RegExpMacroAssembler* assembler, in PerformDeferredActions()
1255 Trace::DeferredSetRegister* psr = in PerformDeferredActions()
1256 static_cast<Trace::DeferredSetRegister*>(action); in PerformDeferredActions()
1280 Trace::DeferredCapture* pc = in PerformDeferredActions()
[all …]
/external/linux-tools-perf/src/tools/perf/scripts/perl/
Dfailed-syscalls.pl10 use Perf::Trace::Core;
11 use Perf::Trace::Context;
12 use Perf::Trace::Util;
Dcheck-perf-trace.pl12 use Perf::Trace::Core;
13 use Perf::Trace::Context;
14 use Perf::Trace::Util;
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp66 MachineTraceMetrics::Trace BlockTrace);
68 MachineTraceMetrics::Trace BlockTrace);
71 MachineTraceMetrics::Trace BlockTrace,
75 MachineTraceMetrics::Trace BlockTrace,
123 MachineTraceMetrics::Trace BlockTrace) { in getDepth()
182 MachineTraceMetrics::Trace BlockTrace) { in getLatency()
223 MachineTraceMetrics::Trace BlockTrace, in preservesCriticalPathLen()
268 MachineBasicBlock *MBB, MachineTraceMetrics::Trace BlockTrace, in preservesResourceLen()
360 MachineTraceMetrics::Trace BlockTrace = MinInstr->getTrace(MBB); in combineInstructions()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-perl.txt119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
120 use lib "./Perf-Trace-Util/lib";
121 use Perf::Trace::Core;
122 use Perf::Trace::Context;
123 use Perf::Trace::Util;
170 via the various Perf::Trace::* Perl modules. To use the functions and
172 Perf::Trace::XXX' line to your perf script script.
174 Perf::Trace::Core Module
187 Perf::Trace::Context Module
193 Perf::Trace::Context defines a set of functions that can be used to
[all …]
/external/libpng/contrib/gregbook/
Drpng-x.c377 Trace((stderr, "calling readpng_get_image()\n")) in main()
380 Trace((stderr, "done with readpng_get_image()\n")) in main()
397 Trace((stderr, "calling rpng_x_display_image()\n")) in main()
402 Trace((stderr, "done with rpng_x_display_image()\n")) in main()
472 Trace((stderr, "default depth is %d: checking other visuals\n", in rpng_x_create_window()
486 Trace((stderr, "XGetVisualInfo() returned %d 24-bit visuals\n", in rpng_x_create_window()
697 Trace((stderr, "beginning display loop (image_channels == %d)\n", in rpng_x_display_image()
699 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n", in rpng_x_display_image()
701 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel)) in rpng_x_display_image()
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? in rpng_x_display_image()
[all …]
Drpng-win.c428 Trace((stderr, "calling readpng_get_image()\n")) in WinMain()
431 Trace((stderr, "done with readpng_get_image()\n")) in WinMain()
448 Trace((stderr, "calling rpng_win_display_image()\n")) in WinMain()
453 Trace((stderr, "done with rpng_win_display_image()\n")) in WinMain()
587 Trace((stderr, "beginning display loop (image_channels == %d)\n", in rpng_win_display_image()
589 Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n", in rpng_win_display_image()
648 Trace((stderr, "calling final image-flush routine\n")) in rpng_win_display_image()
Dreadpng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
Dreadpng2.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
Drpng2-x.c519 Trace((stderr, "about to call XOpenDisplay()\n")) in main()
577 Trace((stderr, "about to call readpng2_decode_data()\n")) in main()
580 Trace((stderr, "done with readpng2_decode_data()\n")) in main()
584 Trace((stderr, "done decoding PNG image\n")) in main()
609 Trace((stderr, "about to call readpng2_cleanup()\n")) in main()
621 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n")) in main()
718 Trace((stderr, "entering final wait-for-quit-event loop\n")) in main()
735 Trace((stderr, "about to call rpng2_x_cleanup()\n")) in main()
754 Trace((stderr, "beginning rpng2_x_init()\n")) in rpng2_x_init()
755 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes)) in rpng2_x_init()
[all …]
Dwritepng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
/external/llvm/test/Transforms/SimplifyCFG/
Dvolatile-phioper.ll12 ; CHECK: @Trace
20 %call = tail call i32 (...) @Trace() #2
25 %call1 = tail call i32 (...) @Trace() #2
42 declare i32 @Trace(...) #1
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/external/webrtc/src/system_wrappers/interface/
Dtrace.h21 #define WEBRTC_TRACE Trace::Add
24 class Trace
/external/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h56 struct Trace { struct
67 Trace() in Trace() argument

123456