Home
last modified time | relevance | path

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

/external/valgrind/exp-bbv/
Dbbv_main.c74 struct thread_info *bbv_thread=NULL; variable
157 if (bbv_thread[current_thread].dyn_instr > interval_size) { in handle_overflow()
162 if (bbv_thread[current_thread].bbtrace_fp == NULL) { in handle_overflow()
163 bbv_thread[current_thread].bbtrace_fp=open_tracefile(current_thread); in handle_overflow()
168 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, "T"); in handle_overflow()
173 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, ":%d:%d ", in handle_overflow()
180 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, "\n"); in handle_overflow()
183 bbv_thread[current_thread].dyn_instr -= interval_size; in handle_overflow()
190 bbv_thread[current_thread].global_rep_count+=bbv_thread[current_thread].rep_count; in close_out_reps()
191 bbv_thread[current_thread].unique_rep_count++; in close_out_reps()
[all …]