Home
last modified time | relevance | path

Searched refs:KWORK_REPORT_LATENCY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dbpf_kwork.c109 } else if (kwork->report == KWORK_REPORT_LATENCY) { in softirq_load_prepare()
125 } else if (kwork->report == KWORK_REPORT_LATENCY) { in workqueue_load_prepare()
295 } else if (kwork->report == KWORK_REPORT_LATENCY) { in add_work()
H A Dkwork.h24 KWORK_REPORT_LATENCY, enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c166 if (kwork->report == KWORK_REPORT_LATENCY) in sort_dimension__add()
1112 } else if (kwork->report == KWORK_REPORT_LATENCY) { // avg delay in report_print_work()
1143 else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_work()
1173 } else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_header()
1185 } else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_header()
1348 case KWORK_REPORT_LATENCY: in perf_kwork__check_config()
1842 kwork.report = KWORK_REPORT_LATENCY; in cmd_kwork()