Home | History | Annotate | Download | only in callgrind

Lines Matching refs:EventSet

35 static EventSet* eventSetTable[MAX_EVENTSET_COUNT];
122 EventSet* eventset_from_mask(UInt mask)
124 EventSet* es;
132 es = (EventSet*) CLG_MALLOC("cl.events.eventset.1", sizeof(EventSet));
152 EventSet* CLG_(get_event_set)(Int id)
158 EventSet* CLG_(get_event_set2)(Int id1, Int id2)
165 EventSet* CLG_(add_event_group)(EventSet* es, Int id)
172 EventSet* CLG_(add_event_group2)(EventSet* es, Int id1, Int id2)
180 EventSet* CLG_(add_event_set)(EventSet* es1, EventSet* es2)
189 ULong* CLG_(get_eventset_cost)(EventSet* es)
195 void CLG_(init_cost)(EventSet* es, ULong* cost)
206 void CLG_(init_cost_lz)(EventSet* es, ULong** cost)
218 void CLG_(zero_cost)(EventSet* es, ULong* cost)
228 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost)
240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src)
254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
273 void CLG_(add_cost)(EventSet* es, ULong* dst, ULong* src)
284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
304 Bool CLG_(add_and_zero_cost)(EventSet* es, ULong* dst, ULong* src)
323 Bool CLG_(add_and_zero_cost2)(EventSet* esDst, ULong* dst,
324 EventSet* esSrc, ULong* src)
359 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost)
377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost)
404 EventMapping* CLG_(get_eventmapping)(EventSet* es)