Searched defs:machine_id (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 656 def machine_table(machine_id, pid, root_dir, *x): argument 662 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 677 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 697 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
|
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 70 machine_id = machine_to_id[os.uname()[4]] variable
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup-common.c | 76 struct machdep_calls *machine_id; variable
|
/linux-4.4.14/arch/x86/kernel/ |
D | setup.c | 187 unsigned int machine_id; variable
|