/external/linux-tools-perf/src/tools/perf/scripts/python/ |
D | sched-migration.py | 370 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 …]
|
D | check-perf-trace.py | 28 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,
|
D | syscall-counts.py | 36 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
|
D | syscall-counts-by-pid.py | 39 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
|
D | sctop.py | 45 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
|
D | failed-syscalls-by-pid.py | 40 def raw_syscalls__sys_exit(event_name, context, common_cpu, argument
|
/external/linux-tools-perf/src/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 30 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,
|
D | check-perf-trace.pl | 30 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,
|
D | rwtop.pl | 37 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,
|
D | rw-by-pid.pl | 26 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,
|
D | rw-by-file.pl | 30 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,
|
D | failed-syscalls.pl | 20 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/ |
D | Core.py | 109 def __init__(self, common_cpu, common_secs, common_nsecs, argument 111 self.cpu = common_cpu
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-script-python.txt | 143 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,
|
D | perf-script-perl.txt | 79 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,
|