Searched refs:sample_count (Results 1 - 7 of 7) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofpkt.h73 * Each packet starts with a profile_header, then sample_count samples;
81 uint8_t sample_count; /* number of samples in the packet */ member in struct:profile_pkg_header
H A Dprofile.c209 ph.pph.sample_count = ns;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_freq.c177 if (nss_runtime_samples.sample_count < NSS_SAMPLE_BUFFER_SIZE) {
178 nss_runtime_samples.sample_count++;
183 if (nss_runtime_samples.sample_count == NSS_SAMPLE_BUFFER_SIZE ) {
192 nss_runtime_samples.average = nss_runtime_samples.sum / nss_runtime_samples.sample_count;
198 nss_trace("%p: Running AVG:%x Sample:%x Divider:%d\n", nss_ctx, nss_runtime_samples.average, core_stats->inst_cnt_total, nss_runtime_samples.sample_count);
H A Dnss_init.c157 nss_runtime_samples.sample_count = 0;
896 nss_runtime_samples.sample_count = 0;
H A Dnss_core.h900 uint32_t sample_count; /* Number of Samples stored in Ring Buffer */ member in struct:nss_runtime_sampling
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofpkt.h63 * each packet starts with a profile_header, then sample_count samples
70 u8_t sample_count; /* number of samples in the packet */ member in struct:profile_header
H A Dprofile.c118 ph.sample_count = i;
122 if (ph.sample_count == 0)
125 return sizeof(struct profile_header) + ph.sample_count * sizeof(struct profile_sample);

Completed in 100 milliseconds