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

1 2

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 585 if (VG_(clo_verbosity) > 2) {
621 if (VG_(clo_verbosity) > 2) {
669 if (VG_(clo_verbosity) > 1) {
739 if (VG_(clo_verbosity) > 2) {
768 if (VG_(clo_verbosity) > 2) {
780 if (VG_(clo_verbosity) > 2) {
799 if (VG_(clo_verbosity) > 2) {
909 if (VG_(clo_verbosity) > 2) {
933 if (VG_(clo_verbosity) > 2) {
982 if (VG_(clo_verbosity) == 0
    [all...]
mc_leakcheck.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 683 if (VG_(clo_verbosity) > 1)
849 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) */
72 if (True || VG_(clo_verbosity) < 2) {
84 if (VG_(clo_verbosity) >= 2)
368 if (VG_(clo_verbosity) > 2) {
472 if (VG_(clo_verbosity) > 1) {
923 if (VG_(clo_verbosity) >= 0) {
952 if (VG_(clo_verbosity) >= 2 && complaints > 0) {
    [all...]
readelf.c     [all...]
debuginfo.c 305 && (VG_(clo_verbosity) > 1 || VG_(clo_trace_redir)))
732 if (!quiet && VG_(clo_verbosity) > 1) {
    [all...]
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 352 if (VG_(clo_verbosity) == 0)
372 if (VG_(clo_verbosity) > 1)
drd_main.c 683 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
  /external/valgrind/main/cachegrind/
cg-arch.c 192 if (VG_(clo_verbosity) >= 2) {
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 202 if (VG_(clo_verbosity) > 1) {
263 if (VG_(clo_verbosity) > 1) {
276 if (VG_(clo_verbosity) > 1
server.c 867 if (VG_(clo_verbosity) > 1)
    [all...]
  /external/valgrind/main/include/
pub_tool_options.h 146 extern Int VG_(clo_verbosity);
  /external/valgrind/main/callgrind/
fn.c 92 if (VG_(clo_verbosity) > 1)
571 if (VG_(clo_verbosity) > 1)
main.c     [all...]
dump.c     [all...]
  /external/valgrind/main/coregrind/
m_main.c 83 if (VG_(clo_verbosity) > 2) {
514 VG_(clo_verbosity)++;
518 VG_(clo_verbosity)--;
    [all...]
m_options.c 60 Int VG_(clo_verbosity) = 1; variable
m_redir.c 774 if (VG_(clo_verbosity) > 2) {
785 if (VG_(clo_verbosity) > 1) {
824 if (VG_(clo_verbosity) > 2) {
834 if (VG_(clo_verbosity) > 1) {
    [all...]
m_stacks.c 304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
m_transtab.c 804 if (VG_(clo_verbosity) > 2)
856 if (VG_(clo_verbosity) > 2)
    [all...]
pub_core_options.h 37 // other module imports this one, if only for VG_(clo_verbosity).
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /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/exp-sgcheck/
h_main.c 710 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {

Completed in 1581 milliseconds

1 2