@@ -62,13 +62,13 @@ TRACEPOINT_EVENT(
6262 ctf_integer(unsigned long long , timestamp_ns, tag_arg.time_point().time_since_epoch().count())
6363 ctf_integer(unsigned long , timestamp_microstep, tag_arg.micro_step())))
6464
65- TRACEPOINT_EVENT(reactor_cpp, trigger_reaction,
66- TP_ARGS ( const std::string&, reactor_name_arg, const std::string&, reaction_name_arg ,
67- const reactor::LogicalTime&, tag_arg) ,
68- TP_FIELDS(ctf_string(reactor_name, reactor_name_arg.c_str()) ctf_string(reaction_name ,
69- reaction_name_arg.c_str())
70- ctf_integer(unsigned long long , timestamp_ns, tag_arg.time_point().time_since_epoch().count())
71- ctf_integer(unsigned long , timestamp_microstep, tag_arg.micro_step())))
65+ TRACEPOINT_EVENT(
66+ reactor_cpp, trigger_reaction ,
67+ TP_ARGS ( const std::string&, reactor_name_arg, const std::string&, reaction_name_arg, const reactor::LogicalTime&,
68+ tag_arg) ,
69+ TP_FIELDS(ctf_string(reactor_name, reactor_name_arg.c_str()) ctf_string(reaction_name, reaction_name_arg.c_str())
70+ ctf_integer(unsigned long long , timestamp_ns, tag_arg.time_point().time_since_epoch().count())
71+ ctf_integer(unsigned long , timestamp_microstep, tag_arg.micro_step())))
7272
7373#endif /* REACTOR_CPP_TRACE_HH */
7474
0 commit comments