Searched refs:machine_id (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup-common.c | 84 struct machdep_calls *machine_id; variable 85 EXPORT_SYMBOL(machine_id); variable 630 for (machine_id = &__machine_desc_start; in probe_machine() 631 machine_id < &__machine_desc_end; in probe_machine() 632 machine_id++) { in probe_machine() 633 DBG(" %s ...\n", machine_id->name); in probe_machine() 634 if (machine_id->compatible && !of_machine_is_compatible(machine_id->compatible)) in probe_machine() 636 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine() 639 DBG(" %s match !\n", machine_id in probe_machine() [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 350 'machine_id bigint,' 366 'machine_id bigint,' 385 'machine_id bigint,' 407 'machine_id bigint,' 487 'machine_id bigint,' 507 'machine_id,' 508 '(SELECT host_or_guest FROM machines_view WHERE id = machine_id) AS host_or_guest,' 528 'machine_id,' 529 '(SELECT host_or_guest FROM machines_view WHERE id = machine_id) AS host_or_guest,' 712 'context_switches.machine_id,' [all...] |
H A D | exported-sql-viewer.py | 1325 " WHERE machine_id = " + str(self.collection.machine_id) + 1337 start_time = self.collection.glb.StartTime(self.collection.machine_id) 1404 def __init__(self, glb, db, machine_id): 1407 self.machine_id = machine_id 1410 self.xrangelo = glb.StartTime(machine_id) 1411 self.xrangehi = glb.FinishTime(machine_id) 1424 " WHERE machine_id = " + str(self.machine_id)) [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 350 'machine_id bigint,' 366 'machine_id bigint,' 385 'machine_id bigint,' 408 'machine_id bigint,' 489 'machine_id bigint,' 509 'machine_id,' 510 '(SELECT host_or_guest FROM machines_view WHERE id = machine_id) AS host_or_guest,' 530 'machine_id,' 531 '(SELECT host_or_guest FROM machines_view WHERE id = machine_id) AS host_or_guest,' 715 'context_switches.machine_id,' [all...] |
H A D | exported-sql-viewer.py | 1326 " WHERE machine_id = " + str(self.collection.machine_id) + 1338 start_time = self.collection.glb.StartTime(self.collection.machine_id) 1405 def __init__(self, glb, db, machine_id): 1408 self.machine_id = machine_id 1411 self.xrangelo = glb.StartTime(machine_id) 1412 self.xrangehi = glb.FinishTime(machine_id) 1425 " WHERE machine_id = " + str(self.machine_id)) [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | setup-common.c | 81 struct machdep_calls *machine_id; variable 82 EXPORT_SYMBOL(machine_id); variable 616 for (machine_id = &__machine_desc_start; in probe_machine() 617 machine_id < &__machine_desc_end; in probe_machine() 618 machine_id++) { in probe_machine() 619 DBG(" %s ...", machine_id->name); in probe_machine() 620 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine() 628 if (machine_id >= &__machine_desc_end) { in probe_machine()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 72 machine_id = machine_to_id[os.uname()[4]] 83 return audit.audit_syscall_to_name(id, machine_id)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 73 machine_id = machine_to_id[os.uname()[4]] 84 return audit.audit_syscall_to_name(id, machine_id)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | machdep.h | 212 * current platform. machine_id contains the initial address where the 216 extern struct machdep_calls *machine_id; 227 WARN_ON(!machine_id); // complain if used before probe_machine() in __machine_is() 228 return machine_id == md; in __machine_is()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | machdep.h | 232 * current platform. machine_id contains the initial address where the 236 extern struct machdep_calls *machine_id; 249 machine_id == &mach_##name; \
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | setup.c | 118 unsigned int machine_id; variable
|
Completed in 15 milliseconds