Searched refs:orig_cpu (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | cpudeadline.c | 29 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_down() local 63 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_down() 72 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_up() local 89 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_up()
|
| /linux-6.15/tools/testing/ktest/examples/bootconfigs/ |
| H A D | tracing.bconf | 31 ftrace_dump_on_oops = "orig_cpu"
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 353 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu) 414 common_callchain, comm, pid, prio, orig_cpu, argument 418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
|
| /linux-6.15/include/trace/events/ |
| H A D | sched.h | 282 __field( int, orig_cpu ) 290 __entry->orig_cpu = task_cpu(p); 296 __entry->orig_cpu, __entry->dest_cpu)
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 313 2(orig_cpu) Dump the buffer of the CPU that triggered the 316 <instance>=2(orig_cpu) Dump the specific instance buffer on the CPU 322 the dump mode (1/2/orig_cpu) first for global buffer.
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1615 ftrace_dump_on_oops[=2(orig_cpu) | =<instance>][,<instance> | 1616 ,<instance>=2(orig_cpu)] 1619 buffers of all CPUs, if you pass 2 or orig_cpu, it 1625 oops by passing 2 or orig_cpu to it. 1627 ftrace_dump_on_oops=foo=orig_cpu 1632 ftrace_dump_on_oops,foo,bar=orig_cpu
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram.rst | 2426 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
|