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
472103b3
Commit
472103b3
authored
May 18, 2017
by
4ast
Committed by
GitHub
May 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1187 from mauriciovasquezbernal/remove_trailing_spaces
remove trailing white spaces from source code files
parents
634f4b0a
d1324ac2
Changes
34
Show whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
153 additions
and
153 deletions
+153
-153
examples/cpp/FollyRequestContextSwitch.cc
examples/cpp/FollyRequestContextSwitch.cc
+1
-1
examples/lua/sock-parse-http.lua
examples/lua/sock-parse-http.lua
+1
-1
examples/networking/http_filter/http-parse-complete.c
examples/networking/http_filter/http-parse-complete.c
+7
-7
examples/networking/http_filter/http-parse-complete.py
examples/networking/http_filter/http-parse-complete.py
+25
-25
examples/networking/http_filter/http-parse-simple.c
examples/networking/http_filter/http-parse-simple.c
+5
-5
examples/networking/http_filter/http-parse-simple.py
examples/networking/http_filter/http-parse-simple.py
+12
-12
examples/tracing/strlen_hist.py
examples/tracing/strlen_hist.py
+1
-1
src/cc/frontends/clang/tp_frontend_action.cc
src/cc/frontends/clang/tp_frontend_action.cc
+1
-1
src/cc/frontends/clang/tp_frontend_action.h
src/cc/frontends/clang/tp_frontend_action.h
+1
-1
src/cc/frontends/p4/compiler/compilationException.py
src/cc/frontends/p4/compiler/compilationException.py
+2
-2
src/cc/frontends/p4/compiler/ebpfAction.py
src/cc/frontends/p4/compiler/ebpfAction.py
+5
-5
src/cc/frontends/p4/compiler/ebpfConditional.py
src/cc/frontends/p4/compiler/ebpfConditional.py
+3
-3
src/cc/frontends/p4/compiler/ebpfCounter.py
src/cc/frontends/p4/compiler/ebpfCounter.py
+1
-1
src/cc/frontends/p4/compiler/ebpfProgram.py
src/cc/frontends/p4/compiler/ebpfProgram.py
+1
-1
src/cc/frontends/p4/compiler/ebpfScalarType.py
src/cc/frontends/p4/compiler/ebpfScalarType.py
+1
-1
src/cc/frontends/p4/compiler/ebpfTable.py
src/cc/frontends/p4/compiler/ebpfTable.py
+4
-4
src/cc/frontends/p4/compiler/p4toEbpf.py
src/cc/frontends/p4/compiler/p4toEbpf.py
+1
-1
src/cc/frontends/p4/compiler/target.py
src/cc/frontends/p4/compiler/target.py
+1
-1
src/cc/frontends/p4/compiler/typeFactory.py
src/cc/frontends/p4/compiler/typeFactory.py
+1
-1
src/cc/frontends/p4/test/endToEndTest.py
src/cc/frontends/p4/test/endToEndTest.py
+22
-22
src/cc/frontends/p4/test/testP4toEbpf.py
src/cc/frontends/p4/test/testP4toEbpf.py
+6
-6
src/cc/libbpf.c
src/cc/libbpf.c
+6
-6
src/cc/libbpf.h
src/cc/libbpf.h
+1
-1
src/lua/bpf/bpf.lua
src/lua/bpf/bpf.lua
+3
-3
src/lua/bpf/builtins.lua
src/lua/bpf/builtins.lua
+1
-1
src/lua/bpf/cdef.lua
src/lua/bpf/cdef.lua
+1
-1
src/lua/bpf/elf.lua
src/lua/bpf/elf.lua
+1
-1
src/lua/bpf/proto.lua
src/lua/bpf/proto.lua
+1
-1
tests/python/test_bpf_log.py
tests/python/test_bpf_log.py
+2
-2
tests/python/test_brb.c
tests/python/test_brb.c
+1
-1
tests/python/test_brb.py
tests/python/test_brb.py
+14
-14
tests/python/test_brb2.py
tests/python/test_brb2.py
+15
-15
tests/python/test_uprobes.py
tests/python/test_uprobes.py
+4
-4
tools/execsnoop.py
tools/execsnoop.py
+1
-1
No files found.
examples/cpp/FollyRequestContextSwitch.cc
View file @
472103b3
examples/lua/sock-parse-http.lua
View file @
472103b3
examples/networking/http_filter/http-parse-complete.c
View file @
472103b3
examples/networking/http_filter/http-parse-complete.py
View file @
472103b3
examples/networking/http_filter/http-parse-simple.c
View file @
472103b3
examples/networking/http_filter/http-parse-simple.py
View file @
472103b3
examples/tracing/strlen_hist.py
View file @
472103b3
src/cc/frontends/clang/tp_frontend_action.cc
View file @
472103b3
src/cc/frontends/clang/tp_frontend_action.h
View file @
472103b3
src/cc/frontends/p4/compiler/compilationException.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfAction.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfConditional.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfCounter.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfProgram.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfScalarType.py
View file @
472103b3
src/cc/frontends/p4/compiler/ebpfTable.py
View file @
472103b3
src/cc/frontends/p4/compiler/p4toEbpf.py
View file @
472103b3
src/cc/frontends/p4/compiler/target.py
View file @
472103b3
src/cc/frontends/p4/compiler/typeFactory.py
View file @
472103b3
src/cc/frontends/p4/test/endToEndTest.py
View file @
472103b3
src/cc/frontends/p4/test/testP4toEbpf.py
View file @
472103b3
src/cc/libbpf.c
View file @
472103b3
src/cc/libbpf.h
View file @
472103b3
src/lua/bpf/bpf.lua
View file @
472103b3
src/lua/bpf/builtins.lua
View file @
472103b3
src/lua/bpf/cdef.lua
View file @
472103b3
src/lua/bpf/elf.lua
View file @
472103b3
src/lua/bpf/proto.lua
View file @
472103b3
tests/python/test_bpf_log.py
View file @
472103b3
tests/python/test_brb.c
View file @
472103b3
tests/python/test_brb.py
View file @
472103b3
tests/python/test_brb2.py
View file @
472103b3
tests/python/test_uprobes.py
View file @
472103b3
tools/execsnoop.py
View file @
472103b3
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