Searched refs:trace_begin (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | syscall-counts.py | 30 def trace_begin(): function
|
D | futex-contention.py | 42 def trace_begin(): function
|
D | net_dropmonitor.py | 61 def trace_begin(): function
|
D | check-perf-trace.py | 21 def trace_begin(): function
|
D | sctop.py | 41 def trace_begin(): function
|
D | syscall-counts-by-pid.py | 33 def trace_begin(): function
|
D | failed-syscalls-by-pid.py | 34 def trace_begin(): function
|
D | mem-phys-addr.py | 50 def trace_begin(): function
|
D | event_analyzing_sample.py | 39 def trace_begin(): function
|
D | intel-pt-events.py | 24 def trace_begin(): function
|
D | export-to-sqlite.py | 378 def trace_begin(): function
|
D | export-to-postgresql.py | 566 def trace_begin(): function
|
D | netdev-times.py | 151 def trace_begin(): function
|
D | sched-migration.py | 364 def trace_begin(): function
|
/Linux-v4.19/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 | 92 sub trace_begin subroutine
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 136 TP_PROTO(int pid, const char *name, bool trace_begin), 137 TP_ARGS(pid, name, trace_begin), 141 __field(bool, trace_begin) 146 __entry->trace_begin = trace_begin; 148 TP_printk("%s|%d|%s", __entry->trace_begin ? "B" : "E",
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-python.txt | 137 def trace_begin(): 138 print "in trace_begin" 163 Following that are a couple generated functions, trace_begin() and 208 rid of everything to do with printing as well as the trace_begin() and 527 *trace_begin*, if defined, is called before any event is processed and 531 def trace_begin():
|
D | perf-script-perl.txt | 132 *trace_begin*, if defined, is called before any event is processed and 136 sub trace_begin
|