OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_probe_attach_type
(Results
1 - 4
of
4
) sorted by null
/external/bcc/src/cc/api/
BPF.h
63
bpf_probe_attach_type
= BPF_PROBE_ENTRY);
66
bpf_probe_attach_type
attach_type = BPF_PROBE_ENTRY);
72
bpf_probe_attach_type
attach_type = BPF_PROBE_ENTRY,
76
bpf_probe_attach_type
attach_type = BPF_PROBE_ENTRY,
181
bpf_probe_attach_type
type);
183
bpf_probe_attach_type
type, pid_t pid);
191
std::string attach_type_debug(
bpf_probe_attach_type
type) {
201
std::string attach_type_prefix(
bpf_probe_attach_type
type) {
BPF.cc
167
bpf_probe_attach_type
attach_type) {
196
bpf_probe_attach_type
attach_type, pid_t pid) {
380
bpf_probe_attach_type
attach_type) {
396
bpf_probe_attach_type
attach_type, pid_t pid) {
617
bpf_probe_attach_type
type) {
653
uint64_t offset,
bpf_probe_attach_type
type,
/external/bcc/src/cc/
libbpf.h
29
enum
bpf_probe_attach_type
{
enum
73
int bpf_attach_kprobe(int progfd, enum
bpf_probe_attach_type
attach_type,
77
int bpf_attach_uprobe(int progfd, enum
bpf_probe_attach_type
attach_type,
libbpf.c
827
int bpf_attach_kprobe(int progfd, enum
bpf_probe_attach_type
attach_type,
943
int bpf_attach_uprobe(int progfd, enum
bpf_probe_attach_type
attach_type,
[
all
...]
Completed in 152 milliseconds