-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathfluent-bit.yaml
47 lines (47 loc) · 1.32 KB
/
fluent-bit.yaml
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
"functions":
- "name": "flb_config_load_config_format"
"params":
- "name": "config"
"type": "bool "
- "name": "cf"
"type": "bool "
"return_type": "int"
"signature": "int flb_config_load_config_format(struct flb_config *, struct flb_cf *)"
- "name": "vivo_http_server_create"
"params":
- "name": "ctx"
"type": "bool "
- "name": "listen"
"type": "bool "
- "name": "tcp_port"
"type": "int"
- "name": "config"
"type": "bool "
"return_type": "void"
"signature": "struct vivo_http * vivo_http_server_create(struct vivo_exporter *, const char *, int, struct flb_config *)"
- "name": "flb_start_trace"
"params":
- "name": "ctx"
"type": "bool "
"return_type": "int"
"signature": "int flb_start_trace(flb_ctx_t *)"
- "name": "udp_conn_event"
"params":
- "name": "data"
"type": "bool "
"return_type": "int"
"signature": "int udp_conn_event(void *)"
- "name": "in_metrics_init"
"params":
- "name": "in"
"type": "bool "
- "name": "config"
"type": "bool "
- "name": "data"
"type": "bool "
"return_type": "int"
"signature": "int in_metrics_init(struct flb_input_instance *, struct flb_config *, void *)"
"language": "c++"
"project": "fluent-bit"
"target_name": "flb-it-fuzz-ctrace_fuzzer_OSSFUZZ"
"target_path": "/src/fluent-bit/tests/internal/fuzzers/ctrace_fuzzer.c"