HomeSort by relevance Sort by last modified time
    Searched refs:clo_verbosity (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 732 if (VG_(clo_verbosity) > 1)
    [all...]
readpdb.c 48 #include "pub_core_options.h" // VG_(clo_verbosity)
    [all...]
storage.c 41 #include "pub_core_options.h" /* VG_(clo_verbosity) */
75 if (True || VG_(clo_verbosity) < 2) {
87 if (VG_(clo_verbosity) >= 2)
501 if (VG_(clo_verbosity) > 2) {
634 if (VG_(clo_verbosity) > 2) {
745 if (VG_(clo_verbosity) > 1) {
    [all...]
readexidx.c 140 if (!VG_(clo_xml) && VG_(clo_verbosity) > 1)
    [all...]
readelf.c     [all...]
debuginfo.c 321 && (VG_(clo_verbosity) > 1 || VG_(clo_trace_redir)))
881 if (!quiet && VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 682 if (VG_(clo_verbosity) > 2) {
718 if (VG_(clo_verbosity) > 2) {
766 if (VG_(clo_verbosity) > 1) {
836 if (VG_(clo_verbosity) > 2) {
873 if (VG_(clo_verbosity) > 2) {
885 if (VG_(clo_verbosity) > 2) {
904 if (VG_(clo_verbosity) > 2) {
    [all...]
mc_leakcheck.c     [all...]
  /external/valgrind/drd/
drd_malloc_wrappers.c 350 if (VG_(clo_verbosity) == 0)
370 if (VG_(clo_verbosity) > 1)
  /external/valgrind/include/
pub_tool_options.h 193 extern Int VG_(clo_verbosity);
  /external/valgrind/coregrind/
m_redir.c 479 if ( VG_(clo_verbosity) > 1 ) {
487 if ( VG_(clo_verbosity) > 1 ) {
538 if ( VG_(clo_verbosity) > 1 ) {
550 if ( VG_(clo_verbosity) > 1 ) {
    [all...]
m_main.c 583 VG_(clo_verbosity)++;
587 VG_(clo_verbosity)--;
    [all...]
m_deduppoolalloc.c 225 && (VG_(clo_verbosity) > 2 || VG_(debugLog_getLevel) () >= 2)) {
m_options.c 72 Int VG_(clo_verbosity) = 1; variable
m_stacks.c 366 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) {
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 44 if (VG_(clo_verbosity) > 0 || VG_(debugLog_getLevel)() >= 1) {
267 if (VG_(clo_verbosity) > 1) {
355 if (VG_(clo_verbosity) > 1) {
369 if (VG_(clo_verbosity) > 1
    [all...]
server.c     [all...]
  /external/valgrind/cachegrind/
cg_arch.c 307 if (VG_(clo_verbosity) >= 2) {
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 619 if (VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/exp-sgcheck/
h_main.c 711 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
  /external/valgrind/massif/
ms_main.c 217 // Used for printing things when clo_verbosity > 1.
219 if (VG_(clo_verbosity) > verb) { \
    [all...]
  /external/valgrind/callgrind/
fn.c 92 if (VG_(clo_verbosity) > 1)
571 if (VG_(clo_verbosity) > 1)
main.c     [all...]
dump.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c 78 if (VG_(clo_verbosity) > 1) {
100 if (VG_(clo_verbosity) > 1) {
    [all...]

Completed in 1536 milliseconds

1 2