Searched refs:KWORK_CLASS_IRQ (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | kwork_top.bpf.c | 13 KWORK_CLASS_IRQ, enumerator 214 .type = KWORK_CLASS_IRQ, in on_irq_handler_entry() 250 .type = KWORK_CLASS_IRQ, in on_irq_handler_exit()
|
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-6.12.1/tools/perf/util/ |
D | kwork.h | 16 KWORK_CLASS_IRQ, enumerator
|
D | bpf_kwork_top.c | 113 [KWORK_CLASS_IRQ] = &kwork_irq_bpf,
|
D | bpf_kwork.c | 138 [KWORK_CLASS_IRQ] = &kwork_irq_bpf,
|
/linux-6.12.1/tools/perf/ |
D | builtin-kwork.c | 1031 .type = KWORK_CLASS_IRQ, 1335 [KWORK_CLASS_IRQ] = &kwork_irq, 2033 if (type == KWORK_CLASS_IRQ) { in top_calc_irq_runtime() 2048 int irq_class_list[] = {KWORK_CLASS_IRQ, KWORK_CLASS_SOFTIRQ}; in top_subtract_irq_runtime()
|