Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/Documentation/
H A Dperf-diff.txt277 wdiff:WEIGHT-B,WEIGHT-A
281 d = B->period * WEIGHT-A - A->period * WEIGHT-B
288 - WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option
290 - WEIGHT-A being the weight of the data file
291 - WEIGHT-B being the weight of the baseline data file
/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c29 # define WEIGHT(stat, opt) ((void)opt, ZSTD_bitWeight(stat))
33 # define WEIGHT(stat,opt) ((void)opt, ZSTD_fracWeight(stat)) macro
37 # define WEIGHT(stat,opt) (opt ? ZSTD_fracWeight(stat) : ZSTD_bitWeight(stat)) macro
74 optPtr->litSumBasePrice = WEIGHT(optPtr->litSum, optLevel); in ZSTD_setBasePrices()
75 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
76 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
77 optPtr->offCodeSumBasePrice = WEIGHT(optPtr->offCodeSum, optLevel); in ZSTD_setBasePrices()
261 …assert(WEIGHT(optPtr->litFreq[literals[u]], optLevel) <= optPtr->litSumBasePrice); /* literal co… in ZSTD_rawLiteralsCost()
262 price -= WEIGHT(optPtr->litFreq[literals[u]], optLevel); in ZSTD_rawLiteralsCost()
274 return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
[all …]
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c40 PERF_SAMPLE_TYPE(WEIGHT, "-W"),
H A Dperf_event_attr_fprintf.c41 bit_name(WEIGHT), bit_name(PHYS_ADDR), bit_name(AUX), in __p_sample_type()
H A Devsel.c1075 evsel__set_sample_bit(evsel, WEIGHT); in arch_evsel__set_sample_weight()
1837 evsel__set_sample_bit(evsel, WEIGHT); in evsel__disable_missing_features()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-roccat-kone115 VALUE WEIGHT
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c484 if (PRINT_FIELD(WEIGHT) && in evsel__check_attr()
2193 if (PRINT_FIELD(WEIGHT)) in process_event()
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1828 $WEIGHT" or simply "$WEIGHT". Overrides can be set by writing
1829 "$MAJ:$MIN $WEIGHT" and unset by writing "$MAJ:$MIN default".