Searched refs:orig_cpu (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cpudeadline.c | 30 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_down() local 64 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_down() 73 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_up() local 90 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_up()
|
| /linux/kernel/bpf/ |
| H A D | percpu_freelist.c | 59 int cpu, orig_cpu; ___pcpu_freelist_push_nmi() local
|
| /linux/tools/testing/ktest/examples/bootconfigs/ |
| H A D | tracing.bconf | 31 ftrace_dump_on_oops = "orig_cpu"
|
| /linux/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/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/Documentation/arch/powerpc/ |
| H A D | vpa-dtl.rst | 150 …359904: sched:sched_migrate_task: comm=perf pid=13418 prio=120 orig_cpu=9 dest_cpu=10
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 314 2(orig_cpu) Dump the buffer of the CPU that triggered the 317 <instance>=2(orig_cpu) Dump the specific instance buffer on the CPU 323 the dump mode (1/2/orig_cpu) first for global buffer.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1768 ftrace_dump_on_oops[=2(orig_cpu) | =<instance>][,<instance> | 1769 ,<instance>=2(orig_cpu)] 1772 buffers of all CPUs, if you pass 2 or orig_cpu, it 1778 oops by passing 2 or orig_cpu to it. 1780 ftrace_dump_on_oops=foo=orig_cpu 1785 ftrace_dump_on_oops,foo,bar=orig_cpu
|