Searched refs:trace_begin (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | syscall-counts.py | 32 def trace_begin(): function
|
A D | futex-contention.py | 49 def trace_begin(): function
|
A D | net_dropmonitor.py | 63 def trace_begin(): function
|
A D | check-perf-trace.py | 23 def trace_begin(): function
|
A D | syscall-counts-by-pid.py | 35 def trace_begin(): function
|
A D | sctop.py | 48 def trace_begin(): function
|
A D | failed-syscalls-by-pid.py | 36 def trace_begin(): function
|
A D | mem-phys-addr.py | 55 def trace_begin(): function
|
A D | event_analyzing_sample.py | 41 def trace_begin(): function
|
A D | arm-cs-trace-disasm.py | 121 def trace_begin(): function
|
A D | export-to-sqlite.py | 614 def trace_begin(): function
|
A D | intel-pt-events.py | 75 def trace_begin(): function
|
A D | sched-migration.py | 362 def trace_begin(): function
|
A D | netdev-times.py | 156 def trace_begin(): function
|
A D | export-to-postgresql.py | 801 def trace_begin(): function
|
A D | task-analyzer.py | 909 def trace_begin(): function
|
/linux-6.3-rc2/tools/perf/scripts/perl/ |
A D | wakeup-latency.pl | 60 sub trace_begin subroutine
|
A D | check-perf-trace.pl | 16 sub trace_begin subroutine
|
A D | rwtop.pl | 92 sub trace_begin subroutine
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_trace.h | 107 TP_PROTO(int pid, const char *name, bool trace_begin), 108 TP_ARGS(pid, name, trace_begin), 112 __field(bool, trace_begin) 117 __entry->trace_begin = trace_begin; 119 TP_printk("%s|%d|%s", __entry->trace_begin ? "B" : "E",
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A 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():
|
A D | perf-script-perl.txt | 132 *trace_begin*, if defined, is called before any event is processed and 136 sub trace_begin
|
Completed in 36 milliseconds