Searched refs:ftrace_debug (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | trace.c | 54 FILE *ftrace_debug; variable 429 ftrace_debug = fopen(fname, "wb"); in trace_init() 430 if (ftrace_debug == NULL) { in trace_init() 435 ftrace_debug = NULL; in trace_init() 740 if (ftrace_debug) in trace_cleanup() 741 fclose(ftrace_debug); in trace_cleanup() 1392 if (ftrace_debug) { in trace_exception() 1393 …fprintf(ftrace_debug, "t%llu exc pc: 0x%x bb_addr: 0x%x num_insns: %d current_pc: 0x%x bb_num %llu… in trace_exception() 1461 if (ftrace_debug && trace_pid.fstream) in trace_switch() 1462 fprintf(ftrace_debug, "t%lld switch %d\n", sim_time, pid); in trace_switch() [all …]
|
D | dcache.c | 21 extern FILE *ftrace_debug; 214 if (ftrace_debug) in dcache_load() 215 fprintf(ftrace_debug, "t%lld %08x\n", sim_time, addr); in dcache_load() 305 if (ftrace_debug) in dcache_store() 306 fprintf(ftrace_debug, "t%lld %08x\n", sim_time, addr); in dcache_store()
|