Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/scripts/python/
Dsched-migration.py372 def sched__sched_stat_runtime(event_name, context, common_cpu, argument
377 def sched__sched_stat_iowait(event_name, context, common_cpu, argument
382 def sched__sched_stat_sleep(event_name, context, common_cpu, argument
387 def sched__sched_stat_wait(event_name, context, common_cpu, argument
392 def sched__sched_process_fork(event_name, context, common_cpu, argument
397 def sched__sched_process_wait(event_name, context, common_cpu, argument
402 def sched__sched_process_exit(event_name, context, common_cpu, argument
407 def sched__sched_process_free(event_name, context, common_cpu, argument
412 def sched__sched_migrate_task(event_name, context, common_cpu, argument
416 headers = EventHeaders(common_cpu, common_secs, common_nsecs,
[all …]
Dcheck-perf-trace.py30 def irq__softirq_entry(event_name, context, common_cpu, argument
33 print_header(event_name, common_cpu, common_secs, common_nsecs,
40 def kmem__kmalloc(event_name, context, common_cpu, argument
44 print_header(event_name, common_cpu, common_secs, common_nsecs,
Dsyscall-counts.py38 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
49 def syscalls__sys_enter(event_name, context, common_cpu, argument
Dsctop.py52 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
63 def syscalls__sys_enter(event_name, context, common_cpu, argument
Dsyscall-counts-by-pid.py41 def raw_syscalls__sys_enter(event_name, context, common_cpu, argument
52 def syscalls__sys_enter(event_name, context, common_cpu, argument
Dfailed-syscalls-by-pid.py42 def raw_syscalls__sys_exit(event_name, context, common_cpu, argument
55 def syscalls__sys_exit(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-5.19.10/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,
/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py103 def __init__(self, common_cpu, common_secs, common_nsecs, argument
105 self.cpu = common_cpu
/linux-5.19.10/tools/perf/Documentation/
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,
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,
225 def raw_syscalls__sys_enter(event_name, context, common_cpu,
291 def raw_syscalls__sys_enter(event_name, context, common_cpu,
471 def sched__sched_wakeup(event_name, context, common_cpu, common_secs,
489 common_cpu the cpu the event occurred on
/linux-5.19.10/Documentation/admin-guide/pm/
Damd-pstate.rst392common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
/linux-5.19.10/kernel/trace/
Dtrace_events.c179 __generic_field(int, common_cpu, FILTER_CPU); in trace_define_generic_fields()
/linux-5.19.10/Documentation/trace/
Dhistogram.rst195 common_cpu int the cpu on which the event occurred.