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
7d4dc8c0
Commit
7d4dc8c0
authored
Jun 21, 2018
by
Oriol Arcas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug: removed remaining traces of bpf_get_stackid in license tests
Signed-off-by:
Oriol Arcas
<
oriol@starflownetworks.com
>
parent
162882e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/python/test_license.py
tests/python/test_license.py
+0
-1
No files found.
tests/python/test_license.py
View file @
7d4dc8c0
...
@@ -8,7 +8,6 @@ from bcc import BPF
...
@@ -8,7 +8,6 @@ from bcc import BPF
class
TestLicense
(
unittest
.
TestCase
):
class
TestLicense
(
unittest
.
TestCase
):
gpl_only_text
=
"""
gpl_only_text
=
"""
#include <uapi/linux/ptrace.h>
#include <uapi/linux/ptrace.h>
BPF_STACK_TRACE(stack_traces, 10240);
struct gpl_s {
struct gpl_s {
u64 ts;
u64 ts;
};
};
...
...
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