Home
last modified time | relevance | path

Searched refs:ftrace_debug (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dtrace.c151 FILE *ftrace_debug; variable
526 ftrace_debug = fopen(fname, "wb"); in trace_init()
527 if (ftrace_debug == NULL) { in trace_init()
532 ftrace_debug = NULL; in trace_init()
837 if (ftrace_debug) in trace_cleanup()
838 fclose(ftrace_debug); in trace_cleanup()
1489 if (ftrace_debug) { in trace_exception()
1490 …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()
1558 if (ftrace_debug && trace_pid.fstream) in trace_switch()
1559 fprintf(ftrace_debug, "t%lld switch %d\n", sim_time, pid); in trace_switch()
[all …]