Searched refs:print_all_stats (Results 1 – 5 of 5) sorted by relevance
/external/autotest/site_utils/ |
D | host_history.py | 81 def print_all_stats(results, labels, t_start, t_end): function 263 print_all_stats(results, labels, start_time, end_time)
|
/external/valgrind/include/ |
D | pub_tool_gdbserver.h | 193 extern void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats);
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.c | 153 void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats) in VG_() argument 417 VG_(print_all_stats)(False, /* Memory stats */ in handle_gdb_valgrind_command() local
|
/external/valgrind/coregrind/ |
D | m_mallocfree.c | 789 VG_(print_all_stats) (False, /* Memory stats */ in VG_() local
|
D | m_main.c | 2666 VG_(print_all_stats)(VG_(clo_verbosity) >= 1, /* Memory stats */ in shutdown_actions_NORETURN()
|