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
bc5791c0
Commit
bc5791c0
authored
Oct 31, 2017
by
yonghong-song
Committed by
GitHub
Oct 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1424 from palmtenor/bps
Fix minor compilation issue in bps
parents
ee433d4e
d77a41b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
introspection/bps.c
introspection/bps.c
+1
-1
No files found.
introspection/bps.c
View file @
bc5791c0
...
...
@@ -219,7 +219,7 @@ static int print_one_prog(uint32_t prog_id)
nr_map_ids
=
min
(
prog_info
.
nr_map_ids
,
nr_map_ids
);
for
(
i
=
0
;
i
<
nr_map_ids
;
i
++
)
{
struct
bpf_map_info
map_info
=
{};
uint32_t
info_len
=
sizeof
(
map_info
);
info_len
=
sizeof
(
map_info
);
int
map_fd
;
map_fd
=
bpf_map_get_fd_by_id
(
map_ids
[
i
]);
...
...
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