1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"bpf_skel": {
"data_sections": [
{
"name": ".rodata",
"variables": [
{
"name": "min_duration_ns",
"type": "unsigned long long"
}
]
},
{
"name": ".bss",
"variables": [
{
"name": "__dummy1",
"type": "struct event_exit *"
},
{
"name": "__dummy2",
"type": "struct event_exec *"
}
]
}
],
"maps": [
{
"ident": "exec_start",
"name": "exec_start"
},
{
"ident": "rb_exec",
"name": "rb_exec",
"export_config": {
"custom_members": [
{
"name": "comm?",
"offset": 8,
"btf_type_id": 150
},
{
"name": "ppid",
"offset": 4,
"btf_type_id": 2
},
{
"name": "fname",
"offset": 24,
"btf_type_id": 322
},
{
"name": "pid",
"offset": 0,
"btf_type_id": 2
}
]
}
},
{
"ident": "rb_exit",
"name": "rb_exit",
"export_config": {
"btf_type_id": 316
}
},
{
"ident": "rodata",
"mmaped": true,
"name": "multiple.rodata"
},
{
"ident": "bss",
"mmaped": true,
"name": "multiple.bss"
}
],
"obj_name": "multiple_bpf",
"progs": [
{
"attach": "tp/sched/sched_process_exec",
"link": true,
"name": "handle_exec"
},
{
"attach": "tp/sched/sched_process_exit",
"link": true,
"name": "handle_exit"
}
]
},
"eunomia_version": "0.3.3",
"enable_multiple_export_types": true
}