Searched defs:common_cpu (Results 1 – 7 of 7) sorted by relevance
/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 418 def sched__sched_switch(event_name, context, common_cpu, argument [all …]
|
D | check-perf-trace.py | 28 def irq__softirq_entry(event_name, context, common_cpu, argument 39 def kmem__kmalloc(event_name, context, common_cpu, argument
|
D | syscall-counts.py | 36 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
|
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
|
/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
|