Searched refs:orig_cpu (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/sched/ |
| 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/kernel/bpf/ |
| A D | percpu_freelist.c | 59 int cpu, orig_cpu; in ___pcpu_freelist_push_nmi() local 61 orig_cpu = raw_smp_processor_id(); in ___pcpu_freelist_push_nmi() 63 for_each_cpu_wrap(cpu, cpu_possible_mask, orig_cpu) { in ___pcpu_freelist_push_nmi()
|
| /linux/tools/testing/ktest/examples/bootconfigs/ |
| A D | tracing.bconf | 31 ftrace_dump_on_oops = "orig_cpu"
|
| /linux/tools/perf/scripts/python/ |
| 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/ |
| A D | sched.h | 284 __field( int, orig_cpu ) 292 __entry->orig_cpu = task_cpu(p); 298 __entry->orig_cpu, __entry->dest_cpu)
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | kernel.rst | 302 2(orig_cpu) Dump the buffer of the CPU that triggered the 305 <instance>=2(orig_cpu) Dump the specific instance buffer on the CPU 311 the dump mode (1/2/orig_cpu) first for global buffer.
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 1597 ftrace_dump_on_oops[=2(orig_cpu) | =<instance>][,<instance> | 1598 ,<instance>=2(orig_cpu)] 1601 buffers of all CPUs, if you pass 2 or orig_cpu, it 1607 oops by passing 2 or orig_cpu to it. 1609 ftrace_dump_on_oops=foo=orig_cpu 1614 ftrace_dump_on_oops,foo,bar=orig_cpu
|
| /linux/Documentation/trace/ |
| 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
|
Completed in 25 milliseconds