Home
last modified time | relevance | path

Searched defs:comm_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py991 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
Dexported-sql-viewer.py521 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
565 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
582 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
610 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
801 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
847 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
864 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
892 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
1124 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument
1232 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
[all …]