Re: [PATCH v2] softirq: Add tracepoint for tasklet_entry/exit

From: Davidlohr Bueso
Date: Mon May 30 2022 - 17:30:18 EST


On Sat, 28 May 2022, Junwen Wu wrote:

Usually softirq handler is pre-defined,only tasklet can be register by
driver.We expand tracepoint for tasklet_entry/exit to trace
tasklet handler.

Tasklets are artifacts of the past, and deprecated years ago. Lets not
add to moot interfaces. Everything should be converted to run in task
context.

Thanks,
Davidlohr