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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
stat.h 12 void update_stats(struct stats *stats, u64 val);
stat.c 5 void update_stats(struct stats *stats, u64 val) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 285 update_stats(&runtime_nsecs_stats[0], count[0]);
287 update_stats(&runtime_cycles_stats[0], count[0]);
289 update_stats(&runtime_stalled_cycles_front_stats[0], count[0]);
291 update_stats(&runtime_stalled_cycles_back_stats[0], count[0]);
293 update_stats(&runtime_branches_stats[0], count[0]);
295 update_stats(&runtime_cacherefs_stats[0], count[0]);
297 update_stats(&runtime_l1_dcache_stats[0], count[0]);
299 update_stats(&runtime_l1_icache_stats[0], count[0]);
301 update_stats(&runtime_ll_cache_stats[0], count[0]);
303 update_stats(&runtime_dtlb_cache_stats[0], count[0])
    [all...]
builtin-kvm.c 445 update_stats(&kvm_stats->stats, time_diff);
    [all...]
  /art/compiler/driver/
compiler_driver.h 325 bool update_stats, bool enable_devirtualization,
    [all...]
compiler_driver.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 801 static void update_stats(VP9_COMMON *cm, const MACROBLOCK *x) { function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1084 static void update_stats(VP9_COMP *cpi) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 1101 static void update_stats(VP9_COMP *cpi) { function
    [all...]

Completed in 398 milliseconds