OSDN Git Service

Merge branch 'tipc-tracepoints'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2018 19:49:25 +0000 (11:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2018 19:49:25 +0000 (11:49 -0800)
Tuong Lien says:

====================
tipc: tracepoints and trace_events in TIPC

The patch series is the first step of introducing a tracing framework in
TIPC, which will assist in collecting complete & plentiful data for post
analysis, even in the case of a single failure occurrence e.g. when the
failure is unreproducible.

The tracing code in TIPC utilizes the powerful kernel tracepoints, trace
events features along with particular dump functions to trace the TIPC
object data and events (incl. bearer, link, socket, node, etc.).

The tracing code should generate zero-load to TIPC when the trace events
are not enabled.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge