Searched refs:exec_count (Results 1 – 5 of 5) sorted by relevance
132 gcov_type exec_count; member871 bb_graph[i].exec_count = total;881 bb_graph[i].exec_count = total;897 total = bb_graph[i].exec_count - total;921 total = bb_graph[i].exec_count - total;1108 total = block_ptr->exec_count;1408 if (!line_ptr->count && block_ptr->exec_count)1413 line_ptr->count += block_ptr->exec_count;
832 (bb_info): Use gcov_type for succ_count, pred_count and exec_count.
394 u_int16_t exec_count; member
2716 AttachCompletionHandler(Process *process, uint32_t exec_count);
2685 uint32_t exec_count) in AttachCompletionHandler() argument2686 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()2691 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()