Searched refs:trace_end (Results 1 – 17 of 17) sorted by relevance
29 sub trace_end subroutine
66 sub trace_end subroutine
21 sub trace_end subroutine
50 sub trace_end subroutine
97 sub trace_end subroutine
73 sub trace_end subroutine
33 def trace_end(): function
45 def trace_end(): function
36 def trace_end(): function
25 def trace_end(): function
37 def trace_end(): function
172 def trace_end(): function
364 def trace_end(): function
140 def trace_end():141 print "in trace_end"166 trace_end(), which are called at the beginning and the end of the224 def trace_end():225 print "in trace_end"232 In trace_end(), we'll simply print the results, but first we need to270 calling the print_syscall_totals() function from the trace_end()290 def trace_end():542 *trace_end*, if defined, is called after all events have been547 def trace_end:
142 *trace_end*, if defined, is called after all events have been147 sub trace_end
1772 char *trace_end; in print_dsp_trace_buffer() local1850 trace_end = &psz_buf[trace_cur_pos]; in print_dsp_trace_buffer()1857 str_beg = trace_end; in print_dsp_trace_buffer()1887 ul_num_bytes = trace_end - str_beg; in print_dsp_trace_buffer()1889 while (str_beg < trace_end) { in print_dsp_trace_buffer()1891 if (new_line != NULL && new_line < trace_end) { in print_dsp_trace_buffer()1895 ul_num_bytes = trace_end - str_beg; in print_dsp_trace_buffer()1905 str_beg = trace_end; in print_dsp_trace_buffer()