Searched refs:KWORK_CLASS_IRQ (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/bpf_skel/ |
H A D | kwork_top.bpf.c | 13 KWORK_CLASS_IRQ, enumerator 216 .type = KWORK_CLASS_IRQ, in on_irq_handler_entry() 252 .type = KWORK_CLASS_IRQ, in on_irq_handler_exit()
|
H A D | kwork_trace.bpf.c | 15 KWORK_CLASS_IRQ, enumerator 225 .type = KWORK_CLASS_IRQ, in report_irq_handler_entry() 241 .type = KWORK_CLASS_IRQ, in report_irq_handler_exit()
|
/linux/tools/perf/util/ |
H A D | bpf_kwork_top.c | 113 [KWORK_CLASS_IRQ] = &kwork_irq_bpf,
|
H A D | bpf_kwork.c | 138 [KWORK_CLASS_IRQ] = &kwork_irq_bpf,
|
/linux/tools/perf/ |
H A D | builtin-kwork.c | 1032 .type = KWORK_CLASS_IRQ, 1337 [KWORK_CLASS_IRQ] = &kwork_irq, 2035 if (type == KWORK_CLASS_IRQ) { in top_calc_irq_runtime() 2050 int irq_class_list[] = {KWORK_CLASS_IRQ, KWORK_CLASS_SOFTIRQ}; in top_subtract_irq_runtime()
|