Home
last modified time | relevance | path

Searched refs:MALI_PROFILING_EVENT_CHANNEL_GP0 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_profiling_events.h39 MALI_PROFILING_EVENT_CHANNEL_GP0 = 1 << 16, enumerator
52 #define MALI_PROFILING_MAKE_EVENT_CHANNEL_GP(num) (((MALI_PROFILING_EVENT_CHANNEL_GP0 >> 16) + (num…
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c771 if ((MALI_PROFILING_EVENT_CHANNEL_GP0 >> 16) == channel) { in _mali_osk_profiling_add_event()
780 if ((MALI_PROFILING_EVENT_CHANNEL_GP0 >> 16) == channel) { in _mali_osk_profiling_add_event()
H A Dmali_kernel_sysfs.c730 #define MALI_EVENT_ID_IS_HW(event_id) (((event_id & 0x00FF0000) >= MALI_PROFILING_EVENT_CHANNEL_GP0 in profiling_events_show_human_readable()
776 case MALI_PROFILING_EVENT_CHANNEL_GP0: in profiling_events_show_human_readable()