HomeSort by relevance Sort by last modified time
    Searched refs:clo_profile_flags (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 131 extern UChar VG_(clo_profile_flags);
m_options.c 78 UChar VG_(clo_profile_flags) = 0; // 00000000b variable
m_transtab.c 250 When not profiling (the normal case, VG_(clo_profile_flags) == 0),
254 When profiling (VG_(clo_profile_flags) > 0), tt_fast and tt_fastN
677 if (VG_(clo_profile_flags) > 0)
716 if (VG_(clo_profile_flags) > 0)
727 if (VG_(clo_profile_flags) > 0) {
    [all...]
m_main.c 715 else if ('1' == tmp_str[j]) VG_(clo_profile_flags) |= (1 << (7-j));
    [all...]
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 775 VG_(clo_profile_flags) > 0 ? 1 : 0 )
    [all...]

Completed in 335 milliseconds