Searched refs:WEIGHT (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 280 wdiff:WEIGHT-B,WEIGHT-A 284 d = B->period * WEIGHT-A - A->period * WEIGHT-B 291 - WEIGHT-A/WEIGHT-B being user supplied weights in the '-c' option 293 - WEIGHT-A being the weight of the data file 294 - WEIGHT-B being the weight of the baseline data file
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_opt.c | 33 # define WEIGHT(stat, opt) ((void)(opt), ZSTD_bitWeight(stat)) 37 # define WEIGHT(stat,opt) ((void)(opt), ZSTD_fracWeight(stat)) macro 41 # define WEIGHT(stat,opt) ((opt) ? ZSTD_fracWeight(stat) : ZSTD_bitWeight(stat)) macro 86 optPtr->litSumBasePrice = WEIGHT(optPtr->litSum, optLevel); in ZSTD_setBasePrices() 87 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices() 88 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices() 89 optPtr->offCodeSumBasePrice = WEIGHT(optPtr->offCodeSum, optLevel); in ZSTD_setBasePrices() 286 U32 litPrice = WEIGHT(optPtr->litFreq[literals[u]], optLevel); in ZSTD_rawLiteralsCost() 300 return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice() 314 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice() [all …]
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | sample_filter.bpf.c | 92 BUILD_CHECK_SAMPLE(WEIGHT); in perf_get_sample()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-roccat-kone | 115 VALUE WEIGHT
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 41 bit_name(WEIGHT), bit_name(PHYS_ADDR), bit_name(AUX), in __p_sample_type()
|
| H A D | bpf-filter.c | 100 PERF_SAMPLE_TYPE(WEIGHT, "-W"),
|
| H A D | evsel.c | 1441 evsel__set_sample_bit(evsel, WEIGHT); in arch__post_evsel_config() 2342 evsel__set_sample_bit(evsel, WEIGHT); in evsel__disable_missing_features()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 505 if (PRINT_FIELD(WEIGHT) && in evsel__check_attr() 506 evsel__do_check_stype(evsel, PERF_SAMPLE_WEIGHT_TYPE, "WEIGHT", PERF_OUTPUT_WEIGHT, allow_user_set)) in evsel__check_attr() 2481 if (PRINT_FIELD(WEIGHT)) in process_event()
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2123 $WEIGHT" or simply "$WEIGHT". Overrides can be set by writing 2124 "$MAJ:$MIN $WEIGHT" and unset by writing "$MAJ:$MIN default".
|