Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add posix I/O writer #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add posix I/O writer

4fd339d
Select commit
Loading
Failed to load commit list.
Open

Add posix I/O writer #334

Add posix I/O writer
4fd339d
Select commit
Loading
Failed to load commit list.
Code Style Turtle / Code Formatting Test failed Oct 29, 2024 in 5s

Clang-Format Checker

Completed code style check

Details

Some files are not formatted according to your code style.

Annotations

Check failure on line 58 in include/lo2s/monitor/poll_monitor.hpp

See this annotation in the file changed.

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

include/lo2s/monitor/poll_monitor.hpp#L58

-    virtual void monitor([[maybe_unused]] int fd) {};
+    virtual void monitor([[maybe_unused]] int fd){};

Check failure on line 144 in include/lo2s/trace/reg_keys.hpp

See this annotation in the file changed.

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

include/lo2s/trace/reg_keys.hpp#L144

+

Check failure on line 149 in include/lo2s/trace/reg_keys.hpp

See this annotation in the file changed.

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

include/lo2s/trace/reg_keys.hpp#L149

+

Check failure on line 154 in include/lo2s/trace/reg_keys.hpp

See this annotation in the file changed.

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

include/lo2s/trace/reg_keys.hpp#L154

+

Check failure on line 55 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#L55

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