Skip to content

Move Event Configuration to EventConfig class

Code Style Turtle / Code Formatting Test failed Jan 22, 2025 in 6s

Clang-Format Checker

Completed code style check

Details

Some files are not formatted according to your code style.

Annotations

Check failure on line 48 in include/lo2s/perf/event_provider.hpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

include/lo2s/perf/event_provider.hpp#L48

+

Check failure on line 54 in src/perf/event_provider.cpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

src/perf/event_provider.cpp#L54

-#define PERF_EVENT(name, type, id) { (name), (type), (id) }
+#define PERF_EVENT(name, type, id)                                                                 \
+    {                                                                                              \
+        (name), (type), (id)                                                                       \
+    }

Check failure on line 376 in src/perf/event_provider.cpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

src/perf/event_provider.cpp#L376

+