MCPcopy Create free account

hub / github.com/iovisor/bcc / types & classes

Types & classes1,846 in github.com/iovisor/bcc

↓ 349 callersClassBPF
src/python/bcc/__init__.py:259
↓ 118 callersClassStatusTuple
src/cc/bcc_exception.h:24
↓ 35 callersClassmap
libbpf-tools/trace_helpers.c:221
↓ 25 callersClassPath
src/cc/table_storage.h:36
↓ 24 callersClassUSDT
src/python/bcc/usdt.py:127
↓ 13 callersClasspluralise
tests/cc/catch.hpp:369
↓ 11 callersClassColour
tests/cc/catch.hpp:4982
↓ 10 callersClassTextAttributes
tests/cc/catch.hpp:3662
↓ 9 callersClassProbeChecker
src/cc/frontends/clang/b_frontend_action.cc:187
↓ 8 callersClasssocket
libbpf-tools/solisten.bpf.c:29
↓ 7 callersClassProbe
tools/lib/ustat.py:37
↓ 6 callersClassNSPopenWithCheck
A wrapper for NSPopen that additionally checks if the program to be executed is available from the system path or not. If found, it proce
tests/python/utils.py:70
↓ 6 callersClassProbe
tools/lib/ugc.py:70
↓ 6 callersClassText
tests/cc/catch.hpp:3681
↓ 6 callersClassUSDTException
src/python/bcc/usdt.py:22
↓ 5 callersClassKeyV4
tests/python/test_lpm_trie.py:12
↓ 5 callersClassKeyV6
tests/python/test_lpm_trie.py:16
↓ 5 callersClassTestSpecParser
tests/cc/catch.hpp:3250
↓ 4 callersClassCustomKey
tests/python/test_map_in_map.py:16
↓ 4 callersClassSummaryColumn
tests/cc/catch.hpp:9781
↓ 4 callersClassbcc_symbol
src/python/bcc/libbcc.py:207
↓ 4 callersClassstat
src/cc/bcc_elf.c:597
↓ 3 callersClassArgString
ArgString(arg) encapsulate a system argument that can be easily coerced to a bytes() object, which is better for comparing to kernel or
src/python/bcc/utils.py:62
↓ 3 callersClassFileDesc
FileDesc is a helper class for managing open file descriptors. Copy is disallowed (call dup instead), and cleanup happens automatically.
src/cc/file_desc.h:25
↓ 3 callersClassStringRef
src/cc/frontends/clang/b_frontend_action.h:37
↓ 3 callersClassSymbol
src/cc/syms.h:66
↓ 3 callersClassstat
src/cc/bcc_syms.cc:66
↓ 2 callersClassArg
tests/cc/catch.hpp:4226
↓ 2 callersClassAssertionInfo
tests/cc/catch.hpp:827
↓ 2 callersClassBPFCgroupArray
src/cc/api/BPFTable.h:458
↓ 2 callersClassBPFDevmapTable
src/cc/api/BPFTable.h:467
↓ 2 callersClassBPFProgTable
src/cc/api/BPFTable.h:450
↓ 2 callersClassBPFSockhashTable
src/cc/api/BPFTable.h:515
↓ 2 callersClassBPFSockmapTable
src/cc/api/BPFTable.h:507
↓ 2 callersClassBPFStackBuildIdTable
src/cc/api/BPFTable.h:396
↓ 2 callersClassBPFStackTable
src/cc/api/BPFTable.h:374
↓ 2 callersClassBPFTable
src/cc/api/BPFTable.h:134
↓ 2 callersClassBPFXskmapTable
src/cc/api/BPFTable.h:476
↓ 2 callersClassDiGraph
Adapted from networkx: http://networkx.github.io/ Represents a directed graph. Edges can store (key, value) attributes.
tools/deadlock.py:60
↓ 2 callersClassGroupInfo
tests/cc/catch.hpp:5086
↓ 2 callersClassProbe
tools/inject.py:40
↓ 2 callersClassProbe
tools/argdist.py:21
↓ 2 callersClassReporterConfig
tests/cc/catch.hpp:5044
↓ 2 callersClassSession
tests/cc/catch.hpp:6282
↓ 2 callersClassSimulation
Helper class for controlling multiple namespaces. Inherit from this class and setup your namespaces.
tests/python/simulation.py:6
↓ 2 callersClassSymbolCache
src/python/bcc/__init__.py:68
↓ 2 callersClassTestCaseStats
tests/cc/catch.hpp:5156
↓ 2 callersClassTestRunStats
tests/cc/catch.hpp:5210
↓ 2 callersClassToken
tests/cc/catch.hpp:4144
↓ 2 callersClassXmlEncode
tests/cc/catch.hpp:8854
↓ 2 callersClassbtf_enum
libbpf-tools/klockstat.c:185
↓ 2 callersClassbtf_enum
src/cc/libbpf.c:1545
↓ 2 callersClassconfig
examples/networking/distributed_bridge/tunnel.c:20
↓ 2 callersClassfunc
libbpf-tools/ksnoop.h:71
↓ 2 callersClassmount
libbpf-tools/path_helpers.bpf.h:19
↓ 2 callersClasssigaction
libbpf-tools/memleak.c:233
↓ 2 callersClassstat
src/cc/frontends/clang/loader.cc:148
↓ 2 callersClassstat
src/cc/frontends/clang/kbuild_helper.cc:156
↓ 1 callersClassAllocation
tools/memleak.py:23
↓ 1 callersClassApprox
tests/cc/catch.hpp:2621
↓ 1 callersClassArray
src/python/bcc/table.py:880
↓ 1 callersClassAssertionResult
tests/cc/catch.hpp:850
↓ 1 callersClassAssertionStats
tests/cc/catch.hpp:5100
↓ 1 callersClassBPFInstr
tests/python/test_disassembler.py:13
↓ 1 callersClassBySectionInfo
tests/cc/catch.hpp:8621
↓ 1 callersClassCgroupArray
src/python/bcc/table.py:919
↓ 1 callersClassCounts
tests/cc/catch.hpp:1963
↓ 1 callersClassCpuMap
src/python/bcc/table.py:1218
↓ 1 callersClassDevMap
src/python/bcc/table.py:1214
↓ 1 callersClassDevname
tools/netqtop.py:18
↓ 1 callersClassEnum
tools/capable.py:105
↓ 1 callersClassEvent
tools/mountsnoop.py:581
↓ 1 callersClassFileDesc
src/python/bcc/table.py:899
↓ 1 callersClassFilter
tests/cc/catch.hpp:3213
↓ 1 callersClassHashTable
src/python/bcc/table.py:811
↓ 1 callersClassL4Proto
tools/bindsnoop.py:410
↓ 1 callersClassLexSort
tests/cc/catch.hpp:6411
↓ 1 callersClassLpmTrie
src/python/bcc/table.py:1153
↓ 1 callersClassLruHash
src/python/bcc/table.py:820
↓ 1 callersClassLruPerCpuHash
src/python/bcc/table.py:1093
↓ 1 callersClassMapInMapArray
src/python/bcc/table.py:1226
↓ 1 callersClassMapInMapHash
src/python/bcc/table.py:1230
↓ 1 callersClassModule
src/cc/bpf_module.h:32
↓ 1 callersClassOperationRequest
* @brief Contains the operation request data. */
examples/usdt_sample/usdt_sample_lib1/include/usdt_sample_lib1/lib1.h:12
↓ 1 callersClassPerCpuArray
src/python/bcc/table.py:1097
↓ 1 callersClassPerCpuHash
src/python/bcc/table.py:1041
↓ 1 callersClassPerfEventArray
src/python/bcc/table.py:933
↓ 1 callersClassProbe
tools/stackcount.py:29
↓ 1 callersClassProbe
tools/funccount.py:36
↓ 1 callersClassProbe
tools/trace.py:26
↓ 1 callersClassProcSyms
src/cc/syms.h:86
↓ 1 callersClassProgArray
src/python/bcc/table.py:888
↓ 1 callersClassQueueStack
src/python/bcc/table.py:1291
↓ 1 callersClassResultBuilder
tests/cc/catch.hpp:1220
↓ 1 callersClassRingBuf
src/python/bcc/table.py:1234
↓ 1 callersClassSectionStats
tests/cc/catch.hpp:5132
↓ 1 callersClassSharedNetSimulation
examples/networking/neighbor_sharing/tc_neighbor_sharing.py:24
↓ 1 callersClassSourceLineInfo
tests/cc/catch.hpp:378
↓ 1 callersClassStackTrace
src/python/bcc/table.py:1161
↓ 1 callersClassTableDesc
TableDesc uniquely stores all of the runtime state for an active bpf table. The copy constructor/assign operator are disabled since the file handles o
src/cc/table_desc.h:43
next →1–100 of 1,846, ranked by callers