Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py980 def machine_table(machine_id, pid, root_dir, *x): argument
984 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
987 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
988 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
1003 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument
1011 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1030 …iqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1032 …iqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1108 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
[all …]
H A Dexported-sql-viewer.py1325 " 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): argument
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))
2199 self.start_time = self.glb.StartTime(collection.machine_id)
2281 rel_time_from = time_from - self.glb.StartTime(self.collection.machine_id)
2444 self.machine_id = glb.HostMachineId()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup-common.c81 struct machdep_calls *machine_id; variable
82 EXPORT_SYMBOL(machine_id);
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()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py72 machine_id = machine_to_id[os.uname()[4]] variable
83 return audit.audit_syscall_to_name(id, machine_id)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0007-use-own-functions-file-instead-etc-init.d-functions.patch65 +# machine_id also exists in /etc/init.d/functions but some
69 +machine_id() { # return the machine ID
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmachdep.h236 extern struct machdep_calls *machine_id;
249 machine_id == &mach_##name; \
/OK3568_Linux_fs/buildroot/package/ti-gfx/
H A Desrev.sh6 machine_id() { # return the machine ID function
/OK3568_Linux_fs/u-boot/board/logicpd/omap3som/
H A Domap3logic.c61 int machine_id; member
67 .machine_id = MACH_TYPE_OMAP3530_LV_SOM,
72 .machine_id = MACH_TYPE_OMAP3_TORPEDO,
218 if (board->machine_id) in board_late_init()
219 gd->bd->bi_arch_number = board->machine_id; in board_late_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dfunctions48 machine_id() { # return the machine ID
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c123 unsigned int machine_id; variable