Searched defs:thread_id (Results 1 – 2 of 2) sorted by relevance
| /tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 671 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 681 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument 706 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 718 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
|
| D | call-graph-from-postgresql.py | 110 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
|