Searched defs:tracer (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/utils/
H A DSkEventTracer.cpp46 void SkEventTracer::SetInstance(SkEventTracer* tracer) { argument
48 sk_atomic_store(&gUserTracer, tracer, sk_memory_order_release);
54 if (SkEventTracer* tracer = sk_atomic_load(&gUserTracer, sk_memory_order_acquire)) {
55 return tracer;
/external/v8/src/heap/
H A Dgc-tracer.cc5 #include "src/heap/gc-tracer.h"
24 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope) argument
25 : tracer_(tracer), scope_(scope) {
H A Dheap.h1119 GCTracer* tracer() { return tracer_; } function in class:v8::internal::Heap
H A Dheap.cc22 #include "src/heap/gc-tracer.h"
819 GCTracer::Scope gc_scope(tracer(), GCTracer::Scope::MC_INCREMENTAL_FINALIZE);
827 GCTracer::Scope scope(tracer(), GCTracer::Scope::EXTERNAL);
838 GCTracer::Scope scope(tracer(), GCTracer::Scope::EXTERNAL);
1005 tracer()->Start(collector, gc_reason, collector_reason);
1041 tracer()->Stop(collector);
1062 tracer()->ResetSurvivalEvents();
1075 tracer()->AddContextDisposalTime(MonotonicallyIncreasingTimeInMs());
1253 tracer()->AddSurvivalRatio(survival_rate);
1282 GCTracer::Scope scope(tracer(), GCTrace
5742 MarkVisitor(PathTracer* tracer) argument
5758 UnmarkVisitor(PathTracer* tracer) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerTraceWriter.java54 /** The tracer to send events to */
58 * events from being sent to the tracer
95 * @param tracer the tracer to inform that characters are being written
97 public SerializerTraceWriter(Writer out, SerializerTrace tracer) argument
100 m_tracer = tracer;
/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc69 InjectionTracer tracer; local
71 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
72 EXPECT_EQ(0u, tracer.actions().size());
77 InjectionTracer tracer; local
80 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
81 EXPECT_EQ(0u, tracer.actions().size());
86 InjectionTracer tracer; local
89 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
90 EXPECT_EQ(0u, tracer.actions().size());
95 InjectionTracer tracer; local
105 InjectionTracer tracer; local
117 InjectionTracer tracer; local
128 InjectionTracer tracer; local
140 InjectionTracer tracer; local
155 InjectionTracer tracer; local
170 InjectionTracer tracer; local
185 InjectionTracer tracer; local
200 InjectionTracer tracer; local
212 InjectionTracer tracer; local
225 InjectionTracer tracer; local
238 InjectionTracer tracer; local
[all...]
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
H A Dthread-prctl.c49 pid_t tracer, tracee; variable
55 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
70 tracer = getpid();
71 printf("tracer %d waiting\n", tracer);
74 printf("forking tracee from tracer\n");
84 perror("tracer pipe read");
88 printf("tracer to PTRACE_ATTACH my tracee %d\n", tracee);
92 perror ("tracer ptrace attach has failed");
95 printf ("tracer ptrac
[all...]
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c69 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow
760 void tracer(struct __test_metadata *_metadata, pid_t tracee, function
827 pid_t tracer; local
857 /* Fork a child which we'll promote to tracer */
863 tracer(_metadata, tracee, poke_addr, pipefd[1]);
867 self->tracer = tracer_pid;
868 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0);
874 if (self->tracer) {
880 ASSERT_EQ(0, kill(self->tracer, SIGUSR1));
881 ASSERT_EQ(self->tracer, waitpi
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1452 TraceLog* tracer = TraceLog::GetInstance(); local
1454 EXPECT_EQ(0u, tracer->GetStatus().event_count);
1473 EXPECT_GT(tracer->GetStatus().event_count, 1u);
1474 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
1475 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
1504 EXPECT_GT(tracer->GetStatus().event_count, 1u);
1505 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
1506 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
/external/v8/src/
H A Disolate.h1517 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } argument
/external/blktrace/
H A Dblktrace.c102 * Each tracer will have a tracer_devpath_head that it will add new
119 * For piped output to stdout we will have each tracer thread (one per dev)
126 * dp_entries. (When dp_entries is 0, and a tracer adds an entry it will
130 * adb: It may be better just to have a large buffer per tracer per dev,
163 struct tracer { struct
299 * tracer threads add entries, the main thread takes them off and processes
326 static int (*handle_pfds)(struct tracer *, int, int);
538 static void tracer_wait_unblock(struct tracer *tp)
546 static void tracer_signal_ready(struct tracer *tp,
1456 static inline int net_sendfile_data(struct tracer *t
[all...]
/external/v8/test/cctest/heap/
H A Dtest-heap.cc37 #include "src/heap/gc-tracer.h"
6157 GCTracer* tracer = heap->tracer(); local
6160 tracer->SampleAllocation(time1, counter1, 0);
6163 tracer->SampleAllocation(time2, counter2, 0);
6165 tracer->NewSpaceAllocationThroughputInBytesPerMillisecond();
6169 tracer->SampleAllocation(time3, counter3, 0);
6170 throughput = tracer->NewSpaceAllocationThroughputInBytesPerMillisecond();
6180 GCTracer* tracer = heap->tracer(); local
6293 GCTracer* tracer = heap->tracer(); local
6317 GCTracer* tracer = heap->tracer(); local
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen.h2984 Tag(HTracer* tracer, const char* name) { argument
2986 tracer_ = tracer;
2987 tracer->PrintIndent();
2988 tracer->trace_.Add("begin_%s\n", name);
2989 tracer->indent_++;

Completed in 6206 milliseconds