Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py678 def machine_table(machine_id, pid, root_dir, *x): argument
681 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
684 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
685 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
699 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument
704 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
719 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
721 …iqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiq", 18, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
723 …iqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiq", 22, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
/Linux-v4.19/arch/powerpc/kernel/
Dsetup-common.c84 struct machdep_calls *machine_id; variable
85 EXPORT_SYMBOL(machine_id);
625 for (machine_id = &__machine_desc_start; in probe_machine()
626 machine_id < &__machine_desc_end; in probe_machine()
627 machine_id++) { in probe_machine()
628 DBG(" %s ...", machine_id->name); in probe_machine()
629 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
637 if (machine_id >= &__machine_desc_end) { in probe_machine()
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py72 machine_id = machine_to_id[os.uname()[4]] variable
83 return audit.audit_syscall_to_name(id, machine_id)
/Linux-v4.19/arch/powerpc/include/asm/
Dmachdep.h247 extern struct machdep_calls *machine_id;
260 machine_id == &mach_##name; \
/Linux-v4.19/arch/x86/kernel/
Dsetup.c177 unsigned int machine_id; variable