Public interface for the FIR-Percentile predictor. More...
#include <linux/aquosa/rres_config.h>
#include <linux/aquosa/qres_config.h>
#include <linux/aquosa/qos_debug.h>
Go to the source code of this file.
Defines | |
#define | FIRPERC_DEF_DISCARDED 0 |
Default number of discarded samples to get percentile. | |
#define | FIRPERC_DEF_SAMPLESIZE 3 |
Default number of discarded samples to get percentile. | |
Functions | |
qos_rv | firperc_set_defaults (void) |
Configures a FIR-Percentile predictor with default parameters. | |
qos_rv | firperc_set_coeffs (int *coeffs, int coeffs_num) |
Sets the FIRPERC coefficients. | |
qos_rv | firperc_set_sample_size (int sample_size) |
Set sample size for percentile estimation. | |
qos_rv | firperc_set_discarded (int num) |
Set discarded for percentile estimation. | |
qos_rv | firperc_register_lib (void) |
Registration of the submodule with the library. |
Public interface for the FIR-Percentile predictor.
Definition in file firperc_lib.h.
qos_rv firperc_register_lib | ( | void | ) |
Registration of the submodule with the library.