HomeSort by relevance Sort by last modified time
    Searched full:kpi_status (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4-aah/domx/domx/profiling/src/
profile.c 67 enum KPI_STATUS {
93 unsigned int kpi_status = 0; variable
130 kpi_status = strtol(val, NULL, 0);
138 property_get("debug.domx.kpi_status", value, "0");
141 kpi_status = val;
169 if ( !(kpi_status & KPI_BUFFER_EVENTS) )
228 if ( !(kpi_status & KPI_BUFFER_EVENTS) )
263 if ( !(kpi_status & KPI_BUFFER_EVENTS) )

Completed in 1544 milliseconds