Home
last modified time | relevance | path

Searched defs:CLG_ (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/callgrind/
Ddebug.c47 void CLG_(print_bb)(int s, BB* bb) in CLG_() function
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index) in CLG_() function
97 void CLG_(print_execstate)(int s, exec_state* es) in CLG_() function
115 void CLG_(print_bbcc)(int s, BBCC* bbcc) in CLG_() function
138 void CLG_(print_eventset)(int s, EventSet* es) in CLG_() function
175 void CLG_(print_cost)(int s, EventSet* es, ULong* c) in CLG_() function
226 void CLG_(print_short_jcc)(jCC* jcc) in CLG_() function
240 void CLG_(print_jcc)(int s, jCC* jcc) in CLG_() function
263 void CLG_(print_stackentry)(int s, int sp) in CLG_() function
295 void CLG_(print_bbcc_fn)(BBCC* bbcc) in CLG_() function
[all …]
Devents.c71 EventGroup* CLG_(register_event_group) (int id, const HChar* n1) in CLG_() function
79 EventGroup* CLG_(register_event_group2)(int id, const HChar* n1, in CLG_() function
89 EventGroup* CLG_(register_event_group3)(int id, const HChar* n1, in CLG_() function
100 EventGroup* CLG_(register_event_group4)(int id, const HChar* n1, in CLG_() function
113 EventGroup* CLG_(get_event_group)(int id) in CLG_() function
152 EventSet* CLG_(get_event_set)(Int id) in CLG_() function
158 EventSet* CLG_(get_event_set2)(Int id1, Int id2) in CLG_() function
165 EventSet* CLG_(add_event_group)(EventSet* es, Int id) in CLG_() function
172 EventSet* CLG_(add_event_group2)(EventSet* es, Int id1, Int id2) in CLG_() function
180 EventSet* CLG_(add_event_set)(EventSet* es1, EventSet* es2) in CLG_() function
[all …]
Dthreads.c66 thread_info** CLG_(get_threads)() in CLG_() function
71 thread_info* CLG_(get_current_thread)() in CLG_() function
76 void CLG_(init_threads)() in CLG_() function
88 void CLG_(forall_threads)(void (*func)(thread_info*)) in CLG_() function
130 void CLG_(switch_thread)(ThreadId tid) in CLG_() function
181 void CLG_(run_thread)(ThreadId tid) in CLG_() function
199 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack) in CLG_() function
229 void CLG_(run_post_signal_on_call_stack_bottom)() in CLG_() function
239 void CLG_(post_signal)(ThreadId tid, Int sigNum) in CLG_() function
315 void CLG_(init_exec_state)(exec_state* es) in CLG_() function
[all …]
Dcallstack.c48 void CLG_(init_call_stack)(call_stack* s) in CLG_() function
63 call_entry* CLG_(get_call_entry)(Int sp) in CLG_() function
69 void CLG_(copy_current_call_stack)(call_stack* dst) in CLG_() function
78 void CLG_(set_current_call_stack)(call_stack* s) in CLG_() function
186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip) in CLG_() function
314 void CLG_(pop_call_stack)() in CLG_() function
407 Int CLG_(unwind_call_stack)(Addr sp, Int minpops) in CLG_() function
Dcontext.c41 void CLG_(init_fn_stack)(fn_stack* s) in CLG_() function
52 void CLG_(copy_current_fn_stack)(fn_stack* dst) in CLG_() function
61 void CLG_(set_current_fn_stack)(fn_stack* s) in CLG_() function
72 void CLG_(init_cxt_table)() in CLG_() function
228 Context* CLG_(get_cxt)(fn_node** fn) in CLG_() function
274 void CLG_(push_cxt)(fn_node* fn) in CLG_() function
Djumps.c39 void CLG_(init_jcc_hash)(jcc_hash* jccs) in CLG_() function
56 void CLG_(copy_current_jcc_hash)(jcc_hash* dst) in CLG_() function
66 void CLG_(set_current_jcc_hash)(jcc_hash* h) in CLG_() function
186 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to) in CLG_() function
Dfn.c208 void CLG_(init_obj_table)() in CLG_() function
264 obj_node* CLG_(get_obj_node)(DebugInfo* di) in CLG_() function
307 file_node* CLG_(get_file_node)(obj_node* curr_obj_node, in CLG_() function
426 Bool CLG_(get_debug_info)(Addr instr_addr, in CLG_() function
488 fn_node* CLG_(get_fn_node)(BB* bb) in CLG_() function
614 UInt* CLG_(get_fn_entry)(Int n) in CLG_() function
620 void CLG_(init_fn_array)(fn_array* a) in CLG_() function
636 void CLG_(copy_current_fn_array)(fn_array* dst) in CLG_() function
644 fn_array* CLG_(get_current_fn_array)() in CLG_() function
649 void CLG_(set_current_fn_array)(fn_array* a) in CLG_() function
Dbbcc.c43 void CLG_(init_bbcc_hash)(bbcc_hash* bbccs) in CLG_() function
57 void CLG_(copy_current_bbcc_hash)(bbcc_hash* dst) in CLG_() function
66 bbcc_hash* CLG_(get_current_bbcc_hash)() in CLG_() function
71 void CLG_(set_current_bbcc_hash)(bbcc_hash* h) in CLG_() function
83 void CLG_(zero_bbcc)(BBCC* bbcc) in CLG_() function
112 void CLG_(forall_bbccs)(void (*func)(BBCC*)) in CLG_() function
444 BBCC* CLG_(get_bbcc)(BB* bb) in CLG_() function
561 void CLG_(setup_bbcc)(BB* bb) in CLG_() function
Dbb.c38 void CLG_(init_bb_hash)() in CLG_() function
50 bb_hash* CLG_(get_bb_hash)() in CLG_() function
240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before) in CLG_() function
287 void CLG_(delete_bb)(Addr addr) in CLG_() function
Dclo.c397 void CLG_(update_fn_config)(fn_node* fn) in CLG_() function
409 Bool CLG_(process_cmd_line_option)(const HChar* arg) in CLG_() function
549 void CLG_(print_usage)(void) in CLG_() function
611 void CLG_(print_debug_usage)(void) in CLG_() function
627 void CLG_(set_clo_defaults)(void) in CLG_() function
Dcosts.c40 ULong* CLG_(get_costarray)(Int size) in CLG_() function
Dmain.c65 static void CLG_(init_statistics)(Statistics* s) in CLG_() function
861 void CLG_(collectBlockInfo)(IRSB* sbIn, in CLG_() function
953 IRSB* CLG_(instrument)( VgCallbackClosure* closure, in CLG_() function
1416 void CLG_(zero_all_cost)(Bool only_current_thread) in CLG_() function
1452 void CLG_(set_instrument_state)(const HChar* reason, Bool state) in CLG_() function
1642 Bool CLG_(handle_client_request)(ThreadId tid, UWord *args, UWord *ret) in CLG_() function
1712 void CLG_(pre_syscalltime)(ThreadId tid, UInt syscallno, in CLG_() function
1727 void CLG_(post_syscalltime)(ThreadId tid, UInt syscallno, in CLG_() function
1941 void CLG_(fini)(Int exitcode) in CLG_() function
1966 void CLG_(post_clo_init)(void) in CLG_() function
[all …]
Dcosts.h36 #define CLG_(str) VGAPPEND(vgCallgrind_,str) macro
Devents.h36 #define CLG_(str) VGAPPEND(vgCallgrind_,str) macro
Ddump.c53 Int CLG_(get_dump_counter)(void) in CLG_() function
910 static void CLG_(qsort)(BBCC **a, int n, int (*cmp)(BBCC**,BBCC**)) in CLG_() function
1477 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) in CLG_() function
1565 void CLG_(init_dumps)() in CLG_() function
Dsim.c1598 void CLG_(init_eventsets)() in CLG_() function