Home
last modified time | relevance | path

Searched refs:dyn_instr (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/exp-bbv/
Dbbv_main.c78 ULong dyn_instr; /* Current retired instruction count */ member
157 if (bbv_thread[current_thread].dyn_instr > interval_size) { in handle_overflow()
183 bbv_thread[current_thread].dyn_instr -= interval_size; in handle_overflow()
211 bbv_thread[current_thread].dyn_instr +=n_instrs; in per_instruction_BBV()
224 bbv_thread[current_thread].dyn_instr++; in per_instruction_BBV_rep()
252 bbv_thread[current_thread].dyn_instr +=n_instrs; in per_instruction_BBV_fldcw()
472 temp[i].dyn_instr=0; in allocate_new_thread()