Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c59 u64 cyc_count; member
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 += sample->cyc_cnt; in thread_stack__process()
H A Dthread-stack.h61 u64 cyc_count; member
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c360 u32 cyc_count; in icss_iep_ptp_adjfine() local
391 cyc_count = NSEC_PER_SEC; /* 1s cycle time @1GHz */ in icss_iep_ptp_adjfine()
392 cyc_count /= ppb; /* cycle time per ppb */ in icss_iep_ptp_adjfine()
396 cyc_count /= iep->clk_tick_time; in icss_iep_ptp_adjfine()
397 iep->slow_cmp_count = cyc_count; in icss_iep_ptp_adjfine()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1409 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()