Home
last modified time | relevance | path

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

/linux-5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py980 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
Dexported-sql-viewer.py1398 def __init__(self, glb, db, machine_id): argument
4939 def SwitchesMinTime(self, machine_id): argument
4945 def SwitchesMaxTime(self, machine_id): argument
4951 def SamplesMinTime(self, machine_id): argument
4957 def SamplesMaxTime(self, machine_id): argument
4963 def CallsMinTime(self, machine_id): argument
4970 def CallsMaxTime(self, machine_id): argument
4977 def GetStartTime(self, machine_id): argument
4987 def GetFinishTime(self, machine_id): argument
5009 def StartTime(self, machine_id): argument
[all …]
/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py72 machine_id = machine_to_id[os.uname()[4]] variable
/linux-5.10/arch/powerpc/kernel/
Dsetup-common.c81 struct machdep_calls *machine_id; variable
/linux-5.10/arch/x86/kernel/
Dsetup.c123 unsigned int machine_id; variable