Searched refs:comm_table (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 621 comm_table(0, "unknown", 0, 0, 0) 690 def comm_table(*x): function
|
H A D | export-to-postgresql.py | 783 comm_file = open_output_file("comm_table.bin") 807 comm_table(0, "unknown", 0, 0, 0) 994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): function
|