/external/valgrind/main/callgrind/ |
D | debug.c | 47 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 …]
|
D | events.c | 71 EventGroup* CLG_(register_event_group) (int id, Char* n1) in CLG_() function 79 EventGroup* CLG_(register_event_group2)(int id, Char* n1, Char* n2) in CLG_() function 88 EventGroup* CLG_(register_event_group3)(int id, Char* n1, Char* n2, Char* n3) in CLG_() function 98 EventGroup* CLG_(register_event_group4)(int id, in CLG_() function 110 EventGroup* CLG_(get_event_group)(int id) in CLG_() function 149 EventSet* CLG_(get_event_set)(Int id) in CLG_() function 155 EventSet* CLG_(get_event_set2)(Int id1, Int id2) in CLG_() function 162 EventSet* CLG_(get_event_set3)(Int id1, Int id2, Int id3) in CLG_() function 170 EventSet* CLG_(add_event_group)(EventSet* es, Int id) in CLG_() function 177 EventSet* CLG_(add_event_group2)(EventSet* es, Int id1, Int id2) in CLG_() function [all …]
|
D | threads.c | 66 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 85 void CLG_(forall_threads)(void (*func)(thread_info*)) in CLG_() function 127 void CLG_(switch_thread)(ThreadId tid) in CLG_() function 178 void CLG_(run_thread)(ThreadId tid) in CLG_() function 198 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack) in CLG_() function 228 void CLG_(run_post_signal_on_call_stack_bottom)() in CLG_() function 238 void CLG_(post_signal)(ThreadId tid, Int sigNum) in CLG_() function 314 void CLG_(init_exec_state)(exec_state* es) in CLG_() function [all …]
|
D | callstack.c | 48 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 307 void CLG_(pop_call_stack)() in CLG_() function 400 Int CLG_(unwind_call_stack)(Addr sp, Int minpops) in CLG_() function
|
D | context.c | 41 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 85 cxt_hash* CLG_(get_cxt_hash)() in CLG_() function 235 Context* CLG_(get_cxt)(fn_node** fn) in CLG_() function 281 void CLG_(push_cxt)(fn_node* fn) in CLG_() function
|
D | jumps.c | 41 void CLG_(init_jcc_hash)(jcc_hash* jccs) in CLG_() function 58 void CLG_(copy_current_jcc_hash)(jcc_hash* dst) in CLG_() function 68 void CLG_(set_current_jcc_hash)(jcc_hash* h) in CLG_() function 190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to) in CLG_() function
|
D | fn.c | 208 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 417 Bool CLG_(get_debug_info)(Addr instr_addr, in CLG_() function 489 fn_node* CLG_(get_fn_node)(BB* bb) in CLG_() function 610 UInt* CLG_(get_fn_entry)(Int n) in CLG_() function 616 void CLG_(init_fn_array)(fn_array* a) in CLG_() function 632 void CLG_(copy_current_fn_array)(fn_array* dst) in CLG_() function 640 fn_array* CLG_(get_current_fn_array)() in CLG_() function 645 void CLG_(set_current_fn_array)(fn_array* a) in CLG_() function
|
D | bbcc.c | 43 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 435 BBCC* CLG_(get_bbcc)(BB* bb) in CLG_() function 551 void CLG_(setup_bbcc)(BB* bb) in CLG_() function
|
D | costs.c | 40 ULong* CLG_(get_costarray)(Int size) in CLG_() function 70 void CLG_(free_costarrays)() in CLG_() function
|
D | bb.c | 38 void CLG_(init_bb_hash)() in CLG_() function 50 bb_hash* CLG_(get_bb_hash)() in CLG_() function 242 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before) in CLG_() function 289 void CLG_(delete_bb)(Addr addr) in CLG_() function
|
D | clo.c | 396 void CLG_(update_fn_config)(fn_node* fn) in CLG_() function 408 Bool CLG_(process_cmd_line_option)(Char* arg) in CLG_() function 548 void CLG_(print_usage)(void) in CLG_() function 610 void CLG_(print_debug_usage)(void) in CLG_() function 626 void CLG_(set_clo_defaults)(void) in CLG_() function
|
D | main.c | 60 static void CLG_(init_statistics)(Statistics* s) in CLG_() function 810 void CLG_(collectBlockInfo)(IRSB* sbIn, in CLG_() function 902 IRSB* CLG_(instrument)( VgCallbackClosure* closure, in CLG_() function 1297 void CLG_(zero_all_cost)(Bool only_current_thread) in CLG_() function 1336 void CLG_(set_instrument_state)(Char* reason, Bool state) in CLG_() function 1526 Bool CLG_(handle_client_request)(ThreadId tid, UWord *args, UWord *ret) in CLG_() function 1599 void CLG_(pre_syscalltime)(ThreadId tid, UInt syscallno, in CLG_() function 1614 void CLG_(post_syscalltime)(ThreadId tid, UInt syscallno, in CLG_() function 1824 void CLG_(fini)(Int exitcode) in CLG_() function 1849 void CLG_(post_clo_init)(void) in CLG_() function [all …]
|
D | command.c | 155 void CLG_(init_command)() in CLG_() function 161 void CLG_(finish_command)() in CLG_() function 351 void CLG_(check_command)() in CLG_() function
|
D | costs.h | 12 #define CLG_(str) VGAPPEND(vgCallgrind_,str) macro
|
D | events.h | 36 #define CLG_(str) VGAPPEND(vgCallgrind_,str) macro
|
D | dump.c | 60 Int CLG_(get_dump_counter)(void) in CLG_() function 65 Char* CLG_(get_out_file)() in CLG_() function 71 Char* CLG_(get_out_directory)() in CLG_() function 1618 void CLG_(dump_profile)(Char* trigger, Bool only_current_thread) in CLG_() function 1680 void CLG_(init_dumps)() in CLG_() function
|
D | sim.c | 1638 void CLG_(init_eventsets)() in CLG_() function
|