Searched refs:hist (Results 1 – 14 of 14) sorted by relevance
34 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem() argument36 struct isp_device *isp = hist->isp; in hist_reset_mem()37 struct omap3isp_hist_config *conf = hist->priv; in hist_reset_mem()60 hist->wait_acc_frames = conf->num_acc_frames; in hist_reset_mem()66 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs() argument68 struct isp_device *isp = hist->isp; in hist_setup_regs()76 if (!hist->update || hist->state == ISPSTAT_DISABLED || in hist_setup_regs()77 hist->state == ISPSTAT_DISABLING) in hist_setup_regs()125 hist_reset_mem(hist); in hist_setup_regs()138 hist->update = 0; in hist_setup_regs()[all …]
41 struct cpu_hist *hist; in print_hist() local48 hist = &cpu_hist[j]; in print_hist()51 if (hist->max == 0) in print_hist()57 stars(starstr, hist->data[i - 1], hist->max, MAX_STARS); in print_hist()60 hist->data[i - 1], MAX_STARS, starstr); in print_hist()
5 libperf-y += hist.o6 libperf-y += stdio/hist.o
243 int hist = action->cr16_hist[k]; in show_interrupts() local245 if (hist) { in show_interrupts()246 avg += hist; in show_interrupts()250 if (hist > max) max = hist; in show_interrupts()251 if (hist < min) min = hist; in show_interrupts()
94 Show period values for both compared hist entries.174 - A/B being matching hist entry from data/baseline file specified177 - period_percent being the % of the hist entry period value within191 - A/B being matching hist entry from data/baseline file specified194 - period being the hist entry period value202 - A/B being matching hist entry from data/baseline file specified205 - period being the hist entry period value
190 number of call graph entries in a single hist entry. Note that it needs
225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size:238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
401 static void o2ffg_update_histogram(struct ocfs2_info_free_chunk_list *hist, in o2ffg_update_histogram() argument410 hist->fc_chunks[index]++; in o2ffg_update_histogram()411 hist->fc_clusters[index] += chunksize; in o2ffg_update_histogram()
198 #define cachefiles_hist(hist, start_jif) do {} while (0) argument
93 struct obd_histogram hist[BRW_LAST]; member104 struct obd_histogram hist[RENAME_LAST]; member
81 #define fscache_hist(hist, start_jif) do {} while (0) argument
221 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size:238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
64 libperf-y += hist.o
1556 struct ath5k_nfcal_hist *hist = &ah->ah_nfcal_hist; in ath5k_hw_update_nfcal_hist() local1557 hist->index = (hist->index + 1) & (ATH5K_NF_CAL_HIST_MAX - 1); in ath5k_hw_update_nfcal_hist()1558 hist->nfval[hist->index] = noise_floor; in ath5k_hw_update_nfcal_hist()