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

/linux-master/tools/perf/util/
H A Dthread-stack.h46 * @cyc_count: approx. number of cycles between call and return
61 u64 cyc_count; member in struct:call_return
H A Dthread-stack.c46 * @cyc_count the cycle count when the entry was created
59 u64 cyc_count; member in struct:thread_stack_entry
76 * @cyc_count running cycle count
95 u64 cyc_count; member in struct:thread_stack
317 cr.cyc_count = ts->cyc_count - tse->cyc_count;
804 tse->cyc_count = ts->cyc_count;
1145 ts->cyc_count
[all...]
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c360 u32 cyc_count; local
391 cyc_count = NSEC_PER_SEC; /* 1s cycle time @1GHz */
392 cyc_count /= ppb; /* cycle time per ppb */
396 cyc_count /= iep->clk_tick_time;
397 iep->slow_cmp_count = cyc_count;
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1422 tuple_set_d64(t, 13, cr->cyc_count);

Completed in 207 milliseconds