Searched refs:KPI_GetTime (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/omap4-aah/domx/domx/profiling/src/ |
D | profile.c | 106 OMX_U64 KPI_GetTime(void) in KPI_GetTime() function 209 DOMX_PROF("<KPI> OMX %-6s Init %-8lld", kpi_omx_monitor[omx_cnt].name, KPI_GetTime()); in KPI_OmxCompInit() 239 DOMX_PROF( "<KPI> OMX %-6s Deinit %-8lld", kpi_omx_monitor[omx_cnt].name, KPI_GetTime()); in KPI_OmxCompDeinit() 279 …(unsigned int)++kpi_omx_monitor[omx_cnt].count_etb, KPI_GetTime(), (unsigned int)pBuffer->pBufHead… in KPI_OmxCompBufferEvent() 283 …(unsigned int)++kpi_omx_monitor[omx_cnt].count_ftb, KPI_GetTime(), (unsigned int)pBuffer->pBufHead… in KPI_OmxCompBufferEvent() 287 …(unsigned int)++kpi_omx_monitor[omx_cnt].count_ebd, KPI_GetTime(), (unsigned int)pBuffer->pBufHead… in KPI_OmxCompBufferEvent() 292 …(unsigned int)++kpi_omx_monitor[omx_cnt].count_fbd, KPI_GetTime(), (unsigned int)pBuffer->pBufHead… in KPI_OmxCompBufferEvent()
|