Home
last modified time | relevance | path

Searched refs:branch_count (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcallchain.c590 call->branch_count = 1; in fill_node()
750 cnode->branch_count++; in match_chain()
1232 u64 *branch_count, u64 *predicted_count, in callchain_counts_value() argument
1238 if (branch_count) in callchain_counts_value()
1239 *branch_count += clist->branch_count; in callchain_counts_value()
1253 u64 *branch_count, in callchain_node_branch_counts_cumul() argument
1266 callchain_node_branch_counts_cumul(child, branch_count, in callchain_node_branch_counts_cumul()
1271 callchain_counts_value(child, branch_count, in callchain_node_branch_counts_cumul()
1280 u64 *branch_count, u64 *predicted_count, in callchain_branch_counts() argument
1283 if (branch_count) in callchain_branch_counts()
[all …]
H A Dthread-stack.c57 u64 branch_count; member
93 u64 branch_count; member
315 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return()
801 tse->branch_count = ts->branch_count; in thread_stack__push_cp()
1144 ts->branch_count += 1; in thread_stack__process()
H A Dcallchain.h125 u64 branch_count; member
298 u64 *branch_count, u64 *predicted_count,
H A Dthread-stack.h60 u64 branch_count; member
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dset_versions.py113 branch_count = 0 variable
118 if not possible_branch or count < branch_count:
121 branch_count = count variable
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py527 …params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
534 self.branch_count = branch_count
558 branch_count = int(query.value(7))
562 branch_count = int(query.value(5))
563 …lue(1), query.value(2), query.value(3), int(query.value(4)), insn_cnt, cyc_cnt, branch_count, self)
571 …id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item): argument
572 … params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
577 br_pcnt = PercentToOneDP(branch_count, parent_item.branch_count)
579 …ent_item.time), str(insn_cnt), insn_pcnt, str(cyc_cnt), cyc_pcnt, ipc, str(branch_count), br_pcnt ]
581 …rcentToOneDP(time, parent_item.time), str(branch_count), PercentToOneDP(branch_count, parent_item.
[all …]
H A Dexport-to-postgresql.py1040 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count argument
1042 …ead_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8,…
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1246 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()