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

1 2

  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 726 if (VG_(clo_verbosity) > 1)
    [all...]
readpdb.c 48 #include "pub_core_options.h" // VG_(clo_verbosity)
    [all...]
readelf.c     [all...]
storage.c 41 #include "pub_core_options.h" /* VG_(clo_verbosity) */
73 if (True || VG_(clo_verbosity) < 2) {
85 if (VG_(clo_verbosity) >= 2)
397 if (VG_(clo_verbosity) > 2) {
514 if (VG_(clo_verbosity) > 1) {
    [all...]
debuginfo.c 312 && (VG_(clo_verbosity) > 1 || VG_(clo_trace_redir)))
758 if (!quiet && VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 704 if (VG_(clo_verbosity) > 2) {
740 if (VG_(clo_verbosity) > 2) {
788 if (VG_(clo_verbosity) > 1) {
858 if (VG_(clo_verbosity) > 2) {
895 if (VG_(clo_verbosity) > 2) {
907 if (VG_(clo_verbosity) > 2) {
926 if (VG_(clo_verbosity) > 2) {
    [all...]
mc_leakcheck.c     [all...]
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 351 if (VG_(clo_verbosity) == 0)
371 if (VG_(clo_verbosity) > 1)
drd_main.c 757 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
  /external/valgrind/main/include/
pub_tool_options.h 147 extern Int VG_(clo_verbosity);
  /external/valgrind/main/coregrind/
m_main.c 521 VG_(clo_verbosity)++;
525 VG_(clo_verbosity)--;
    [all...]
m_redir.c 471 if ( VG_(clo_verbosity) > 1 ) {
479 if ( VG_(clo_verbosity) > 1 ) {
    [all...]
m_stacks.c 288 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) {
m_options.c 67 Int VG_(clo_verbosity) = 1; variable
m_transtab.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 43 if (VG_(clo_verbosity) > 0 || VG_(debugLog_getLevel)() >= 1) {
266 if (VG_(clo_verbosity) > 1) {
327 if (VG_(clo_verbosity) > 1) {
341 if (VG_(clo_verbosity) > 1
    [all...]
server.c     [all...]
  /external/valgrind/main/cachegrind/
cg_arch.c 255 if (VG_(clo_verbosity) >= 2) {
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 79 if (VG_(clo_verbosity) > 1) {
415 if (VG_(clo_verbosity) > 1) {
567 if (VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 603 if (VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 711 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
  /external/valgrind/main/massif/
ms_main.c 223 // Used for printing things when clo_verbosity > 1.
225 if (VG_(clo_verbosity) > verb) { \
    [all...]
  /external/valgrind/main/callgrind/
fn.c 92 if (VG_(clo_verbosity) > 1)
571 if (VG_(clo_verbosity) > 1)
main.c     [all...]
dump.c     [all...]

Completed in 522 milliseconds

1 2