Skip to content

Commit

Permalink
ci error compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakoshi-dev committed Nov 13, 2024
1 parent 8d5f9ed commit 0b0d691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CARET_trace/include/caret_trace/tp.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ TRACEPOINT_EVENT(
int64_t, init_timestamp_arg
),
TP_FIELDS(
ctf_integer_hex(const void *, executor_entities_collector_addr, executor_entities_collector_addr_arg)
ctf_integer_hex(const void *, executor_entities_collector_addr,
executor_entities_collector_addr_arg)
ctf_integer_hex(const void *, callback_group_addr, callback_group_addr_arg)
ctf_integer(const int64_t, init_timestamp, init_timestamp_arg)
)
Expand All @@ -135,7 +136,8 @@ TRACEPOINT_EVENT(
),
TP_FIELDS(
ctf_integer_hex(const void *, executor_addr, executor_addr_arg)
ctf_integer_hex(const void *, executor_entities_collector_addr, executor_entities_collector_addr_arg)
ctf_integer_hex(const void *, executor_entities_collector_addr,
executor_entities_collector_addr_arg)
ctf_integer(const int64_t, init_timestamp, init_timestamp_arg)
)
)
Expand Down
1 change: 0 additions & 1 deletion CARET_trace/src/hooked_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ void SYMBOL_CONCAT_3(
}

auto group_addr_ = const_cast<void *>(group_addr);
auto node_addr_ = const_cast<void *>(node_addr);

std::string group_type_name = "unknown";
auto group_type = group_ptr->type();
Expand Down

0 comments on commit 0b0d691

Please sign in to comment.