Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
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
Dexported-sql-viewer.py521 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
565 …row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, pa… argument
801 …b, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument
847 …row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument
3022 def CalcIPC(cyc_cnt, insn_cnt): argument
/Linux-v5.10/tools/perf/util/
Devent.h133 u64 cyc_cnt; member