Lines Matching refs:report
166 if (kwork->report == KWORK_REPORT_LATENCY) in sort_dimension__add()
1108 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_work()
1112 } else if (kwork->report == KWORK_REPORT_LATENCY) { // avg delay in report_print_work()
1127 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_work()
1143 else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_work()
1170 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_header()
1173 } else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_header()
1180 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_header()
1185 } else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_header()
1344 switch (kwork->report) { in perf_kwork__check_config()
1355 pr_debug("Invalid report type %d\n", kwork->report); in perf_kwork__check_config()
1423 if (kwork->report == KWORK_REPORT_TIMEHIST) in perf_kwork__read_events()
1832 kwork.report = KWORK_REPORT_RUNTIME; in cmd_kwork()
1842 kwork.report = KWORK_REPORT_LATENCY; in cmd_kwork()
1851 kwork.report = KWORK_REPORT_TIMEHIST; in cmd_kwork()