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