Home
last modified time | relevance | path

Searched refs:cyc_count (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dthread-stack.c46 * @cyc_count the cycle count when the entry was created
59 u64 cyc_count; member
76 * @cyc_count running cycle count
95 u64 cyc_count; member
317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return()
804 tse->cyc_count = ts->cyc_count; in thread_stack__push_cp()
1145 ts->cyc_count in thread_stack__process()
[all...]
H A Dthread-stack.h46 * @cyc_count: approx. number of cycles between call and return
61 u64 cyc_count; member
/linux/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c288 u32 cyc_count; in icss_iep_ptp_adjfine() local
319 cyc_count = NSEC_PER_SEC; /* 1s cycle time @1GHz */ in icss_iep_ptp_adjfine()
320 cyc_count /= ppb; /* cycle time per ppb */ in icss_iep_ptp_adjfine()
324 cyc_count /= iep->clk_tick_time; in icss_iep_ptp_adjfine()
325 iep->slow_cmp_count = cyc_count; in icss_iep_ptp_adjfine()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1414 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()