Searched refs:clo_profyle_flags (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/
H A Dm_sbprofile.c106 if (VG_(clo_profyle_flags) > 0) {
147 VG_(translate)(0, tops[r].addr, True, VG_(clo_profyle_flags), 0, True);
H A Dpub_core_options.h168 extern UChar VG_(clo_profyle_flags);
H A Dm_options.c96 UChar VG_(clo_profyle_flags) = 0; // 00000000b variable
H A Dm_main.c866 else if ('1' == tmp_str[j]) VG_(clo_profyle_flags) |= (1 << (7-j));

Completed in 64 milliseconds