Searched defs:comm_id (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A 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
|