Skip to content

Replace BFD -> libelf, merge MMap class and ProcessInfo, split

Code Style Turtle / Code Formatting Test failed Nov 7, 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 27 in include/lo2s/function_resolver.hpp

See this annotation in the file changed.

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

include/lo2s/function_resolver.hpp#L27

-#include <string>

Check failure on line 28 in include/lo2s/function_resolver.hpp

See this annotation in the file changed.

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

include/lo2s/function_resolver.hpp#L28

+#include <string>

Check failure on line 130 in include/lo2s/function_resolver.hpp

See this annotation in the file changed.

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

include/lo2s/function_resolver.hpp#L130

-}
+} // namespace lo2s

Check failure on line 22 in include/lo2s/instruction_resolver.hpp

See this annotation in the file changed.

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

include/lo2s/instruction_resolver.hpp#L22

-#pragma once 
+#pragma once

Check failure on line 30 in include/lo2s/instruction_resolver.hpp

See this annotation in the file changed.

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

include/lo2s/instruction_resolver.hpp#L30

+

Check failure on line 24 in include/lo2s/process_info.hpp

See this annotation in the file changed.

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

include/lo2s/process_info.hpp#L24

+#include <lo2s/dwarf_resolve.hpp>

Check failure on line 27 in include/lo2s/process_info.hpp

See this annotation in the file changed.

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

include/lo2s/process_info.hpp#L27

-#include <lo2s/dwarf_resolve.hpp>

Check failure on line 45 in include/lo2s/process_info.hpp

See this annotation in the file changed.

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

include/lo2s/process_info.hpp#L45

+

Check failure on line 74 in include/lo2s/process_info.hpp

See this annotation in the file changed.

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

include/lo2s/process_info.hpp#L74

+

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)                                                                       \
+    }