Searched full:bcc (Results 1 – 25 of 856) sorted by relevance
12345678910>>...35
/external/bcc/SPECS/ |
D | bcc.spec | 25 %global python_bcc python3-bcc 29 %global python_bcc python2-bcc 35 Name: bcc 38 Summary: BPF Compiler Collection (BCC) 42 URL: https://github.com/iovisor/bcc 43 Source0: bcc.tar.gz 64 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 74 %setup -q -n bcc 92 find %{buildroot}/usr/share/bcc/{tools,examples} -type f -exec \ 97 Summary: Shared Library for BPF Compiler Collection (BCC) [all …]
|
D | bcc+clang.spec | 4 Name: bcc 7 Summary: BPF Compiler Collection (BCC) 11 URL: https://github.com/iovisor/bcc 12 Source0: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz 20 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 28 %setup -D -n bcc 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) [all …]
|
/external/bcc/src/lua/ |
D | squishy | 1 Module "bcc.vendor.argparse" "bcc/vendor/argparse.lua" 2 Module "bcc.vendor.posix" "bcc/vendor/posix.lua" 3 Module "bcc.vendor.middleclass" "bcc/vendor/middleclass.lua" 4 Module "bcc.vendor.json" "bcc/vendor/json.lua" 5 Module "bcc.vendor.helpers" "bcc/vendor/helpers.lua" 7 Module "bcc.init" "bcc/init.lua" 8 Module "bcc.run" "bcc/run.lua" 9 Module "bcc.bpf" "bcc/bpf.lua" 10 Module "bcc.sym" "bcc/sym.lua" 11 Module "bcc.libbcc" "bcc/libbcc.lua" [all …]
|
D | CMakeLists.txt | 6 ${CMAKE_CURRENT_SOURCE_DIR}/bcc/*.lua 7 ${CMAKE_CURRENT_SOURCE_DIR}/bcc/vendor/*.lua 11 OUTPUT bcc.lua 17 OUTPUT bcc.o 18 COMMAND ${LUAJIT} -bg bcc.lua bcc.o 19 DEPENDS bcc.lua 23 add_executable(bcc-lua src/main.c bcc.o) 24 set_target_properties(bcc-lua PROPERTIES LINKER_LANGUAGE C) 25 target_link_libraries(bcc-lua ${LUAJIT_LIBRARIES}) 26 target_link_libraries(bcc-lua ${bcc-lua-static}) [all …]
|
/external/bcc/ |
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… 9 - 2017-03-04: [Linux 4.x Tracing: Performance Analysis with bcc/BPF](https://www.slideshare.net/bre… 12 - 2017-01-31: [Golang bcc/BPF Function Tracing](http://www.brendangregg.com/blog/2017-01-31/golang-… 16 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li… 19 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html) 20 - 2016-10-12: [Linux bcc/BPF Node.js USDT Tracing](http://www.brendangregg.com/blog/2016-10-12/linu… 21 - 2016-10-08: [Linux bcc/BPF Run Queue (Scheduler) Latency](http://www.brendangregg.com/blog/2016-1… 22 - 2016-10-06: [Linux bcc ext4 Latency Tracing](http://www.brendangregg.com/blog/2016-10-06/linux-bc… 23 - 2016-10-04: [Installing bcc to evaluate BPF and Postgres](http://blog.gregburek.com/2016/10/04/in… [all …]
|
D | INSTALL.md | 1 # Installing BCC 38 There are a few optional kernel flags needed for running bcc networking examples on vanilla kernel: 63 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r) 72 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r) 89 Nightly bcc binary packages for Fedora 25, 26, 27, and 28 are hosted at 95 sudo dnf install bcc-tools kernel-headers kernel-devel 100 Stable bcc binary packages for Fedora 25, 26, 27, and 28 are hosted at 105 sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r) 114 bcc bcc-tools python-bcc python2-bcc 116 …d [in the PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bcc) and should install… [all …]
|
D | QUICKSTART.md | 3 A Docker container is provided for user to try out [bcc](https://github.com/iovisor/bcc). 12 --workdir /usr/share/bcc/tools \ 13 zlim/bcc 16 Now, from the container shell, you can try the various pre-installed bcc tools. 20 If you wish to install bcc on your host, please refer to [INSTALL.md](INSTALL.md).
|
/external/bcc/examples/cpp/ |
D | CMakeLists.txt | 10 target_link_libraries(HelloWorld bcc-static) 13 target_link_libraries(CPUDistribution bcc-static) 16 target_link_libraries(RecordMySQLQuery bcc-static) 19 target_link_libraries(TCPSendStack bcc-static) 22 target_link_libraries(RandomRead bcc-static) 25 target_link_libraries(LLCStat bcc-static) 28 target_link_libraries(FollyRequestContextSwitch bcc-static) 31 target_link_libraries(UseExternalMap bcc-static) 34 install (TARGETS HelloWorld DESTINATION share/bcc/examples/cpp) 35 install (TARGETS CPUDistribution DESTINATION share/bcc/examples/cpp) [all …]
|
/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 …]
|
/external/bcc/src/cc/ |
D | CMakeLists.txt | 44 add_library(bcc-shared SHARED 47 set_target_properties(bcc-shared PROPERTIES VERSION ${REVISION_LAST} SOVERSION 0) 48 set_target_properties(bcc-shared PROPERTIES OUTPUT_NAME bcc) 55 add_library(bcc-loader-static STATIC ${bcc_sym_sources} ${bcc_util_sources}) 56 target_link_libraries(bcc-loader-static elf) 57 add_library(bcc-static STATIC 59 set_target_properties(bcc-static PROPERTIES OUTPUT_NAME bcc) 60 set(bcc-lua-static 94 target_link_libraries(bcc-shared ${bcc_common_libs_for_s}) 95 target_link_libraries(bcc-static ${bcc_common_libs_for_a} bcc-loader-static) [all …]
|
/external/bcc/snapcraft/ |
D | README.md | 1 # bcc snap 3 This is an unconfined snap of the BPF Compiler Collection (BCC), a toolkit for 10 Clone the bcc repo (if you haven't done so already) and create the snap: 12 git clone https://github.com/iovisor/bcc.git 16 Note: running `make` just gets the version from the current bcc gito 17 repository and uses this in the snapcraft yaml file to version the bcc 18 snap. The Makefile basically runs snapcraft to snap up bcc. 26 sudo snap connect bcc:mount-observe 27 sudo snap connect bcc:system-observe 28 sudo snap connect bcc:system-trace [all …]
|
/external/bcc/docs/ |
D | reference_guide.md | 1 # bcc Reference Guide 5 This guide is incomplete. If something feels missing, check the bcc and kernel source. And if you c… 58 - [bcc Python](#bcc-python) 99 This section describes the C part of a bcc program. 127 …com/iovisor/bcc/blob/4afa96a71c5dbfc4c507c3355e20baa6c184a3a8/examples/tracing/tcpv4connect.py#L28… 128 …/iovisor/bcc/commit/310ab53710cfd46095c1f6b3e44f1dbc8d1a41d8#diff-8cd1822359ffee26e7469f991ce0ef00… 152 …com/iovisor/bcc/blob/4afa96a71c5dbfc4c507c3355e20baa6c184a3a8/examples/tracing/tcpv4connect.py#L38… 177 ….com/iovisor/bcc/blob/a4159da8c4ea8a05a3c6e402451f530d6e5a8b41/examples/tracing/urandomread.py#L19… 178 [search /examples](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Aexamples&type=Co… 179 [search /tools](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Atools&type=Code) [all …]
|
/external/bcc/debian/ |
D | control | 1 Source: bcc 15 Homepage: https://github.com/iovisor/bcc 20 Description: Shared Library for BPF Compiler Collection (BCC) 27 Description: Examples for BPF Compiler Collection (BCC) 29 Package: python-bcc 32 Description: Python wrappers for BPF Compiler Collection (BCC) 34 Package: python3-bcc 37 Description: Python3 wrappers for BPF Compiler Collection (BCC) 39 Package: bcc-tools 41 Depends: python-bcc (= ${binary:Version}) [all …]
|
D | changelog | 1 bcc (0.7.0-1) unstable; urgency=low 7 bcc (0.6.1-1) unstable; urgency=low 15 bcc (0.6.0-1) unstable; urgency=low 24 bcc (0.5.0-1) unstable; urgency=low 33 bcc (0.4.0-1) unstable; urgency=low 40 bcc (0.3.0-1) unstable; urgency=low 53 bcc (0.2.0-1) unstable; urgency=low 63 bcc (0.1.8-1) unstable; urgency=low 74 bcc (0.1.7-1) unstable; urgency=low 81 bcc (0.1.6-1) unstable; urgency=low [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | app_mailmsg_expected.txt | 2 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 3 Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= 4 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body 5 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 6 Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= 7 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | machine-zero-copy-remove.mir | 15 Bcc 1, %bb.2, implicit killed $nzcv 39 Bcc 1, %bb.2, implicit killed $nzcv 63 Bcc 1, %bb.2, implicit killed $nzcv 87 Bcc 1, %bb.2, implicit killed $nzcv 111 Bcc 1, %bb.2, implicit killed $nzcv 135 Bcc 1, %bb.2, implicit killed $nzcv 159 Bcc 1, %bb.2, implicit killed $nzcv 183 Bcc 1, %bb.2, implicit killed $nzcv 207 Bcc 1, %bb.2, implicit killed $nzcv 231 Bcc 1, %bb.2, implicit killed $nzcv [all …]
|
D | falkor-hwpf-fix.mir | 20 Bcc 9, %bb.0, implicit $nzcv 41 Bcc 9, %bb.0, implicit $nzcv 62 Bcc 9, %bb.0, implicit $nzcv 83 Bcc 9, %bb.0, implicit $nzcv 104 Bcc 9, %bb.0, implicit $nzcv 125 Bcc 9, %bb.0, implicit $nzcv 146 Bcc 9, %bb.0, implicit $nzcv 171 Bcc 9, %bb.0, implicit $nzcv 193 Bcc 9, %bb.0, implicit $nzcv 215 Bcc 9, %bb.0, implicit $nzcv [all …]
|
/external/bcc/cmake/ |
D | bump_version.cmake | 7 configure_file(SPECS/bcc.el6.spec.in SPECS/bcc.el6.spec @ONLY) 8 configure_file(SPECS/bcc.el7.spec.in SPECS/bcc.el7.spec @ONLY) 9 configure_file(SPECS/bcc.f22.spec.in SPECS/bcc.f22.spec @ONLY)
|
/external/bcc/tests/lua/ |
D | test_standalone.sh | 13 if [[ ! -x bcc-lua ]]; then 14 echo "bcc-lua not built --- skipping" 18 if ldd bcc-lua | grep -q luajit; then 19 fail "bcc-lua depends on libluajit" 27 if ! sudo ./bcc-lua "$PROBE" -d 1 >/dev/null 2>/dev/null; then 28 fail "bcc-lua cannot run complex probes"
|
/external/bcc/man/man8/ |
D | bashreadline.8 | 3 bashreadline \- Print entered bash commands system wide. Uses Linux eBPF/bcc. 11 This program is also a basic example of eBPF/bcc and uprobes. 19 CONFIG_BPF and bcc. 39 This is from bcc. 41 https://github.com/iovisor/bcc 43 Also look in the bcc distribution for a companion _examples.txt file containing
|
D | syncsnoop.8 | 3 syncsnoop \- Trace sync() syscall. Uses Linux eBPF/bcc. 18 This program is also a basic example of eBPF/bcc. 22 CONFIG_BPF and bcc. 40 This is from bcc. 42 https://github.com/iovisor/bcc 44 Also look in the bcc distribution for a companion _examples.txt file containing
|
D | oomkill.8 | 3 oomkill \- Trace oom_kill_process(). Uses Linux eBPF/bcc. 14 This program is also a basic example of eBPF/bcc. 18 CONFIG_BPF and bcc. 42 This is from bcc. 44 https://github.com/iovisor/bcc 46 Also look in the bcc distribution for a companion _examples.txt file containing
|
D | reset-trace.8 | 7 You will probably never need this tool. If you kill \-9 a bcc tool (plus other 8 signals, like SIGTERM), or if a bcc tool crashes, then kernel tracing can be 26 Force. Will reset all tracing facilities, including those not used by bcc 48 This is from bcc. 50 https://github.com/iovisor/bcc 52 Also look in the bcc distribution for a companion _examples.txt file containing
|
/external/bcc/tools/ |
D | CMakeLists.txt | 8 install(PROGRAMS ${FIL} DESTINATION share/bcc/tools RENAME ${FIL_WE}) 13 install(PROGRAMS ${FIL} DESTINATION share/bcc/tools RENAME ${FIL_WE}) 19 install(PROGRAMS ${FIL} DESTINATION share/bcc/tools RENAME ${FIL_WE}) 20 …install(CODE "file(WRITE \"\$ENV{DESTDIR}/\${CMAKE_INSTALL_PREFIX}/share/bcc/tools/${FIL_WE}\" \"$… 23 install(FILES ${C_FILES} DESTINATION share/bcc/tools) 24 install(FILES ${TXT_FILES} DESTINATION share/bcc/tools/doc)
|
/external/bcc/src/python/ |
D | CMakeLists.txt | 7 configure_file(bcc/${PY_SRC} ${CMAKE_CURRENT_BINARY_DIR}/bcc/${PY_SRC} COPYONLY) 15 configure_file(bcc/version.py.in ${CMAKE_CURRENT_BINARY_DIR}/bcc/version.py @ONLY) 23 set(PY_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bcc/__init__.py ${CMAKE_CURRENT_BINARY_DIR}/setup.py) 28 set(PIP_INSTALLABLE "${CMAKE_CURRENT_BINARY_DIR}/dist-${PY_CMD_ESCAPED}/bcc-${REVISION}.tar.gz")
|
12345678910>>...35