Searched defs:cyc_cnt (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/scripts/python/ |
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
|
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 808 …b, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument 854 …row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, pa… argument 3029 def CalcIPC(cyc_cnt, insn_cnt): argument
|
/linux-6.3-rc2/tools/perf/util/ |
A D | sample.h | 80 u64 cyc_cnt; member
|
/linux-6.3-rc2/tools/perf/include/perf/ |
A D | perf_dlfilter.h | 53 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ member
|
/linux-6.3-rc2/tools/perf/dlfilters/ |
A D | dlfilter-test-api-v0.c | 52 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ member
|
Completed in 19 milliseconds