Home | History | Annotate | Download | only in callgrind

Lines Matching defs:CLG_

36 #define CLG_(str) VGAPPEND(vgCallgrind_,str)
55 EventGroup* CLG_(register_event_group) (int id, const HChar*);
56 EventGroup* CLG_(register_event_group2)(int id, const HChar*, const HChar*);
57 EventGroup* CLG_(register_event_group3)(int id, const HChar*, const HChar*,
59 EventGroup* CLG_(register_event_group4)(int id, const HChar*, const HChar*,
61 EventGroup* CLG_(get_event_group)(int id);
75 EventSet* CLG_(get_event_set)(Int id);
76 EventSet* CLG_(get_event_set2)(Int id1, Int id2);
77 EventSet* CLG_(add_event_group)(EventSet*, Int id);
78 EventSet* CLG_(add_event_group2)(EventSet*, Int id1, Int id2);
79 EventSet* CLG_(add_event_set)(EventSet*, EventSet*);
85 ULong* CLG_(get_eventset_cost)(EventSet*);
87 void CLG_(init_cost)(EventSet*,ULong*);
89 void CLG_(init_cost_lz)(EventSet*,ULong**);
91 void CLG_(zero_cost)(EventSet*,ULong*);
92 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
93 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
94 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src);
95 void CLG_(add_cost)(EventSet*,ULong* dst, ULong* src);
96 void CLG_(add_cost_lz)(EventSet*,ULong** pdst, ULong* src);
98 Bool CLG_(add_and_zero_cost)(EventSet*,ULong* dst, ULong* src);
99 Bool CLG_(add_and_zero_cost2)(EventSet*,ULong* dst,EventSet*,ULong* src);
102 Bool CLG_(add_diff_cost)(EventSet*,ULong* dst, ULong* old, ULong* new_cost);
103 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
122 EventMapping* CLG_(get_eventmapping)(EventSet*);
123 void CLG_(append_event)(EventMapping*, const HChar*);
127 HChar *CLG_(eventmapping_as_string)(const EventMapping*);
131 HChar *CLG_(mappingcost_as_string)(const EventMapping*, const ULong*);