Searched refs:trace_begin (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/tools/perf/scripts/python/ |
D | syscall-counts.py | 30 def trace_begin(): function
|
D | futex-contention.py | 42 def trace_begin(): function
|
D | sctop.py | 41 def trace_begin(): function
|
D | syscall-counts-by-pid.py | 33 def trace_begin(): function
|
D | check-perf-trace.py | 21 def trace_begin(): function
|
D | failed-syscalls-by-pid.py | 34 def trace_begin(): function
|
D | netdev-times.py | 150 def trace_begin(): function
|
D | sched-migration.py | 360 def trace_begin(): function
|
/linux-2.6.39/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 60 sub trace_begin subroutine
|
D | check-perf-trace.pl | 16 sub trace_begin subroutine
|
D | rwtop.pl | 91 sub trace_begin subroutine
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-script-python.txt | 137 def trace_begin(): 138 print "in trace_begin" 165 Following that are a couple generated functions, trace_begin() and 210 rid of everything to do with printing as well as the trace_begin() and 534 *trace_begin*, if defined, is called before any event is processed and 538 def trace_begin:
|
D | perf-script-perl.txt | 133 *trace_begin*, if defined, is called before any event is processed and 137 sub trace_begin
|
/linux-2.6.39/drivers/staging/tidspbridge/core/ |
D | io_sm.c | 1932 u32 trace_begin; in dump_dsp_stack() local 1972 cod_get_sym_value(code_mgr, COD_TRACEBEG, &trace_begin); in dump_dsp_stack() 1974 __func__, trace_begin); in dump_dsp_stack() 1996 (u8 *)&mmu_fault_dbg_info, (u32)trace_begin, in dump_dsp_stack() 2032 (u8 *)buffer, (u32)trace_begin, in dump_dsp_stack()
|