Home
last modified time | relevance | path

Searched refs:NR_ACCUMULATED_SAMPLES (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/events/
H A Dcore.c507 #define NR_ACCUMULATED_SAMPLES 128 macro
536 running_len -= running_len/NR_ACCUMULATED_SAMPLES; in perf_sample_event_took()
545 avg_len = running_len/NR_ACCUMULATED_SAMPLES; in perf_sample_event_took()