Home
last modified time | relevance | path

Searched refs:common_cpu (Results 1 – 15 of 15) sorted by relevance

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dsched-migration.py370 def sched__sched_stat_runtime(event_name, context, common_cpu, argument
375 def sched__sched_stat_iowait(event_name, context, common_cpu, argument
380 def sched__sched_stat_sleep(event_name, context, common_cpu, argument
385 def sched__sched_stat_wait(event_name, context, common_cpu, argument
390 def sched__sched_process_fork(event_name, context, common_cpu, argument
395 def sched__sched_process_wait(event_name, context, common_cpu, argument
400 def sched__sched_process_exit(event_name, context, common_cpu, argument
405 def sched__sched_process_free(event_name, context, common_cpu, argument
410 def sched__sched_migrate_task(event_name, context, common_cpu, argument
414 headers = EventHeaders(common_cpu, common_secs, common_nsecs,
[all …]
Dcheck-perf-trace.py28 def irq__softirq_entry(event_name, context, common_cpu, argument
31 print_header(event_name, common_cpu, common_secs, common_nsecs,
39 def kmem__kmalloc(event_name, context, common_cpu, argument
43 print_header(event_name, common_cpu, common_secs, common_nsecs,
Dsyscall-counts.py36 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
Dsyscall-counts-by-pid.py39 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
Dsctop.py45 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
Dfailed-syscalls-by-pid.py40 def raw_syscalls__sys_exit(event_name, context, common_cpu, argument
/external/linux-tools-perf/src/tools/perf/scripts/perl/
Dwakeup-latency.pl30 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
35 my $wakeup_ts = $last_wakeup{$common_cpu}{ts};
48 $last_wakeup{$common_cpu}{ts} = 0;
53 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
103 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
Dcheck-perf-trace.pl30 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
34 print_header($event_name, $common_cpu, $common_secs, $common_nsecs,
45 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
50 print_header($event_name, $common_cpu, $common_secs, $common_nsecs,
94 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
Drwtop.pl37 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
55 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
68 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
81 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
199 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
Drw-by-pid.pl26 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
42 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
53 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
64 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
180 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
Drw-by-file.pl30 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
41 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
100 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
Dfailed-syscalls.pl20 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py109 def __init__(self, common_cpu, common_secs, common_nsecs, argument
111 self.cpu = common_cpu
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-python.txt143 def raw_syscalls__sys_enter(event_name, context, common_cpu,
146 print_header(event_name, common_cpu, common_secs, common_nsecs,
152 def trace_unhandled(event_name, context, common_cpu, common_secs, common_nsecs,
154 print_header(event_name, common_cpu, common_secs, common_nsecs,
227 def raw_syscalls__sys_enter(event_name, context, common_cpu,
293 def raw_syscalls__sys_enter(event_name, context, common_cpu,
475 def sched__sched_wakeup(event_name, context, common_cpu, common_secs,
493 common_cpu the cpu the event occurred on
553 def trace_unhandled(event_name, context, common_cpu, common_secs,
Dperf-script-perl.txt79 my ($event_name, $context, $common_cpu, $common_secs,
97 $common_cpu the cpu the event occurred on
158 my ($event_name, $context, $common_cpu, $common_secs,