Searched defs:cyc_cnt (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1031 …od, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x): argument 1043 …e, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x): argument
|
H A D | exported-sql-viewer.py | 528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 572 …row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, pa… argument 811 …b, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument 857 …row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument 3032 def CalcIPC(cyc_cnt, insn_cnt): argument
|
/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 53 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ member
|
/linux/tools/perf/util/ |
H A D | sample.h | 92 u64 cyc_cnt; member
|