Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
dad0ad1f
Commit
dad0ad1f
authored
May 03, 2018
by
yonghong-song
Committed by
GitHub
May 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1729 from sandip4n/sandip4n_dev
Fix bpf_trace_printk() for big-endian targets
parents
bd8f0865
2af81df0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/cc/bpf_module.cc
src/cc/bpf_module.cc
+0
-1
No files found.
src/cc/bpf_module.cc
View file @
dad0ad1f
...
...
@@ -615,7 +615,6 @@ int BPFModule::finalize() {
std
::
map
<
std
::
string
,
std
::
tuple
<
uint8_t
*
,
uintptr_t
>>
tmp_sections
,
*
sections_p
;
mod
->
setDataLayout
(
"e-m:e-p:64:64-i64:64-n32:64-S128"
);
mod
->
setTargetTriple
(
"bpf-pc-linux"
);
sections_p
=
rw_engine_enabled_
?
&
sections_
:
&
tmp_sections
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment