/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | syscall-counts.py | 32 def trace_begin(): function
|
H A D | check-perf-trace.py | 23 def trace_begin(): function 24 print("trace_begin")
|
H A D | futex-contention.py | 49 def trace_begin(): function
|
H A D | net_dropmonitor.py | 63 def trace_begin(): function
|
H A D | syscall-counts-by-pid.py | 35 def trace_begin(): function
|
H A D | failed-syscalls-by-pid.py | 36 def trace_begin(): function
|
H A D | mem-phys-addr.py | 55 def trace_begin(): function
|
H A D | sctop.py | 48 def trace_begin(): function
|
H A D | event_analyzing_sample.py | 41 def trace_begin(): function 42 print("In trace_begin:\n")
|
H A D | intel-pt-events.py | 26 def trace_begin(): function
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | syscall-counts.py | 32 def trace_begin(): function
|
H A D | check-perf-trace.py | 23 def trace_begin(): function 24 print("trace_begin")
|
H A D | futex-contention.py | 49 def trace_begin(): function
|
H A D | net_dropmonitor.py | 63 def trace_begin(): function
|
H A D | syscall-counts-by-pid.py | 35 def trace_begin(): function
|
H A D | failed-syscalls-by-pid.py | 36 def trace_begin(): function
|
H A D | mem-phys-addr.py | 55 def trace_begin(): function
|
H A D | sctop.py | 48 def trace_begin(): function
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 16 sub trace_begin subroutine 18 print "trace_begin\n";
|
H A D | wakeup-latency.pl | 60 sub trace_begin subroutine
|
H A D | rwtop.pl | 92 sub trace_begin subroutine
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | check-perf-trace.pl | 16 sub trace_begin subroutine 18 print "trace_begin\n";
|
H A D | wakeup-latency.pl | 60 sub trace_begin subroutine
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H 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",
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H 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",
|