Home
last modified time | relevance | path

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

/external/valgrind/main/exp-bbv/
Dbbv_main.c76 struct thread_info *bbv_thread=NULL; variable
167 if (bbv_thread[current_thread].dyn_instr > interval_size) { in handle_overflow()
172 if (bbv_thread[current_thread].bbtrace_fd < 0) { in handle_overflow()
173 bbv_thread[current_thread].bbtrace_fd=open_tracefile(current_thread); in handle_overflow()
178 VG_(write)(bbv_thread[current_thread].bbtrace_fd,"T",1); in handle_overflow()
186 VG_(write)(bbv_thread[current_thread].bbtrace_fd, in handle_overflow()
192 VG_(write)(bbv_thread[current_thread].bbtrace_fd,"\n",1); in handle_overflow()
195 bbv_thread[current_thread].dyn_instr -= interval_size; in handle_overflow()
202 bbv_thread[current_thread].global_rep_count+=bbv_thread[current_thread].rep_count; in close_out_reps()
203 bbv_thread[current_thread].unique_rep_count++; in close_out_reps()
[all …]