/external/bcc/SPECS/ |
D | bcc.spec | 38 Summary: BPF Compiler Collection (BCC) 64 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 97 Summary: Shared Library for BPF Compiler Collection (BCC) 100 Shared Library for BPF Compiler Collection (BCC) 103 Summary: Python2 bindings for BPF Compiler Collection (BCC) 107 Python bindings for BPF Compiler Collection (BCC) 111 Summary: Python3 bindings for BPF Compiler Collection (BCC) 115 Python bindings for BPF Compiler Collection (BCC) 120 Summary: Standalone tool to run BCC tracers written in Lua 123 Standalone tool to run BCC tracers written in Lua [all …]
|
D | bcc+clang.spec | 7 Summary: BPF Compiler Collection (BCC) 20 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 59 Summary: Shared Library for BPF Compiler Collection (BCC) 62 Shared Library for BPF Compiler Collection (BCC) 65 Summary: Examples for BPF Compiler Collection (BCC) 68 Examples for BPF Compiler Collection (BCC) 71 Summary: Python bindings for BPF Compiler Collection (BCC) 74 Python bindings for BPF Compiler Collection (BCC) 77 Summary: Command line tools for BPF Compiler Collection (BCC) 80 Command line tools for BPF Compiler Collection (BCC)
|
/external/adeb/ |
D | BCC.md | 1 BCC (BPF compiler collection) for Android 6 BCC is a compiler and a toolkit, containing powerful kernel tracing tools that 10 overview](http://www.joelfernandes.org/resources/bcc-ospm.pdf) and visit [BCC's 11 project page](https://github.com/iovisor/bcc) for the official BCC 16 adeb is the primary vehicle for running BCC on Android. It supports 18 building BCC on device, and other setup. Take a look a quick look at [adeb 22 To download a prebuilt filesystem with BCC already built/installed for an ARM64 29 detecting your device's kernel version. Running BCC this way may cause a warning 40 section](https://github.com/joelagnel/adeb/blob/master/BCC.md#other-architectures-other-than-arm64) 42 Now to run BCC, just start an adeb shell: `adeb shell`. This uses adb [all …]
|
D | README.md | 20 3. Using these one can run popular tools such as BCC that are difficult to run 22 cross-compilation needed for their operation. [Check BCC on Android using 23 adeb](https://github.com/joelagnel/adeb/blob/master/BCC.md) for more 126 ### Build/install a base image with BCC: 130 Note: BCC is built from source. Also `--kernelsrc` is recommended for tools to
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() local 229 if (!BCC) in clang_BlockCommandComment_getCommandName() 233 return cxstring::createRef(BCC->getCommandName(Traits)); in clang_BlockCommandComment_getCommandName() 237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() local 238 if (!BCC) in clang_BlockCommandComment_getNumArgs() 241 return BCC->getNumArgs(); in clang_BlockCommandComment_getNumArgs() 246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() local 247 if (!BCC || ArgIdx >= BCC->getNumArgs()) in clang_BlockCommandComment_getArgText() 250 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText() 254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph() local [all …]
|
/external/bcc/debian/ |
D | control | 20 Description: Shared Library for BPF Compiler Collection (BCC) 27 Description: Examples for BPF Compiler Collection (BCC) 32 Description: Python wrappers for BPF Compiler Collection (BCC) 37 Description: Python3 wrappers for BPF Compiler Collection (BCC) 42 Description: Command line tools for BPF Compiler Collection (BCC) 47 Description: Standalone tool to run BCC tracers written in Lua
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | opt-cmp-inst-cr0-live.ll | 12 ; CHECK: BCC 16 ; CHECK: BCC 31 ; CHECK: BCC 12, killed [[CREG]] 47 ; CHECK: BCC 76, killed [[CREG]] 66 ; CHECK: BCC 71 90 ; CHECK: BCC 112 ; CHECK: BCC 116 ; CHECK: BCC
|
D | opt-sub-inst-cr0-live.mir | 116 BCC 76, %25, %bb.2.loop 119 ; CHECK: BCC
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 163 BlockCommandComment *&BCC, in HasBlockCommandAt() argument 166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt() 170 StringRef ActualName = BCC->getCommandName(Traits); in HasBlockCommandAt() 176 Paragraph = BCC->getParagraph(); in HasBlockCommandAt() 689 BlockCommandComment *BCC; in TEST_F() local 691 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC)); in TEST_F() 693 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa")); in TEST_F() 706 BlockCommandComment *BCC; in TEST_F() local 708 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC)); in TEST_F() 710 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " ")); in TEST_F() [all …]
|
/external/bcc/ |
D | METADATA | 1 name: "BCC" 3 "BCC is a toolkit for creating efficient kernel tracing and manipulation programs"
|
D | LINKS.md | 2 - 2018-02-22: [Some advanced BCC topics](https://lwn.net/Articles/747640) 3 - 2018-01-23: [BPFd: Running BCC tools remotely across systems and architectures](https://lwn.net/A… 26 - 2016-09-23: [BCC – Dynamic Tracing Tools for Linux Performance Monitoring, Networking and More](h… 31 - 2016-05-04: [Tracing your TCP IPv4 connections with eBPF and BCC from the Linux kernel JIT-VM to … 32 - 2016-03-31: [Probing the JVM with BPF/BCC](http://blogs.microsoft.co.il/sasha/2016/03/31/probing-… 34 - 2016-03-30: [USDT Probe Support in BPF/BCC](http://blogs.microsoft.co.il/sasha/2016/03/30/usdt-pr…
|
D | INSTALL.md | 1 # Installing BCC 180 BCC also requires kernel version 4.1 or above. Those kernels are available in the `jessie-backport… 201 # BCC build dependencies: 269 ### Install and compile BCC 307 ### Install and compile BCC 328 ### Install and compile BCC
|
/external/llvm/test/CodeGen/PowerPC/ |
D | opt-cmp-inst-cr0-live.ll | 10 ; CHECK: BCC 14 ; CHECK: BCC
|
D | opt-sub-inst-cr0-live.mir | 120 BCC 76, %25, %bb.2.loop 123 ; CHECK: BCC
|
/external/adeb/addons/ |
D | bashrc.common | 27 echo "BCC will not work" 34 # Needed for BCC to work on slightly mismatched kernels.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 147 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 192 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 201 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 164 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 209 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 218 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 106 if (I->getOpcode() != PPC::BCC || I->getOperand(2).isImm()) { in runOnMachineFunction() 151 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
|
D | PPCInstrInfo.cpp | 197 } else if (LastInst->getOpcode() == PPC::BCC) { in AnalyzeBranch() 219 if (SecondLastInst->getOpcode() == PPC::BCC && in AnalyzeBranch() 257 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC) in RemoveBranch() 267 if (I->getOpcode() != PPC::BCC) in RemoveBranch() 290 BuildMI(&MBB, DL, get(PPC::BCC)) in InsertBranch() 296 BuildMI(&MBB, DL, get(PPC::BCC)) in InsertBranch()
|
/external/bcc/src/cc/frontends/p4/ |
D | README.md | 156 that can be compiled using the BPF Compiler Collection (BCC) 175 that it should be compilable to EBPF using BCC. 179 P4 ---> | P4-to-EBPF | ---> C ----> | BCC | --> EBPF 185 implemented by the user. The BCC tools simplify this task 201 * the BCC compiler collection tools: (https://github.com/iovisor/bcc). 202 This is required for compiling the generated code. Also, BCC comes 236 * arbitrary parsers can be compiled, but the BCC compiler will reject 339 data-plane. This C file can be manipulated using the BCC tools; 340 please refer to the BCC project documentation and sample test files of
|
/external/libpcap/ |
D | grammar.h | 138 BCC = 348, enumerator 260 #define BCC 348 macro
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() local 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts() 124 Brief = BCC; in FullCommentParts() 128 Headerfile = BCC; in FullCommentParts() 132 Returns.push_back(BCC); in FullCommentParts() 136 Exceptions.push_back(BCC); in FullCommentParts() 139 MiscBlocks.push_back(BCC); in FullCommentParts()
|
/external/libdivsufsort/ |
D | CMakeLists.txt | 64 append_c_compiler_flags("-w" "BCC" CMAKE_C_FLAGS) 65 append_c_compiler_flags("-Oi;-Og;-Os;-Ov;-Ox" "BCC" CMAKE_C_FLAGS_RELEASE)
|
/external/bcc/src/cc/ |
D | libbcc.pc.in | 11 Description: BCC Program library
|
/external/bcc/tests/lua/ |
D | test_helper.lua | 16 rawset(_G, "BPF", BCC.BPF)
|