Lines Matching refs:compute
124 static int compute = COMPUTE_DELTA_ABS; variable
219 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt()
352 switch (compute) { in formula_fprintf()
426 switch (compute) { in diff__process_sample_event()
692 if (compute == COMPUTE_CYCLES) { in hists__precompute()
703 switch (compute) { in hists__precompute()
940 if (compute == COMPUTE_CYCLES) in hists__process()
1211 if (compute == COMPUTE_STREAM) { in __cmd_diff()
1221 if (compute == COMPUTE_STREAM) in __cmd_diff()
1255 OPT_CALLBACK('c', "compute", &compute,
1796 data__hpp_register(d, i ? compute_2_hpp[compute] : in ui_init()
1840 switch (compute) { in ui_init()
1926 compute = COMPUTE_DELTA; in diff__config()
1928 compute = COMPUTE_DELTA_ABS; in diff__config()
1930 compute = COMPUTE_RATIO; in diff__config()
1932 compute = COMPUTE_WEIGHTED_DIFF; in diff__config()
1968 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()
1972 compute = COMPUTE_STREAM; in cmd_diff()
1985 if ((compute == COMPUTE_CYCLES || compute == COMPUTE_STREAM) in cmd_diff()
1990 if (compute == COMPUTE_STREAM) { in cmd_diff()