Home
last modified time | relevance | path

Searched refs:machine_id (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
A Dsetup-common.c83 struct machdep_calls *machine_id; variable
84 EXPORT_SYMBOL(machine_id);
637 for (machine_id = &__machine_desc_start; in probe_machine()
638 machine_id < &__machine_desc_end; in probe_machine()
639 machine_id++) { in probe_machine()
640 DBG(" %s ...\n", machine_id->name); in probe_machine()
641 if (machine_id->compatible && !of_machine_is_compatible(machine_id->compatible)) in probe_machine()
643 if (machine_id->compatibles && !of_machine_compatible_match(machine_id->compatibles)) in probe_machine()
645 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
648 DBG(" %s match !\n", machine_id->name); in probe_machine()
[all …]
/linux/tools/perf/scripts/python/
A Dexport-to-postgresql.py983 def machine_table(machine_id, pid, root_dir, *x): argument
987 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
991 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument
1014 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1033 …iqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1035 …iqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
[all …]
A Dexported-sql-viewer.py1408 self.machine_id = machine_id
4870 def SamplesMinTime(self, machine_id): argument
4876 def SamplesMaxTime(self, machine_id): argument
4882 def CallsMinTime(self, machine_id): argument
4889 def CallsMaxTime(self, machine_id): argument
4896 def GetStartTime(self, machine_id): argument
4899 t2 = self.CallsMinTime(machine_id)
4906 def GetFinishTime(self, machine_id): argument
4909 t2 = self.CallsMaxTime(machine_id)
4928 def StartTime(self, machine_id): argument
[all …]
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DUtil.py73 machine_id = machine_to_id[os.uname()[4]] variable
84 return audit.audit_syscall_to_name(id, machine_id)
/linux/arch/powerpc/include/asm/
A Dmachdep.h216 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()

Completed in 24 milliseconds