forked from iovisor/bcc
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
bcc/cc: Make kernel building more configurable
Using bcc for cross development requires ability to set a custom kernel source path and architecture, further such changes needed to be propogated to bcc helpers so that the bpf program is built properly. This patches does all this. Signed-off-by: Joel Fernandes <joelaf@google.com>
- Loading branch information
Joel Fernandes
committed
Jan 10, 2018
1 parent
76cef27
commit 2a2f9d4
Showing
4 changed files
with
145 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We are in c++ land, maybe we should use std::cout everywhere?