Home
last modified time | relevance | path

Searched defs:cyc_cnt (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1028 …p, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, *x): argument
1040 …e, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x): argument
H A Dexported-sql-viewer.py527 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
571 …row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, pa… argument
807 …b, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument
853 …row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument
3028 def CalcIPC(cyc_cnt, insn_cnt): argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devent.h133 u64 cyc_cnt; member