Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/domx/domx/profiling/src/
Dprofile.c91 kpi_omx_component kpi_omx_monitor[MAX_OMX_COMP]; /* we trace up to MAX_OMX_COMP components */ variable
176 kpi_omx_monitor[omx_cnt].hComponent = 0; in KPI_OmxCompInit()
182 if( kpi_omx_monitor[omx_cnt].hComponent == 0 ) break; in KPI_OmxCompInit()
192 kpi_omx_monitor[omx_cnt].hComponent = hComponent; in KPI_OmxCompInit()
195 kpi_omx_monitor[omx_cnt].count_ftb = 0; in KPI_OmxCompInit()
196 kpi_omx_monitor[omx_cnt].count_fbd = 0; in KPI_OmxCompInit()
197 kpi_omx_monitor[omx_cnt].count_etb = 0; in KPI_OmxCompInit()
198 kpi_omx_monitor[omx_cnt].count_ebd = 0; in KPI_OmxCompInit()
206 strncpy(kpi_omx_monitor[omx_cnt].name, p + 1, 6); in KPI_OmxCompInit()
209 DOMX_PROF("<KPI> OMX %-6s Init %-8lld", kpi_omx_monitor[omx_cnt].name, KPI_GetTime()); in KPI_OmxCompInit()
[all …]