Searched refs:trace_begin (Results 1 – 21 of 21) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | syscall-counts.py | 32 def trace_begin(): function
|
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 | check-perf-trace.py | 23 def trace_begin(): function
|
H A D | sctop.py | 48 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 | 106 def trace_begin(): 55 def trace_begin(): global() function
|
H A D | event_analyzing_sample.py | 41 def trace_begin(): function
|
H A D | gecko.py | 299 def trace_begin() -> None: function
|
H A D | export-to-sqlite.py | 614 def trace_begin(): function
|
H A D | intel-pt-events.py | 75 def trace_begin(): function
|
H A D | sched-migration.py | 362 def trace_begin(): function
|
H A D | netdev-times.py | 156 def trace_begin(): function
|
H A D | export-to-postgresql.py | 801 def trace_begin(): function
|
H A D | task-analyzer.py | 909 def trace_begin(): function
|
/linux/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 60 sub trace_begin subroutine
|
H A D | check-perf-trace.pl | 16 sub trace_begin subroutine
|
H A D | rwtop.pl | 92 sub trace_begin subroutine
|
/linux/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",
|
/linux/tools/perf/Documentation/ |
H A D | perf-script-perl.txt | 132 *trace_begin*, if defined, is called before any event is processed and 136 sub trace_begin
|