Lines Matching refs:compute
112 COMPUTE_STREAM, /* After COMPUTE_MAX to avoid use current compute arrays */
123 static int compute = COMPUTE_DELTA_ABS;
204 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n",
218 if (compute == COMPUTE_WEIGHTED_DIFF)
351 switch (compute) {
423 switch (compute) {
703 if (compute == COMPUTE_CYCLES) {
714 switch (compute) {
951 if (compute == COMPUTE_CYCLES)
1222 if (compute == COMPUTE_STREAM) {
1232 if (compute == COMPUTE_STREAM)
1265 OPT_CALLBACK('c', "compute", &compute,
1298 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
1798 * Baseline or compute realted columns:
1806 data__hpp_register(d, i ? compute_2_hpp[compute] :
1850 switch (compute) {
1934 if (!strcmp(var, "diff.compute")) {
1936 compute = COMPUTE_DELTA;
1938 compute = COMPUTE_DELTA_ABS;
1940 compute = COMPUTE_RATIO;
1942 compute = COMPUTE_WEIGHTED_DIFF;
1944 pr_err("Invalid compute method: %s\n", value);
1966 if (cycles_hist && (compute != COMPUTE_CYCLES))
1970 compute = COMPUTE_STREAM;
1983 if ((compute == COMPUTE_CYCLES || compute == COMPUTE_STREAM)
1988 if (compute == COMPUTE_STREAM) {