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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 53 TIME_STRUCT last_timestamp; member in struct:PERF_RTdata_rate
77 TIME_STRUCT last_timestamp; member in struct:PERF_RTdata_delay
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 357 delay_add(dDelay, TIME_DELTA(perf->time, dDelay->last_timestamp));
359 TIME_COPY(dDelay->last_timestamp, perf->time);
538 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
591 unsigned long delta = TIME_DELTA(perf->time, me->dRate[i].last_timestamp);
610 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
680 me->dSTS->last_burst = TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp);
691 me->dSTS->dSingle.n + 1, me->dSTS->size_min, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dSingle.last_timestamp));
702 me->dSTS->dBurst.n + 1, me->dSTS->size_min, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp));
704 delay_add(&me->dSTS->dABurst, TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp));
709 TIME_COPY(me->dSTS->dSingle.last_timestamp, perf->time)
    [all...]
  /external/linux-tools-perf/
builtin-script.c 20 static u64 last_timestamp; variable
359 if (sample->time < last_timestamp) {
361 " this: %" PRIu64 "\n", last_timestamp,
365 last_timestamp = sample->time;

Completed in 288 milliseconds