Home
last modified time | relevance | path

Searched defs:common_cpu (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/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
418 def sched__sched_switch(event_name, context, common_cpu, argument
[all …]
Dsyscall-counts-by-pid.py39 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
51 def syscalls__sys_enter(event_name, context, common_cpu, argument
Dsyscall-counts.py36 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
47 def 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
53 def syscalls__sys_exit(event_name, context, common_cpu, argument
Dsctop.py45 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
56 def syscalls__sys_enter(event_name, context, common_cpu, argument
Dcheck-perf-trace.py28 def irq__softirq_entry(event_name, context, common_cpu, argument
39 def kmem__kmalloc(event_name, context, common_cpu, argument
Dcompaction-times.py211 def compaction__mm_compaction_migratepages(event_name, context, common_cpu, argument
218 def compaction__mm_compaction_isolate_freepages(event_name, context, common_cpu, argument
225 def compaction__mm_compaction_isolate_migratepages(event_name, context, common_cpu, argument
232 def compaction__mm_compaction_end(event_name, context, common_cpu, argument
239 def compaction__mm_compaction_begin(event_name, context, common_cpu, argument
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py109 def __init__(self, common_cpu, common_secs, common_nsecs, argument