Searched refs:xtensa_perfmon_value (Results 1 – 4 of 4) sorted by relevance
48 uint32_t p0 = xtensa_perfmon_value(0); in xtensa_perfmon_exec()49 uint32_t p1 = xtensa_perfmon_value(1); in xtensa_perfmon_exec()
69 uint32_t xtensa_perfmon_value(int id) in xtensa_perfmon_value() function
92 uint32_t xtensa_perfmon_value(int id);
189 int64_t d_stalls = xtensa_perfmon_value(D_STALL_COUNTER_ID) + in ccomp_timer_impl_get_time()191 int64_t i_stalls = xtensa_perfmon_value(I_STALL_COUNTER_ID) + in ccomp_timer_impl_get_time()