Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/scripts/perl/
Dfailed-syscalls.pl29 sub trace_end subroutine
Dwakeup-latency.pl66 sub trace_end subroutine
Dcheck-perf-trace.pl21 sub trace_end subroutine
Drw-by-file.pl50 sub trace_end subroutine
Dworkqueue-stats.pl66 sub trace_end subroutine
Drwtop.pl97 sub trace_end subroutine
Drw-by-pid.pl73 sub trace_end subroutine
/linux-2.6.39/tools/perf/scripts/python/
Dsyscall-counts.py33 def trace_end(): function
Dfutex-contention.py45 def trace_end(): function
Dsyscall-counts-by-pid.py36 def trace_end(): function
Dcheck-perf-trace.py25 def trace_end(): function
Dfailed-syscalls-by-pid.py37 def trace_end(): function
Dnetdev-times.py172 def trace_end(): function
Dsched-migration.py364 def trace_end(): function
/linux-2.6.39/tools/perf/Documentation/
Dperf-script-python.txt140 def trace_end():
141 print "in trace_end"
166 trace_end(), which are called at the beginning and the end of the
224 def trace_end():
225 print "in trace_end"
232 In trace_end(), we'll simply print the results, but first we need to
270 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 been
547 def trace_end:
Dperf-script-perl.txt142 *trace_end*, if defined, is called after all events have been
147 sub trace_end
/linux-2.6.39/drivers/staging/tidspbridge/core/
Dio_sm.c1772 char *trace_end; in print_dsp_trace_buffer() local
1850 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()