Lines Matching refs:memset
275 memset(runtime_nsecs_stats, 0, sizeof(runtime_nsecs_stats)); in perf_stat__reset_stats()
276 memset(runtime_cycles_stats, 0, sizeof(runtime_cycles_stats)); in perf_stat__reset_stats()
277 memset(runtime_stalled_cycles_front_stats, 0, sizeof(runtime_stalled_cycles_front_stats)); in perf_stat__reset_stats()
278 memset(runtime_stalled_cycles_back_stats, 0, sizeof(runtime_stalled_cycles_back_stats)); in perf_stat__reset_stats()
279 memset(runtime_branches_stats, 0, sizeof(runtime_branches_stats)); in perf_stat__reset_stats()
280 memset(runtime_cacherefs_stats, 0, sizeof(runtime_cacherefs_stats)); in perf_stat__reset_stats()
281 memset(runtime_l1_dcache_stats, 0, sizeof(runtime_l1_dcache_stats)); in perf_stat__reset_stats()
282 memset(runtime_l1_icache_stats, 0, sizeof(runtime_l1_icache_stats)); in perf_stat__reset_stats()
283 memset(runtime_ll_cache_stats, 0, sizeof(runtime_ll_cache_stats)); in perf_stat__reset_stats()
284 memset(runtime_itlb_cache_stats, 0, sizeof(runtime_itlb_cache_stats)); in perf_stat__reset_stats()
285 memset(runtime_dtlb_cache_stats, 0, sizeof(runtime_dtlb_cache_stats)); in perf_stat__reset_stats()
286 memset(runtime_cycles_in_tx_stats, 0, in perf_stat__reset_stats()
288 memset(runtime_transaction_stats, 0, in perf_stat__reset_stats()
290 memset(runtime_elision_stats, 0, sizeof(runtime_elision_stats)); in perf_stat__reset_stats()
291 memset(&walltime_nsecs_stats, 0, sizeof(walltime_nsecs_stats)); in perf_stat__reset_stats()
395 memset(counter->per_pkg_mask, 0, MAX_NR_CPUS); in zero_per_pkg()
545 memset(ps->res_stats, 0, sizeof(ps->res_stats)); in print_interval()
551 memset(ps->res_stats, 0, sizeof(ps->res_stats)); in print_interval()