OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dw
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_main.c
115
CacheCC
Dw
; /* Data write/modify counts */
281
lineCC->
Dw
.a = 0;
282
lineCC->
Dw
.m1 = 0;
283
lineCC->
Dw
.mL = 0;
393
&n->parent->
Dw
.m1, &n->parent->
Dw
.mL);
394
n->parent->
Dw
.a++;
413
&n->parent->
Dw
.m1, &n->parent->
Dw
.mL);
414
n->parent->
Dw
.a++
[
all
...]
/external/valgrind/main/callgrind/
main.c
203
notified event where possible (
Dw
immediately following Dr and
258
}
Dw
;
282
case Ev_Dw: return ev->Ev.
Dw
.ea;
291
case Ev_Dw: return ev->Ev.
Dw
.szB;
343
VG_(printf)("
Dw
(InstrInfo %p) at +%d %d EA=",
344
ev->inode, ev->inode->instr_offset, ev->Ev.
Dw
.szB);
345
ppIRExpr(ev->Ev.
Dw
.ea);
407
// extend event set by
Dw
counters
456
Dm events have same effect as
Dw
events */
478
/* Merge an Ir with a following
Dw
/Dm. *
[
all
...]
Completed in 145 milliseconds