Searched refs:orig_cpu (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/kernel/bpf/ |
H 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()
|
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/ |
H A D | tracing.bconf | 31 ftrace_dump_on_oops = "orig_cpu"
|
/openbmc/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)
|
/openbmc/linux/include/trace/events/ |
H A D | sched.h | 284 __field( int, orig_cpu ) 292 __entry->orig_cpu = task_cpu(p); 298 __entry->orig_cpu, __entry->dest_cpu)
|
/openbmc/linux/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
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 2107 …migrate_task: { 1 }, { comm = "lttng-consumerd", tid = 1193, prio = 20, orig_cpu = 1, dest_cpu = 1…
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1564 ftrace_dump_on_oops[=orig_cpu] 1567 buffers of all CPUs, but if you pass orig_cpu, it will
|