Home | History | Annotate | Download | only in callgrind

Lines Matching refs:ULong

86 ULong* CLG_(get_eventset_cost)(EventSet*);
88 void CLG_(init_cost)(EventSet*,ULong*);
90 void CLG_(init_cost_lz)(EventSet*,ULong**);
92 void CLG_(zero_cost)(EventSet*,ULong*);
93 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
94 Bool CLG_(is_equal_cost)(EventSet*,ULong*,ULong*);
95 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
96 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src);
97 void CLG_(add_cost)(EventSet*,ULong* dst, ULong* src);
98 void CLG_(add_cost_lz)(EventSet*,ULong** pdst, ULong* src);
100 Bool CLG_(add_and_zero_cost)(EventSet*,ULong* dst, ULong* src);
101 Bool CLG_(add_and_zero_cost2)(EventSet*,ULong* dst,EventSet*,ULong* src);
104 Bool CLG_(add_diff_cost)(EventSet*,ULong* dst, ULong* old, ULong* new_cost);
105 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
107 Int CLG_(sprint_cost)(Char* buf, EventSet*, ULong*);
131 Int CLG_(sprint_mappingcost)(Char* buf, EventMapping*, ULong*);