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)
commit013dc9d55c2ee47bb4a509e10c5cad404059b686
tree46b7f1e2d168b66b0cdce0f36659f1a6d7abbe84
parent4a54877ee767fe70a6966352c788fc5f405aa3c6
parentcf5f55f7f01397015dfa390256f2c20ceaabfcfb
Merge branch 'tipc-tracepoints'

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>