Searched defs:machine_id (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/scripts/python/ |
A D | export-to-postgresql.py | 980 def machine_table(machine_id, pid, root_dir, *x): argument 987 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 1003 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1108 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
|
A D | exported-sql-viewer.py | 1405 def __init__(self, glb, db, machine_id): argument 4858 def SwitchesMinTime(self, machine_id): argument 4864 def SwitchesMaxTime(self, machine_id): argument 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 4906 def GetFinishTime(self, machine_id): argument 4928 def StartTime(self, machine_id): argument [all …]
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
A D | Util.py | 72 machine_id = machine_to_id[os.uname()[4]] variable
|
/linux/arch/powerpc/kernel/ |
A D | setup-common.c | 81 struct machdep_calls *machine_id; variable
|
Completed in 19 milliseconds