Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py72 self.comm_id = 0
94 def setUpLevel1(self, comm_id, comm): argument
96 self.comm_id = comm_id
101 … SELECT tid FROM threads WHERE id = thread_id ) FROM comm_threads WHERE comm_id = ' + str(comm_id))
108 child_item.setUpLevel2(comm_id, query.value(0), query.value(1), query.value(2))
110 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
111 self.comm_id = comm_id
138 child_item.comm_id = self.comm_id
162 …call_path_id = ' + str(self.call_path_id) + ' AND comm_id = ' + str(self.comm_id) + ' AND thread_i…
Dexport-to-postgresql.py666 def comm_table(comm_id, comm_str, *x): argument
669 value = struct.pack(fmt, 2, 8, comm_id, n, comm_str)
672 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument
674 value = struct.pack(fmt, 3, 8, comm_thread_id, 8, comm_id, 8, thread_id)
697 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
699 …qiqiiiB", 17, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, sy…
701 …qiqiiiB", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, sy…
709 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
711 …value = struct.pack(fmt, 11, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8,…