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
dcb77e60
Commit
dcb77e60
authored
Jun 23, 2017
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused shared_table.h
Signed-off-by:
Brenden Blanco
<
bblanco@gmail.com
>
parent
b03d9eb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
20 deletions
+1
-20
src/cc/CMakeLists.txt
src/cc/CMakeLists.txt
+1
-1
src/cc/bpf_module.cc
src/cc/bpf_module.cc
+0
-1
src/cc/shared_table.h
src/cc/shared_table.h
+0
-18
No files found.
src/cc/CMakeLists.txt
View file @
dcb77e60
...
...
@@ -89,7 +89,7 @@ target_link_libraries(bcc-static b_frontend clang_frontend bcc-loader-static
install
(
TARGETS bcc-shared LIBRARY COMPONENT libbcc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
FILES bpf_common.h bpf_module.h bcc_syms.h bcc_exception.h file_desc.h
libbpf.h perf_reader.h BPF.h BPFTable.h
shared_table.h
libbpf.h perf_reader.h BPF.h BPFTable.h
table_desc.h table_storage.h COMPONENT libbcc
DESTINATION include/bcc
)
install
(
DIRECTORY compat/linux/ COMPONENT libbcc
...
...
src/cc/bpf_module.cc
View file @
dcb77e60
...
...
@@ -51,7 +51,6 @@
#include "bpf_module.h"
#include "exported_files.h"
#include "kbuild_helper.h"
#include "shared_table.h"
#include "libbpf.h"
namespace
ebpf
{
...
...
src/cc/shared_table.h
deleted
100644 → 0
View file @
b03d9eb2
/*
* Copyright (c) 2016 PLUMgrid, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once
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