| /external/bcc/snap/ |
| D | snapcraft.yaml | 18 name: bcc 19 summary: BPF Compiler Collection (BCC) 29 adopt-info: bcc 40 bcc: 71 - -usr/share/bcc/tools/doc 75 - usr/share/bcc/tools 99 after: [bcc] 104 command: bcc-wrapper argdist 106 command: bcc-wrapper bashreadline 108 command: bcc-wrapper biolatency [all …]
|
| 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 23 sudo snap connect bcc:mount-observe 24 sudo snap connect bcc:system-observe 25 sudo snap connect bcc:system-trace 27 Now run a bcc tool, for example, to run opensnoop use: 29 sudo bcc.opensnoop 39 bcc snap.
|
| /external/bcc/SPECS/ |
| D | bcc.spec | 32 %global python_bcc python3-bcc 36 %global python_bcc python2-bcc 44 Name: bcc 47 Summary: BPF Compiler Collection (BCC) 51 URL: https://github.com/iovisor/bcc 52 Source0: bcc.tar.gz 78 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 88 %setup -q -n bcc 106 find %{buildroot}/usr/share/bcc/{tools,examples} -type f -exec \ 111 Summary: Shared Library for BPF Compiler Collection (BCC) [all …]
|
| D | bcc+clang.spec | 5 Name: bcc 8 Summary: BPF Compiler Collection (BCC) 12 URL: https://github.com/iovisor/bcc 13 Source0: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz 21 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from 29 %setup -D -n bcc 60 Summary: Shared Library for BPF Compiler Collection (BCC) 63 Shared Library for BPF Compiler Collection (BCC) 66 Summary: Examples for BPF Compiler Collection (BCC) 69 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 …]
|
| D | README.md | 1 Lua Tools for BCC 4 This directory contains Lua tooling for [BCC][bcc] 7 BCC is a toolkit for creating userspace and kernel tracing programs. By 14 Since LuaJIT is a JIT compiled language, tracers implemented in `bcc-lua` 32 $ git clone https://github.com/iovisor/bcc.git 33 $ cd bcc/ 36 2. As per the [Ubuntu - Binary](https://github.com/iovisor/bcc/blob/master/INSTALL.md#ubuntu---bina… 42 $ sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r) 54 $ sudo src/lua/bcc-probe examples/lua/task_switch.lua 155 [bcc]: https://github.com/iovisor/bcc [all …]
|
| /external/bcc/ |
| D | INSTALL.md | 1 # Installing BCC 53 There are a few optional kernel flags needed for running bcc networking examples on vanilla kernel: 70 `bcc` and its tools are available in the standard Debian main repository, from the source package [… 81 Versions of bcc are available in the standard Ubuntu 83 packages use `bcc` in the name (e.g. `bcc-tools`), Ubuntu packages use `bpfcc` (e.g. 86 Currently, BCC packages for both the Ubuntu Universe, and the iovisor builds are outdated. This is … 88 - [iovisor - BCC GitHub Issues](https://github.com/iovisor/bcc/issues/2678) 89 …from source](#ubuntu---source) is currently the only way to get up to date packaged version of bcc. 118 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r) 120 …ial` with `artful` or `bionic` as appropriate). Tools will be installed under /usr/share/bcc/tools. [all …]
|
| D | LINKS.md | 3 - 2019-11-12: [bcc-tools brings dynamic kernel tracing to Red Hat Enterprise Linux 8.1](https://www… 5 - 2018-02-22: [Some advanced BCC topics](https://lwn.net/Articles/747640) 6 - 2018-01-23: [BPFd: Running BCC tools remotely across systems and architectures](https://lwn.net/A… 12 - 2017-03-04: [Linux 4.x Tracing: Performance Analysis with bcc/BPF](https://www.slideshare.net/bre… 15 - 2017-01-31: [Golang bcc/BPF Function Tracing](http://www.brendangregg.com/blog/2017-01-31/golang-… 19 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li… 22 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html) 23 - 2016-10-12: [Linux bcc/BPF Node.js USDT Tracing](http://www.brendangregg.com/blog/2016-10-12/linu… 24 - 2016-10-08: [Linux bcc/BPF Run Queue (Scheduler) Latency](http://www.brendangregg.com/blog/2016-1… 25 - 2016-10-06: [Linux bcc ext4 Latency Tracing](http://www.brendangregg.com/blog/2016-10-06/linux-bc… [all …]
|
| D | FAQ.txt | 14 ImportError: No module named bcc 17 export PYTHONPATH=$(dirname `find /usr/lib -name bcc`):$PYTHONPATH 31 Also see https://github.com/iovisor/bcc/issues/2525 58 Q: Running one of the bcc tools produces an import error: 61 from bcc import BPF 62 ImportError: No module named bcc 63 A: Make sure the python bcc bindings package (python2-bcc) is installed.
|
| 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/debian/ |
| D | changelog | 1 bcc (0.28.0-1) unstable; urgency=low 5 …* bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvm… 7 * support ringbuf_query for bcc tools. 9 * Fix maximum allowed index for print_linear_hist for bcc tools. 12 …* filter with available_filter_functions to make multi-functions kprobes more robust for both bcc … 17 bcc (0.27.0-1) unstable; urgency=low 20 …* bcc tool updates for ttysnoop, slabratetop, readahead, nfsslower, cpudist, cachetop, cachestat, … 31 bcc (0.26.0-1) unstable; urgency=low 34 …* bcc tool updates for biosnoop, opensnoop, biopattern, killsnoop, runqslower, offcputime, wakeupt… 42 bcc (0.25.0-1) unstable; urgency=low [all …]
|
| D | control | 1 Source: bcc 16 Homepage: https://github.com/iovisor/bcc 24 Description: Shared Library for BPF Compiler Collection (BCC) 31 Description: Examples for BPF Compiler Collection (BCC) 33 Package: python-bcc 38 Description: Python wrappers for BPF Compiler Collection (BCC) 40 Package: python3-bcc 45 Description: Python3 wrappers for BPF Compiler Collection (BCC) 47 Package: bcc-tools 51 Depends: python-bcc (= ${binary:Version}) [all …]
|
| /external/bcc/.github/workflows/ |
| D | bcc-test.yml | 1 name: BCC Build and tests 60 …{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os.distro }}-${{ matrix.os.version }} bcc-docker 61 - name: Run bcc build 67 -v $(pwd):/bcc \ 72 bcc-docker \ 74 'mkdir -p /bcc/build && cd /bcc/build && \ 76 - name: Run bcc's cc tests 86 -v $(pwd):/bcc \ 91 bcc-docker \ 93 '/bcc/build/tests/wrapper.sh \ [all …]
|
| /external/bcc/src/cc/ |
| D | CMakeLists.txt | 91 add_library(bcc-shared SHARED 94 set_target_properties(bcc-shared PROPERTIES VERSION ${REVISION_LAST} SOVERSION 0) 95 set_target_properties(bcc-shared PROPERTIES OUTPUT_NAME bcc) 103 add_library(bcc-loader-static STATIC ${bcc_sym_sources} ${bcc_util_sources}) 104 target_link_libraries(bcc-loader-static elf z) 105 add_library(bcc-static STATIC 107 set_target_properties(bcc-static PROPERTIES OUTPUT_NAME bcc) 108 set(bcc-lua-static 160 target_sources(bcc-static PRIVATE $<TARGET_OBJECTS:api-objects>) 175 target_sources(bcc-static PRIVATE $<TARGET_OBJECTS:clang_frontend-objects>) [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… 86 - [bcc Python](#bcc-python) 144 This section describes the C part of a bcc program. 172 …com/iovisor/bcc/blob/4afa96a71c5dbfc4c507c3355e20baa6c184a3a8/examples/tracing/tcpv4connect.py#L28… 173 …/iovisor/bcc/commit/310ab53710cfd46095c1f6b3e44f1dbc8d1a41d8#diff-8cd1822359ffee26e7469f991ce0ef00… 197 …com/iovisor/bcc/blob/4afa96a71c5dbfc4c507c3355e20baa6c184a3a8/examples/tracing/tcpv4connect.py#L38… 229 ….com/iovisor/bcc/blob/a4159da8c4ea8a05a3c6e402451f530d6e5a8b41/examples/tracing/urandomread.py#L19… 230 [search /examples](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Aexamples&type=Co… 231 [search /tools](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Atools&type=Code) [all …]
|
| /external/bcc/scripts/ |
| D | build-rpm.sh | 33 git archive HEAD --prefix=bcc/ --format=tar -o $TMP/SOURCES/bcc.tar 37 git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o $TMP/SOURCES/bcc_libbpf.tar 40 # merge all archives into bcc.tar.gz 42 tar -A -f bcc.tar bcc_libbpf.tar 43 gzip bcc.tar 49 SPECS/bcc.spec > $TMP/SPECS/bcc.spec 52 rpmbuild $RPM_WITH_OPTS --define "_topdir `pwd`" -ba SPECS/bcc.spec
|
| D | build-release-rpm.sh | 22 git archive HEAD --prefix=bcc/ --format=tar -o $TMP/SOURCES/bcc.tar 26 git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o $TMP/SOURCES/bcc_libbpf.tar 31 tar -A -f bcc.tar bcc_libbpf.tar 32 gzip -c bcc.tar > $git_tag_latest.tar.gz 40 SPECS/bcc+clang.spec > $TMP/SPECS/bcc.spec 43 rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.spec
|
| /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 LIBRARY=$(ldd bcc-lua | grep luajit) 20 fail "bcc-lua depends on libluajit" 28 if ! sudo ./bcc-lua "$PROBE" -d 1 >/dev/null 2>/dev/null; then 29 fail "bcc-lua cannot run complex probes"
|
| /external/pdfium/testing/resources/javascript/ |
| D | document_methods_expected.txt | 116 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 118 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=Lottery Winner, b… 119 Alert: PASS: this.mailDoc(false, "user@example.com", "cc@example.com", "bcc@example.com", "Lottery … 120 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 122 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=LotteryWinner, bo… 123 …"bUI": false, "cTo": "user@example.com", "cCc": "cc@example.com", "cBcc": "bcc@example.com", "cSub… 125 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 127 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=Lottery Winner, b… 128 Alert: PASS: this.mailForm(false, "user@example.com", "cc@example.com", "bcc@example.com", "Lottery… 129 Mail Msg: 1, to=, cc=, bcc=, subject=, body= [all …]
|
| D | app_methods_expected.txt | 41 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 43 Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= 45 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body 46 Alert: PASS: app.mailMsg(false, 'user@example.com', 'cc@example.com', 'bcc@example.com', 'subject',… 47 Mail Msg: 1, to=, cc=, bcc=, subject=, body= 49 Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= 51 Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body 52 …'bUI': false, 'cTo': 'user@example.com', 'cCc': 'cc@example.com', 'cBcc': 'bcc@example.com', 'cSub…
|
| /external/bcc/man/man8/ |
| 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 | 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. 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)
|