| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument 998 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument 1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1040 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
|
| D | exported-sql-viewer.py | 527 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 571 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument 588 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument 616 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument 807 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument 853 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument 870 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument 898 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument 1130 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument 1238 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument [all …]
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument 1001 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
|
| D | exported-sql-viewer.py | 528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument 589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument 617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument 808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument 854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument 871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument 899 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument 1131 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument 1239 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument [all …]
|