Hi Tuong, Now I also installed and tested. I have no more comments, - this is a solid work. You can go ahead and post it to netdev, just remember to add 'net-next' in the patch headers.
Acked-by: Jon ///jon > -----Original Message----- > From: Tuong Lien <[email protected]> > Sent: 27-Nov-18 07:38 > To: [email protected]; Jon Maloy > <[email protected]>; [email protected] > Subject: [PATCH v1 0/5] 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. > > Tuong Lien (5): > tipc: enable tracepoints in tipc > tipc: add trace_events for tipc link > tipc: add trace_events for tipc socket > tipc: add trace_events for tipc node > tipc: add trace_events for tipc bearer > > net/tipc/Makefile | 4 +- > net/tipc/bearer.c | 3 + > net/tipc/link.c | 160 ++++++++++++++++++++- > net/tipc/link.h | 2 + > net/tipc/node.c | 94 +++++++++++- > net/tipc/node.h | 1 + > net/tipc/socket.c | 162 ++++++++++++++++++++- > net/tipc/socket.h | 4 + > net/tipc/trace.c | 196 +++++++++++++++++++++++++ net/tipc/trace.h | > 418 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 10 files changed, 1035 insertions(+), 9 deletions(-) create mode 100644 > net/tipc/trace.c create mode 100644 net/tipc/trace.h > > -- > 2.13.7 _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
