Searched refs:branch_count (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread-stack.c | 78 u64 branch_count; member 101 u64 branch_count; member 211 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return() 478 tse->branch_count = ts->branch_count; in thread_stack__push_cp() 706 ts->branch_count += 1; in thread_stack__process()
|
D | thread-stack.h | 64 u64 branch_count; member
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 441 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 443 …ead_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8,…
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 746 tuple_set_u64(t, 6, cr->branch_count); in python_export_call_return()
|