OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dyn_instr
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/exp-bbv/
bbv_main.c
80
ULong
dyn_instr
; /* Current retired instruction count */
member in struct:thread_info
167
if (bbv_thread[current_thread].
dyn_instr
> interval_size) {
195
bbv_thread[current_thread].
dyn_instr
-= interval_size;
223
bbv_thread[current_thread].
dyn_instr
+=n_instrs;
236
bbv_thread[current_thread].
dyn_instr
++;
264
bbv_thread[current_thread].
dyn_instr
+=n_instrs;
482
temp[i].
dyn_instr
=0;
Completed in 165 milliseconds