From: David S. Miller Date: Wed, 19 Dec 2018 19:49:25 +0000 (-0800) Subject: Merge branch 'tipc-tracepoints' X-Git-Tag: v5.0-rc1~129^2~41 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=013dc9d55c2ee47bb4a509e10c5cad404059b686;p=linux.git 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 --- 013dc9d55c2ee47bb4a509e10c5cad404059b686