Searched refs:WEIGHT (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/tools/perf/Documentation/ |
| D | perf-diff.txt | 277 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
|
| /Linux-v6.1/lib/zstd/compress/ |
| D | zstd_opt.c | 42 # define WEIGHT(stat) ((void)opt, ZSTD_bitWeight(stat)) 46 # define WEIGHT(stat,opt) ((void)opt, ZSTD_fracWeight(stat)) macro 50 # define WEIGHT(stat,opt) (opt ? ZSTD_fracWeight(stat) : ZSTD_bitWeight(stat)) macro 87 optPtr->litSumBasePrice = WEIGHT(optPtr->litSum, optLevel); in ZSTD_setBasePrices() 88 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices() 89 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices() 90 optPtr->offCodeSumBasePrice = WEIGHT(optPtr->offCodeSum, optLevel); in ZSTD_setBasePrices() 243 …assert(WEIGHT(optPtr->litFreq[literals[u]], optLevel) <= optPtr->litSumBasePrice); /* literal co… in ZSTD_rawLiteralsCost() 244 price -= WEIGHT(optPtr->litFreq[literals[u]], optLevel); in ZSTD_rawLiteralsCost() 254 if (optPtr->priceType == zop_predef) return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice() [all …]
|
| /Linux-v6.1/tools/perf/util/ |
| D | perf_event_attr_fprintf.c | 37 bit_name(WEIGHT), bit_name(PHYS_ADDR), bit_name(AUX), in __p_sample_type()
|
| D | evsel.c | 1097 evsel__set_sample_bit(evsel, WEIGHT); in arch_evsel__set_sample_weight() 1858 evsel__set_sample_bit(evsel, WEIGHT); in evsel__disable_missing_features()
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-roccat-kone | 115 VALUE WEIGHT
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-script.c | 474 if (PRINT_FIELD(WEIGHT) && in evsel__check_attr() 2172 if (PRINT_FIELD(WEIGHT)) in process_event()
|
| /Linux-v6.1/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 1814 $WEIGHT" or simply "$WEIGHT". Overrides can be set by writing 1815 "$MAJ:$MIN $WEIGHT" and unset by writing "$MAJ:$MIN default".
|