| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| 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
|
| D | exported-sql-viewer.py | 1404 def __init__(self, glb, db, machine_id): argument 4945 def SwitchesMinTime(self, machine_id): argument 4951 def SwitchesMaxTime(self, machine_id): argument 4957 def SamplesMinTime(self, machine_id): argument 4963 def SamplesMaxTime(self, machine_id): argument 4969 def CallsMinTime(self, machine_id): argument 4976 def CallsMaxTime(self, machine_id): argument 4983 def GetStartTime(self, machine_id): argument 4993 def GetFinishTime(self, machine_id): argument 5015 def StartTime(self, machine_id): argument [all …]
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 983 def machine_table(machine_id, pid, root_dir, *x): argument 990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
|
| D | exported-sql-viewer.py | 1408 def __init__(self, glb, db, machine_id): argument 4861 def SwitchesMinTime(self, machine_id): argument 4867 def SwitchesMaxTime(self, machine_id): argument 4873 def SamplesMinTime(self, machine_id): argument 4879 def SamplesMaxTime(self, machine_id): argument 4885 def CallsMinTime(self, machine_id): argument 4892 def CallsMaxTime(self, machine_id): argument 4899 def GetStartTime(self, machine_id): argument 4909 def GetFinishTime(self, machine_id): argument 4931 def StartTime(self, machine_id): argument [all …]
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Util.py | 72 machine_id = machine_to_id[os.uname()[4]] variable
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Util.py | 73 machine_id = machine_to_id[os.uname()[4]] variable
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | setup-common.c | 84 struct machdep_calls *machine_id; variable
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | setup-common.c | 81 struct machdep_calls *machine_id; variable
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | setup.c | 118 unsigned int machine_id; variable
|