Searched defs:cyc_cnt (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | export-to-postgresql.py | 1028 …p, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, *x):  argument1040 …e, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x):  argument
 
 | 
| D | exported-sql-viewer.py | 509 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br…  argument553 …row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, pa…  argument
 788 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch…  argument
 833 …ms, row, comm_id, thread_id, calls_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, pa…  argument
 1644 def CalcIPC(cyc_cnt, insn_cnt):  argument
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | event.h | 128 	u64 cyc_cnt;  member
 |