HomeSort by relevance Sort by last modified time
    Searched refs:avg_stats (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
stat.h 13 double avg_stats(struct stats *stats);
stat.c 21 double avg_stats(struct stats *stats) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 653 avg / avg_stats(&walltime_nsecs_stats));
692 total = avg_stats(&runtime_cycles_stats[cpu]);
711 total = avg_stats(&runtime_cycles_stats[cpu]);
730 total = avg_stats(&runtime_branches_stats[cpu]);
749 total = avg_stats(&runtime_l1_dcache_stats[cpu]);
768 total = avg_stats(&runtime_l1_icache_stats[cpu]);
787 total = avg_stats(&runtime_dtlb_cache_stats[cpu]);
806 total = avg_stats(&runtime_itlb_cache_stats[cpu]);
825 total = avg_stats(&runtime_ll_cache_stats[cpu]);
863 total = avg_stats(&runtime_cycles_stats[cpu])
    [all...]
builtin-kvm.c 456 avg_stats(&kvm_stats->stats));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 239 static void avg_stats(FIRSTPASS_STATS *section) function
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 239 static void avg_stats(FIRSTPASS_STATS *section) function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 234 static void avg_stats(FIRSTPASS_STATS *section) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 239 static void avg_stats(FIRSTPASS_STATS *section) function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 232 static void avg_stats(FIRSTPASS_STATS *section) { function
    [all...]

Completed in 675 milliseconds