On Mon, Aug 17, 2020 at 09:53:05AM -0400, Chuck Lever wrote: > Oracle has an interest in a common observability infrastructure in > the RDMA core and ULPs. Introduce static tracepoints that can also > be used as hooks for eBPF scripts, replacing infrastructure that > is based on printk. This takes the same approach as tracepoints > added recently in the RDMA CM. > > Change since v2: > * Rebase on v5.9-rc1 > > Changes since RFC: > * Correct spelling of example tracepoint in patch description > * Newer tool chains don't care for tracepoints with the same name > in different subsystems > * Display ib_cm_events, not ib_events > > > Chuck Lever (3): > RDMA/core: Move the rdma_show_ib_cm_event() macro > RDMA/cm: Replace pr_debug() call sites with tracepoints > RDMA/cm: Add tracepoints to track MAD send operations Applied to for-next, thanks Jason