Searched defs:cyc_cnt (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1028 …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
|
| 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/tools/perf/include/perf/ |
| A D | perf_dlfilter.h | 47 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ member
|
| /linux/tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 52 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ member
|
| /linux/tools/perf/util/ |
| A D | event.h | 140 u64 cyc_cnt; member
|
Completed in 25 milliseconds