Lines Matching refs:compute
123 static int compute = COMPUTE_DELTA_ABS; variable
218 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt()
351 switch (compute) { in formula_fprintf()
425 switch (compute) { in diff__process_sample_event()
705 if (compute == COMPUTE_CYCLES) { in hists__precompute()
716 switch (compute) { in hists__precompute()
953 if (compute == COMPUTE_CYCLES) in hists__process()
1224 if (compute == COMPUTE_STREAM) { in __cmd_diff()
1234 if (compute == COMPUTE_STREAM) in __cmd_diff()
1268 OPT_CALLBACK('c', "compute", &compute,
1809 data__hpp_register(d, i ? compute_2_hpp[compute] : in ui_init()
1853 switch (compute) { in ui_init()
1939 compute = COMPUTE_DELTA; in diff__config()
1941 compute = COMPUTE_DELTA_ABS; in diff__config()
1943 compute = COMPUTE_RATIO; in diff__config()
1945 compute = COMPUTE_WEIGHTED_DIFF; in diff__config()
1969 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()
1973 compute = COMPUTE_STREAM; in cmd_diff()
1986 if ((compute == COMPUTE_CYCLES || compute == COMPUTE_STREAM) in cmd_diff()
1991 if (compute == COMPUTE_STREAM) { in cmd_diff()