Searched refs:Printf (Results 1 - 25 of 28) sorted by relevance

12

/external/valgrind/tsan/
H A Dts_stats.h88 Printf(" VTS: created small/big: %'ld / %'ld; "
92 Printf(" vts_total_create = %'ld; avg=%'ld; delete = %'ld\n",
96 Printf(" n_seg_hb = %'ld\n", n_seg_hb);
97 Printf(" n_vts_hb = %'ld\n", n_vts_hb);
98 Printf(" n_vts_hb_cached = %'ld\n", n_vts_hb_cached);
99 Printf(" memory access:\n"
111 // Printf(" Mops:\n"
115 Printf(" Publish: set: %'ld; get: %'ld; clear: %'ld\n",
118 Printf(" PcTo: all: %'ld\n", pc_to_strings);
120 Printf(" StackTrac
[all...]
H A Dts_race_verifier.cc143 Printf(" write at %p\n", it->pc);
147 Printf(" read at %p\n", it->pc);
193 Printf("WARNING: Confirmed a race that was marked as UNVERIFIABLE:\n");
195 Printf("WARNING: Confirmed a race:\n");
200 Printf("%s", report.c_str());
208 Printf("Warning: unexpected race found!\n");
234 Printf("[%d] pc %p %s addr %p start\n", thread_id, pc,
270 Printf("[%d] pc %p %s addr %p end\n", thread_id, pc,
299 Printf("Parse error: %s\n", p);
310 Printf("Possibl
[all...]
H A Dts_offline.cc87 Printf("Unknown event type: %s\n", name);
130 // Printf("***** PC %lx %s\n", pc, rtn);
135 Printf("%s\n", buff + 2);
216 Printf("Unsupported EventType %s %d\n", type, (int)type);
257 Printf("%s\n", str.c_str());
297 Printf("INFO: ThreadSanitizer write %ld lines.\n", offline_line_n);
319 Printf("INFO: ThreadSanitizerOffline: %ld events read\n", n_events);
350 Printf("INFO: ThreadSanitizerOffline r%s\n", TS_VERSION);
374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str());
H A Dts_dynamorio.cc79 #define Printf dr_printf macro
111 Printf("T%d Shadow stack (%d)\n", t.tid, (int)t.shadow_stack.size());
114 Printf("%s[%p]\n", g_main_module_path->c_str(), pc);
119 Printf(" sp=%p pc=%p\n", sp, pc);
128 Printf("T%d PopShadowStack\n", t.tid);
142 Printf("T%d PushShadowStack %p %p %d\n", t.tid, pc, target_pc, sp);
H A Dcommon_util.cc106 Printf("ERROR: can not open file %s\n", file_name.c_str());
H A Dts_events.h127 Printf("T%d: %s [pc=%p; a=%p; i=%p]\n",
H A Dts_util.h41 extern void Printf(const char *format, ...);
44 Printf("Assertion failed: %s (%s:%d) %s\n", \
51 Printf("ASSERT on line %ld\n", offline_line_n); \
357 extern void Printf(const char *format, ...);
H A Dts_pin.cc76 // if (line && G_flags->debug_level >= 5) Printf("??Try at line %d\n", line);
78 if (line && G_flags->debug_level >= 5) Printf("++Lock at line %d\n", line);
81 if (line_ && G_flags->debug_level >= 5) Printf("--Unlock at line %d\n", line_);
171 Printf( " %p\n", frames_[i].sp);
391 Printf("Event: %ld (last: %ld)\n", event, LAST_EVENT);
416 Printf("ACHTUNG!!! an event from a dead thread T%d\n", t.tid);
658 Printf("Function wrapped: %s (%s %s)\n", name.c_str(),
669 // Printf("Full match: %s %s\n", rtn_name.c_str(), name.c_str());
675 // Printf("Versioned match: %s %s\n", rtn_name.c_str(), name.c_str());
681 // Printf("Versione
[all...]
H A Dthread_sanitizer.cc98 do { if ((flag)) Printf(__VA_ARGS__); } while ((void)0, 0)
596 Printf("%p ", arr_[i]);
598 Printf("\n");
643 // Printf("Lock::Create: %p\n", lock_addr);
656 // Printf("Lock::Destroy: %p\n", lock_addr);
664 // Printf("Lock::LookupOrCreate: %p\n", lock_addr);
1332 Printf("%s: %s\n", name, str.c_str());
1352 Printf("HB = %d\n %s\n %s\n", static_cast<int>(hb),
1362 Printf("VTS::test();\n");
1396 // Printf("
[all...]
H A Dignore.cc17 // Printf("++ %s\n", cur_line.c_str());
70 Printf("Error reading ignore file line:\n%s\n", line.c_str());
H A Dts_valgrind.cc80 Printf("%s", s);
377 Printf(" ");
379 Printf("{pc=%p sp=%p}, ", thr->call_stack[i].pc, thr->call_stack[i].sp);
381 Printf("\n");
396 Printf("T%d: [%ld]<< pc=%p sp=%p cur_sp=%p %s\n",
461 Printf("T%d: [%ld]>> pc=%p sp=%p %s\n",
519 // Printf("thread_create: %d->%d\n", parent, child);
521 Printf("ThreadSanitizer WARNING: reusing TID %d w/o exiting thread\n",
526 // Printf("VG: T%d: VG_THR_START: parent=%d\n", VgTidToTsTid(child), VgTidToTsTid(parent));
549 // Printf("thread_exi
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc30 Printf("%s", prefix);
33 Printf("%zu:%zu; ", i, array[i]);
35 Printf("\n");
39 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
41 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
42 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
43 Printf("Stats: %zuM really freed by %zu calls\n",
45 Printf("Stats: %zuM (%zu full pages) mmaped in %zu calls\n",
52 Printf("Stats: malloc large: %zu small slow: %zu\n",
H A Dasan_rtl.cc73 Printf("%s%p:", before, (void*)a);
75 Printf(" %x%x", bytes[i] >> 4, bytes[i] & 15);
77 Printf("\n");
184 Printf("Address %p is located at offset %zu "
191 Printf(" This frame has %zu object(s):\n", n_objects);
200 Printf("AddressSanitizer can't parse the stack frame descriptor: |%s|\n",
208 Printf(" [%zu, %zu) '%s'\n", beg, beg + size, buf);
210 Printf("HINT: this may be a false positive if your program uses "
287 Printf("AddressSanitizer exit stats:\n");
337 Printf("
[all...]
H A Dasan_globals.cc69 Printf(" '%s' is ascii string '%s'\n", g.name, g.beg);
75 Printf("%p is located ", addr);
77 Printf("%zd bytes to the left", g.beg - addr);
79 Printf("%zd bytes to the right", addr - (g.beg + g.size));
81 Printf("%zd bytes inside", addr - g.beg); // Can it happen?
83 Printf(" of global variable '%s' (0x%zx) of size %zu\n",
97 Printf("Search Global: beg=%p size=%zu name=%s\n",
H A Dasan_malloc_mac.cc122 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n",
125 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n",
129 Printf("malloc_zone_from_ptr(%p) = NULL\n", ptr);
149 Printf("mz_free(%p) -- attempting to free unallocated memory.\n"
173 Printf("cf_free(%p) -- attempting to free unallocated memory.\n"
194 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n"
217 Printf("cf_realloc(%p) -- attempting to realloc unallocated memory.\n"
230 Printf("mz_destroy() called -- ignoring\n");
H A Dasan_stack.cc35 Printf(" #%zu 0x%zx %s\n", i, pc, buff);
49 Printf(" #%zu 0x%zx (%s+0x%zx)\n", i, pc, filename, offset);
51 Printf(" #%zu 0x%zx\n", i, pc);
107 // Printf("C pc[%zu] %zx\n", i, pc);
112 // Printf("C co[%zu] offset %zx\n", i, offset);
119 // Printf("C co[%zu] hi/lo: %zx %zx\n", c_index, hi, lo);
137 Printf("res %zu check_stack.size %zu; c_size %zu\n", res,
167 // Printf("U co[%zu] offset: %x\n", i, x);
178 // Printf("U co[%zu] hi/lo: %zx %zx\n", i, hi, lo);
183 // Printf("
[all...]
H A Dasan_poisoning.cc82 Printf("Trying to poison memory region [%p, %p)\n", beg_addr, end_addr);
123 Printf("Trying to unpoison memory region [%p, %p)\n", beg_addr, end_addr);
H A Dasan_posix.cc63 Printf("AddressSanitizer can not provide additional info. ABORTING\n");
122 Printf("\t%p-%p\t%s\n", (void*)start, (void*)end, filename);
H A Dasan_thread.h46 Printf("Thread T%d created by T%d here:\n", tid_, parent_tid_);
H A Dasan_allocator.cc137 Printf("ASAN_MMAP: [%p, %p)\n", res, res + size);
220 Printf("%p is located ", addr);
222 Printf("%zu bytes inside of", offset);
224 Printf("%zu bytes to the left of", offset);
226 Printf("%zu bytes to the right of", offset);
228 Printf(" somewhere around (this is AddressSanitizer bug!)");
230 Printf(" %zu-byte region [%p,%p)\n",
392 Printf(" MallocInfo: in quarantine: %zu malloced: %zu; ",
401 Printf("%zu:%zu ", j, t >> 20);
403 Printf("\
[all...]
H A Dasan_internal.h208 void Printf(const char *format, ...);
/external/clang/lib/Basic/
H A DBuiltins.cpp87 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP"); local
88 if (!Printf)
91 HasVAListArg = (*Printf == 'P');
93 ++Printf;
94 assert(*Printf == ':' && "p or P specifier must have be followed by a ':'");
95 ++Printf;
97 assert(strchr(Printf, ':') && "printf specifier must end with a ':'");
98 FormatIdx = strtol(Printf, 0, 10);
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc204 console_->Printf(
406 console_->Printf("Incoming call from '%s'", jid.Str().c_str());
481 console_->Printf("Adding to roster: %s", key.c_str());
484 console_->Printf("Removing from roster: %s", key.c_str());
493 console_->Printf("Roster contains %d callable", roster_->size());
496 console_->Printf("%s - %s",
520 console_->Printf("Invalid JID. JIDs should be in the form user@domain\n");
529 console_->Printf("Requesting to befriend %s.\n", name.c_str());
576 console_->Printf("Found %s '%s'", options.is_muc ? "room" : "online friend",
580 console_->Printf("Coul
[all...]
H A Dconsole.h65 void Printf(const char* format, ...);
H A Dconsole.cc123 void Console::Printf(const char* format, ...) { function in class:Console

Completed in 221 milliseconds

12