MCPcopy Create free account

hub / github.com/iovisor/bcc / functions

Functions3,732 in github.com/iovisor/bcc

↓ 14 callersMethodtestSpec
tests/cc/catch.hpp:3274
↓ 14 callersMethodupdate
src/cc/api/BPFTable.h:125
↓ 14 callersMethodvalues
(self)
src/python/bcc/table.py:410
↓ 13 callersMethodcode
src/cc/bcc_exception.h:68
↓ 13 callersMethoditems_delete_batch
Delete the key-value pairs related to the keys given as parameters. Note that if no key are given, it is faster to call lib.bpf_lookup
src/python/bcc/table.py:497
↓ 13 callersFunctionlog2l
libbpf-tools/bits.bpf.h:21
↓ 13 callersFunctionprint_log2_hist
libbpf-tools/trace_helpers.c:951
↓ 13 callersMethodreset
tests/cc/catch.hpp:506
↓ 13 callersMethodupdate
(self, size)
tools/memleak.py:29
↓ 12 callersFunctionbcc_elf_file_close
src/cc/bcc_elf.c:170
↓ 12 callersFunctionbcc_elf_file_init
Initializes bcc_elf_file as not pointing to any elf file and not owning any resources. After returning the provided elf_file can be safely passed to b
src/cc/bcc_elf.c:106
↓ 12 callersFunctionbcc_elf_file_open
src/cc/bcc_elf.c:139
↓ 12 callersFunctionbcc_zip_archive_close
src/cc/bcc_zip.c:251
↓ 12 callersFunctioncallback
(ctx, data, size)
examples/ringbuf/ringbuf_output.py:37
↓ 12 callersMethodenable_probe
(self, probe, fn_name)
src/python/bcc/usdt.py:149
↓ 12 callersMethodenable_probe_or_bail
(self, probe, fn_name)
src/python/bcc/usdt.py:169
↓ 12 callersFunctiongen_free_enter
libbpf-tools/memleak.bpf.c:147
↓ 12 callersMethodgetResultType
tests/cc/catch.hpp:7252
↓ 12 callersFunctionopCast
tests/cc/catch.hpp:1317
↓ 12 callersFunctionprint_time
libbpf-tools/klockstat.c:538
↓ 12 callersFunctionstack_id_err
(stack_id)
tools/offwaketime.py:60
↓ 11 callersMethodattach_perf_event
src/cc/api/BPF.cc:414
↓ 11 callersFunctionattach_probes
(sym, fn_prefix=None, can_fail=False, need_uretprobe=True)
tools/memleak.py:481
↓ 11 callersFunctionbcc_free_symcache
src/cc/bcc_syms.cc:576
↓ 11 callersMethodclear
src/cc/frontends/clang/loader.h:53
↓ 11 callersFunctionfilter_by_containers
(args)
src/python/bcc/containers.py:103
↓ 11 callersMethodgetMessage
tests/cc/catch.hpp:7285
↓ 11 callersFunctionget_ktime_ns
libbpf-tools/trace_helpers.c:1021
↓ 11 callersFunctionksyms__free
libbpf-tools/trace_helpers.c:140
↓ 11 callersMethodparse
tests/cc/catch.hpp:4485
↓ 10 callersMethodBPF
src/cc/api/BPF.h:116
↓ 10 callersMethod_bail
(self, error)
tools/argdist.py:164
↓ 10 callersMethod_bail
(self, error)
tools/trace.py:107
↓ 10 callersMethodattach_tracepoint
src/cc/api/BPF.cc:360
↓ 10 callersFunctionbcc_mapping_is_file_backed
src/cc/bcc_proc.c:78
↓ 10 callersFunctiondecode_mount_string
(s)
tools/mountsnoop.py:676
↓ 10 callersMethodgetSourceInfo
tests/cc/catch.hpp:7288
↓ 10 callersFunctionksyms__load
libbpf-tools/trace_helpers.c:98
↓ 10 callersFunctionksyms__map_addr
libbpf-tools/trace_helpers.c:150
↓ 10 callersMethodload_bpf_code
(self, bpf_code)
tests/python/test_license.py:58
↓ 10 callersMethodopen_ring_buffer
open_ring_buffer(callback) Opens a ring buffer to receive custom event data from the bpf program. The callback will be invoked for ea
src/python/bcc/table.py:1261
↓ 10 callersFunctionprobe_entry
libbpf-tools/fsdist.bpf.c:23
↓ 10 callersFunctionprobe_return
libbpf-tools/fsdist.bpf.c:38
↓ 9 callersFunctiongen_alloc_exit
libbpf-tools/memleak.bpf.c:142
↓ 9 callersMethodget_func
src/cc/frontends/clang/loader.cc:69
↓ 9 callersFunctionprobe_tp_btf
libbpf-tools/trace_helpers.c:1237
↓ 9 callersMethodrun_leaker
(self, leak_kind)
tests/python/test_tools_memleak.py:53
↓ 9 callersMethodskipTest
tests/cc/catch.hpp:7674
↓ 8 callersFunction__syscall
libbpf-tools/syncsnoop.bpf.c:14
↓ 8 callersFunction_procfs_maps_each_module
return: 0 -> callback returned < 0, stopped iterating -1 -> callback never indicated to stop
src/cc/bcc_proc.c:166
↓ 8 callersMethodaddRow
tests/cc/catch.hpp:9787
↓ 8 callersMethodadd_module
src/cc/api/BPF.cc:884
↓ 8 callersMethodadd_prefix
(prefix, name)
src/python/bcc/__init__.py:1136
↓ 8 callersFunctionargp_parse_long
libbpf-tools/memleak.c:534
↓ 8 callersFunctionbpf_close_perf_event_fd
src/cc/libbpf.c:1851
↓ 8 callersFunctioncheck_access
src/cc/bcc_zip.c:151
↓ 8 callersMethodcleanup
(self)
tools/lib/ustat.py:129
↓ 8 callersFunctionconvertInto
tests/cc/catch.hpp:3978
↓ 8 callersFunctiongen_alloc_exit2
libbpf-tools/memleak.bpf.c:109
↓ 8 callersFunctionget_online_cpus
()
src/python/bcc/utils.py:36
↓ 8 callersMethodget_syscall_prefix
(self)
src/python/bcc/__init__.py:832
↓ 8 callersMethodisOk
Result was a success, or failure is suppressed
tests/cc/catch.hpp:7248
↓ 8 callersMethoditems_lookup_batch
Look up all the key-value pairs in the map. Args: None Yields: tuple: The tuple of (key,value) for every entr
src/python/bcc/table.py:483
↓ 8 callersFunctionkprobe_exists
libbpf-tools/trace_helpers.c:1130
↓ 8 callersMethodneeds_probe
src/cc/frontends/clang/b_frontend_action.cc:292
↓ 8 callersMethodnum_locations
src/cc/usdt.h:263
↓ 8 callersFunctionperf_map_path
tests/cc/test_c_api.cc:552
↓ 8 callersFunctionprobe_entry
libbpf-tools/fsslower.bpf.c:35
↓ 8 callersFunctionprobe_exit
libbpf-tools/fsslower.bpf.c:56
↓ 8 callersMethodring_buffer_poll
ring_buffer_poll(self) Poll from all open ringbuf buffers, calling the callback that was provided when calling open_ring_buffer for e
src/python/bcc/__init__.py:1797
↓ 8 callersFunctionspawn_child
tests/cc/test_c_api.cc:605
↓ 8 callersFunctiontoLower
tests/cc/catch.hpp:7749
↓ 8 callersFunctiontrim
tests/cc/catch.hpp:7754
↓ 8 callersFunctionunaligned_uint32_read
src/cc/bcc_zip.c:52
↓ 7 callersFunctionbcc_elf_foreach_sym
src/cc/bcc_elf.c:918
↓ 7 callersFunctionbcc_procutils_which_so
src/cc/bcc_proc.c:557
↓ 7 callersFunctionbcc_resolve_symname
src/cc/bcc_syms.cc:777
↓ 7 callersMethodlicense
(self, lic)
tests/python/test_license.py:53
↓ 7 callersMethodnum_arguments
src/cc/usdt.h:264
↓ 7 callersMethodpush
(self, leaf, flags=0)
src/python/bcc/table.py:1321
↓ 7 callersMethodset
tests/cc/catch.hpp:4051
↓ 7 callersFunctionstrerrno
libbpf-tools/mountsnoop.c:308
↓ 7 callersFunctiontry_attach_syscall_probes
(syscall)
tools/statsnoop.py:171
↓ 7 callersFunctionusage
libbpf-tools/ksnoop.c:91
↓ 7 callersMethodwhat
tests/cc/catch.hpp:6764
↓ 6 callersMethod__setitem__
(self, key, leaf)
src/python/bcc/table.py:378
↓ 6 callersMethod_check_probe_quota
(self, num_new_probes)
src/python/bcc/__init__.py:794
↓ 6 callersMethod_create_ns
(self, name, in_ifc=None, out_ifc=None, ipaddr=None, macaddr=None, fn=None, cmd=None, actio
tests/python/simulation.py:105
↓ 6 callersMethodattach_raw_socket
(fn, dev)
src/python/bcc/__init__.py:703
↓ 6 callersFunctionbcc_procutils_each_module
src/cc/bcc_proc.c:221
↓ 6 callersMethodclear_table_non_atomic
src/cc/api/BPFTable.cc:147
↓ 6 callersFunctionclose_elf
libbpf-tools/uprobe_helpers.c:224
↓ 6 callersFunctioncreateLoad
src/cc/bpf_module_rw_engine.cc:50
↓ 6 callersFunctiondecode_errno
(retval)
tools/mountsnoop.py:645
↓ 6 callersMethodfill_hashmap
(self)
tests/python/test_map_batch_ops.py:22
↓ 6 callersMethodfind_exe
find_exe(bin_path) Traverses the PATH environment variable, looking for the first directory that contains an executable file
src/python/bcc/__init__.py:383
↓ 6 callersMethodfind_library
Find the full path to the shared library whose name starts with "lib{libname}". If non-zero pid is given, search only the shared lib
src/python/bcc/__init__.py:1014
↓ 6 callersMethodfor_each_func
src/cc/frontends/clang/loader.cc:90
↓ 6 callersMethodgetConfig
tests/cc/catch.hpp:6894
↓ 6 callersMethodgetSize
src/cc/bcc_btf.h:123
← previousnext →101–200 of 3,732, ranked by callers