Searched refs:update_stats (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstat.h12 void update_stats(struct stats *stats, u64 val);
H A Dstat.c5 void update_stats(struct stats *stats, u64 val) function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c285 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(
[all...]
H A Dbuiltin-kvm.c445 update_stats(&kvm_stats->stats, time_diff);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c801 static void update_stats(VP9_COMMON *cm, const MACROBLOCK *x) { function
913 update_stats(&cpi->common, &cpi->mb);
1337 update_stats(&cpi->common, &cpi->mb);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1084 static void update_stats(VP9_COMP *cpi) { function
1221 update_stats(cpi);
1633 update_stats(cpi);

Completed in 1296 milliseconds