OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventset
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/callgrind/
main.c
118
CLG_ASSERT( (ii->
eventset
->mask & (1u<<EG_BUS))>0 );
125
cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->
eventset
->offset[EG_BUS];
149
CLG_ASSERT( (ii->
eventset
->mask & (1u<<EG_BC))>0 );
154
cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->
eventset
->offset[EG_BC];
179
CLG_ASSERT( (ii->
eventset
->mask & (1u<<EG_BI))>0 );
184
cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->
eventset
->offset[EG_BI];
397
CLG_ASSERT(ev->inode->
eventset
== 0);
398
ev->inode->
eventset
= CLG_(sets).base;
402
ev->inode->
eventset
= CLG_(add_event_group)(ev->inode->
eventset
,
[
all
...]
sim.c
[
all
...]
debug.c
138
void CLG_(print_eventset)(int s,
EventSet
* es)
150
VG_(printf)("(
EventSet
not set)\n");
154
VG_(printf)("
EventSet
%d (%d groups, size %d):",
175
void CLG_(print_cost)(int s,
EventSet
* es, ULong* c)
187
VG_(printf)("Cost (Nothing,
EventSet
not set)\n");
191
VG_(printf)("Cost (Null,
EventSet
%d)\n", es->mask);
196
VG_(printf)("Cost (Nothing,
EventSet
with len 0)\n");
361
CLG_(print_cost)(s+5, ii->
eventset
, bbcc->cost + ii->cost_offset);
451
void CLG_(print_cost)(int s,
EventSet
* es, ULong* cost) {}
global.h
285
EventSet
*
eventset
;
member in struct:_InstrInfo
700
EventSet
*base, *full;
875
void CLG_(print_eventset)(int s,
EventSet
* es);
876
void CLG_(print_cost)(int s,
EventSet
*, ULong* cost);
Completed in 139 milliseconds