Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexport-to-postgresql.py994 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
Dexported-sql-viewer.py528 …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 …]