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()
423 switch (compute) { in diff__process_sample_event()
703 if (compute == COMPUTE_CYCLES) { in hists__precompute()
714 switch (compute) { in hists__precompute()
951 if (compute == COMPUTE_CYCLES) in hists__process()
1222 if (compute == COMPUTE_STREAM) { in __cmd_diff()
1232 if (compute == COMPUTE_STREAM) in __cmd_diff()
1266 OPT_CALLBACK('c', "compute", &compute,
1807 data__hpp_register(d, i ? compute_2_hpp[compute] : in ui_init()
1851 switch (compute) { in ui_init()
1937 compute = COMPUTE_DELTA; in diff__config()
1939 compute = COMPUTE_DELTA_ABS; in diff__config()
1941 compute = COMPUTE_RATIO; in diff__config()
1943 compute = COMPUTE_WEIGHTED_DIFF; in diff__config()
1967 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()
1971 compute = COMPUTE_STREAM; in cmd_diff()
1984 if ((compute == COMPUTE_CYCLES || compute == COMPUTE_STREAM) in cmd_diff()
1989 if (compute == COMPUTE_STREAM) { in cmd_diff()