Searched refs:call_return_table (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 627 call_return_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 718 def call_return_table(*x): function
|
D | export-to-postgresql.py | 813 call_return_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… function
|
/linux-6.1.9/tools/perf/Documentation/ |
D | db-export.txt | 35 number of arguments (e.g. def call_return_table(*x)) i.e. perf can pass more
|