libdatadog 12.0.0.1.0-aarch64-linux → 13.1.0.1.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/libdatadog/version.rb +1 -1
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/LICENSE-3rdparty.yml +4175 -540
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/blazesym.h +1230 -0
- data/vendor/{libdatadog-12.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu}/include/datadog/common.h +40 -12
- data/vendor/{libdatadog-12.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl → libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu}/include/datadog/crashtracker.h +21 -4
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/lib/libdatadog_profiling.so +0 -0
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/LICENSE-3rdparty.yml +4175 -540
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/bin/libdatadog-crashtracking-receiver +0 -0
- data/vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/blazesym.h +1230 -0
- data/vendor/{libdatadog-12.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl}/include/datadog/common.h +40 -12
- data/vendor/{libdatadog-12.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu → libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl}/include/datadog/crashtracker.h +21 -4
- data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/lib/libdatadog_profiling.so +0 -0
- metadata +24 -24
- data/vendor/libdatadog-12.0.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/blazesym.h +0 -1229
- data/vendor/libdatadog-12.0.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/blazesym.h +0 -1229
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/LICENSE +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/NOTICE +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/profiling.h +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/telemetry.h +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/lib/pkgconfig/datadog_profiling_with_rpath.pc +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/LICENSE +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/NOTICE +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/profiling.h +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/telemetry.h +0 -0
- /data/vendor/{libdatadog-12.0.0 → libdatadog-13.1.0}/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/lib/pkgconfig/datadog_profiling_with_rpath.pc +0 -0
@@ -73,7 +73,9 @@ typedef struct ddog_Error {
|
|
73
73
|
|
74
74
|
typedef struct ddog_Slice_CChar {
|
75
75
|
/**
|
76
|
-
*
|
76
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
77
|
+
* allowed but not recommended for the pointer to be null when the len is
|
78
|
+
* zero.
|
77
79
|
*/
|
78
80
|
const char *ptr;
|
79
81
|
/**
|
@@ -265,7 +267,9 @@ typedef struct ddog_prof_Exporter_Request ddog_prof_Exporter_Request;
|
|
265
267
|
|
266
268
|
typedef struct ddog_Slice_U8 {
|
267
269
|
/**
|
268
|
-
*
|
270
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
271
|
+
* allowed but not recommended for the pointer to be null when the len is
|
272
|
+
* zero.
|
269
273
|
*/
|
270
274
|
const uint8_t *ptr;
|
271
275
|
/**
|
@@ -287,7 +291,9 @@ typedef struct ddog_prof_Exporter_File {
|
|
287
291
|
|
288
292
|
typedef struct ddog_prof_Exporter_Slice_File {
|
289
293
|
/**
|
290
|
-
*
|
294
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
295
|
+
* allowed but not recommended for the pointer to be null when the len is
|
296
|
+
* zero.
|
291
297
|
*/
|
292
298
|
const struct ddog_prof_Exporter_File *ptr;
|
293
299
|
/**
|
@@ -435,7 +441,9 @@ typedef struct ddog_prof_ValueType {
|
|
435
441
|
|
436
442
|
typedef struct ddog_prof_Slice_ValueType {
|
437
443
|
/**
|
438
|
-
*
|
444
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
445
|
+
* allowed but not recommended for the pointer to be null when the len is
|
446
|
+
* zero.
|
439
447
|
*/
|
440
448
|
const struct ddog_prof_ValueType *ptr;
|
441
449
|
/**
|
@@ -541,7 +549,9 @@ typedef struct ddog_prof_Location {
|
|
541
549
|
|
542
550
|
typedef struct ddog_prof_Slice_Location {
|
543
551
|
/**
|
544
|
-
*
|
552
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
553
|
+
* allowed but not recommended for the pointer to be null when the len is
|
554
|
+
* zero.
|
545
555
|
*/
|
546
556
|
const struct ddog_prof_Location *ptr;
|
547
557
|
/**
|
@@ -553,7 +563,9 @@ typedef struct ddog_prof_Slice_Location {
|
|
553
563
|
|
554
564
|
typedef struct ddog_Slice_I64 {
|
555
565
|
/**
|
556
|
-
*
|
566
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
567
|
+
* allowed but not recommended for the pointer to be null when the len is
|
568
|
+
* zero.
|
557
569
|
*/
|
558
570
|
const int64_t *ptr;
|
559
571
|
/**
|
@@ -584,7 +596,9 @@ typedef struct ddog_prof_Label {
|
|
584
596
|
|
585
597
|
typedef struct ddog_prof_Slice_Label {
|
586
598
|
/**
|
587
|
-
*
|
599
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
600
|
+
* allowed but not recommended for the pointer to be null when the len is
|
601
|
+
* zero.
|
588
602
|
*/
|
589
603
|
const struct ddog_prof_Label *ptr;
|
590
604
|
/**
|
@@ -617,7 +631,9 @@ typedef struct ddog_prof_Sample {
|
|
617
631
|
|
618
632
|
typedef struct ddog_prof_Slice_Usize {
|
619
633
|
/**
|
620
|
-
*
|
634
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
635
|
+
* allowed but not recommended for the pointer to be null when the len is
|
636
|
+
* zero.
|
621
637
|
*/
|
622
638
|
const uintptr_t *ptr;
|
623
639
|
/**
|
@@ -747,6 +763,7 @@ typedef enum ddog_crasht_DemangleOptions {
|
|
747
763
|
typedef enum ddog_crasht_NormalizedAddressTypes {
|
748
764
|
DDOG_CRASHT_NORMALIZED_ADDRESS_TYPES_NONE = 0,
|
749
765
|
DDOG_CRASHT_NORMALIZED_ADDRESS_TYPES_ELF,
|
766
|
+
DDOG_CRASHT_NORMALIZED_ADDRESS_TYPES_PDB,
|
750
767
|
} ddog_crasht_NormalizedAddressTypes;
|
751
768
|
|
752
769
|
/**
|
@@ -816,7 +833,9 @@ typedef struct ddog_crasht_Result {
|
|
816
833
|
|
817
834
|
typedef struct ddog_crasht_Slice_CharSlice {
|
818
835
|
/**
|
819
|
-
*
|
836
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
837
|
+
* allowed but not recommended for the pointer to be null when the len is
|
838
|
+
* zero.
|
820
839
|
*/
|
821
840
|
const ddog_CharSlice *ptr;
|
822
841
|
/**
|
@@ -846,7 +865,9 @@ typedef struct ddog_crasht_EnvVar {
|
|
846
865
|
|
847
866
|
typedef struct ddog_crasht_Slice_EnvVar {
|
848
867
|
/**
|
849
|
-
*
|
868
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
869
|
+
* allowed but not recommended for the pointer to be null when the len is
|
870
|
+
* zero.
|
850
871
|
*/
|
851
872
|
const struct ddog_crasht_EnvVar *ptr;
|
852
873
|
/**
|
@@ -939,7 +960,9 @@ typedef struct ddog_crasht_StackFrameNames {
|
|
939
960
|
|
940
961
|
typedef struct ddog_crasht_Slice_StackFrameNames {
|
941
962
|
/**
|
942
|
-
*
|
963
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
964
|
+
* allowed but not recommended for the pointer to be null when the len is
|
965
|
+
* zero.
|
943
966
|
*/
|
944
967
|
const struct ddog_crasht_StackFrameNames *ptr;
|
945
968
|
/**
|
@@ -952,6 +975,7 @@ typedef struct ddog_crasht_Slice_StackFrameNames {
|
|
952
975
|
typedef struct ddog_crasht_NormalizedAddress {
|
953
976
|
uint64_t file_offset;
|
954
977
|
ddog_ByteSlice build_id;
|
978
|
+
uint64_t age;
|
955
979
|
ddog_CharSlice path;
|
956
980
|
enum ddog_crasht_NormalizedAddressTypes typ;
|
957
981
|
} ddog_crasht_NormalizedAddress;
|
@@ -968,7 +992,9 @@ typedef struct ddog_crasht_StackFrame {
|
|
968
992
|
|
969
993
|
typedef struct ddog_crasht_Slice_StackFrame {
|
970
994
|
/**
|
971
|
-
*
|
995
|
+
* Should be non-null and suitably aligned for the underlying type. It is
|
996
|
+
* allowed but not recommended for the pointer to be null when the len is
|
997
|
+
* zero.
|
972
998
|
*/
|
973
999
|
const struct ddog_crasht_StackFrame *ptr;
|
974
1000
|
/**
|
@@ -1108,6 +1134,8 @@ struct ddog_Error *ddog_endpoint_from_api_key_and_site(ddog_CharSlice api_key,
|
|
1108
1134
|
|
1109
1135
|
void ddog_endpoint_set_timeout(struct ddog_Endpoint *endpoint, uint64_t millis);
|
1110
1136
|
|
1137
|
+
void ddog_endpoint_set_test_token(struct ddog_Endpoint *endpoint, ddog_CharSlice token);
|
1138
|
+
|
1111
1139
|
void ddog_endpoint_drop(struct ddog_Endpoint*);
|
1112
1140
|
|
1113
1141
|
struct ddog_Option_U32 ddog_Option_U32_some(uint32_t v);
|
@@ -77,6 +77,23 @@ struct ddog_crasht_Result ddog_crasht_init_with_receiver(struct ddog_crasht_Conf
|
|
77
77
|
struct ddog_crasht_ReceiverConfig receiver_config,
|
78
78
|
struct ddog_crasht_Metadata metadata);
|
79
79
|
|
80
|
+
/**
|
81
|
+
* Initialize the crash-tracking infrastructure, writing to an unix socket in case of crash.
|
82
|
+
*
|
83
|
+
* # Preconditions
|
84
|
+
* None.
|
85
|
+
* # Safety
|
86
|
+
* Crash-tracking functions are not reentrant.
|
87
|
+
* No other crash-handler functions should be called concurrently.
|
88
|
+
* # Atomicity
|
89
|
+
* This function is not atomic. A crash during its execution may lead to
|
90
|
+
* unexpected crash-handling behaviour.
|
91
|
+
*/
|
92
|
+
DDOG_CHECK_RETURN
|
93
|
+
struct ddog_crasht_Result ddog_crasht_init_with_unix_socket(struct ddog_crasht_Config config,
|
94
|
+
ddog_CharSlice socket_path,
|
95
|
+
struct ddog_crasht_Metadata metadata);
|
96
|
+
|
80
97
|
/**
|
81
98
|
* Resets all counters to 0.
|
82
99
|
* Expected to be used after a fork, to reset the counters on the child
|
@@ -146,7 +163,7 @@ DDOG_CHECK_RETURN struct ddog_crasht_Result ddog_crasht_clear_trace_ids(void);
|
|
146
163
|
*
|
147
164
|
* Note: 128 bit ints in FFI were not stabilized until Rust 1.77
|
148
165
|
* https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
149
|
-
* We're currently locked into 1.
|
166
|
+
* We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
|
150
167
|
* until we can upgrade.
|
151
168
|
*
|
152
169
|
* # Safety
|
@@ -171,7 +188,7 @@ struct ddog_crasht_UsizeResult ddog_crasht_insert_trace_id(uint64_t id_high,
|
|
171
188
|
*
|
172
189
|
* Note: 128 bit ints in FFI were not stabilized until Rust 1.77
|
173
190
|
* https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
174
|
-
* We're currently locked into 1.
|
191
|
+
* We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
|
175
192
|
* until we can upgrade.
|
176
193
|
*
|
177
194
|
* # Safety
|
@@ -197,7 +214,7 @@ struct ddog_crasht_UsizeResult ddog_crasht_insert_span_id(uint64_t id_high,
|
|
197
214
|
*
|
198
215
|
* Note: 128 bit ints in FFI were not stabilized until Rust 1.77
|
199
216
|
* https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
200
|
-
* We're currently locked into 1.
|
217
|
+
* We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
|
201
218
|
* until we can upgrade.
|
202
219
|
*
|
203
220
|
* # Safety
|
@@ -224,7 +241,7 @@ struct ddog_crasht_Result ddog_crasht_remove_span_id(uint64_t id_high,
|
|
224
241
|
*
|
225
242
|
* Note: 128 bit ints in FFI were not stabilized until Rust 1.77
|
226
243
|
* https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
227
|
-
* We're currently locked into 1.
|
244
|
+
* We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
|
228
245
|
* until we can upgrade.
|
229
246
|
*
|
230
247
|
* # Safety
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libdatadog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 13.1.0.1.0
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Datadog, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: libdatadog is a Rust-based utility library for Datadog's ddtrace gem.
|
14
14
|
email:
|
@@ -19,28 +19,28 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- lib/libdatadog.rb
|
21
21
|
- lib/libdatadog/version.rb
|
22
|
-
- vendor/libdatadog-
|
23
|
-
- vendor/libdatadog-
|
24
|
-
- vendor/libdatadog-
|
25
|
-
- vendor/libdatadog-
|
26
|
-
- vendor/libdatadog-
|
27
|
-
- vendor/libdatadog-
|
28
|
-
- vendor/libdatadog-
|
29
|
-
- vendor/libdatadog-
|
30
|
-
- vendor/libdatadog-
|
31
|
-
- vendor/libdatadog-
|
32
|
-
- vendor/libdatadog-
|
33
|
-
- vendor/libdatadog-
|
34
|
-
- vendor/libdatadog-
|
35
|
-
- vendor/libdatadog-
|
36
|
-
- vendor/libdatadog-
|
37
|
-
- vendor/libdatadog-
|
38
|
-
- vendor/libdatadog-
|
39
|
-
- vendor/libdatadog-
|
40
|
-
- vendor/libdatadog-
|
41
|
-
- vendor/libdatadog-
|
42
|
-
- vendor/libdatadog-
|
43
|
-
- vendor/libdatadog-
|
22
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/LICENSE
|
23
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/LICENSE-3rdparty.yml
|
24
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/NOTICE
|
25
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/bin/libdatadog-crashtracking-receiver
|
26
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/blazesym.h
|
27
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/common.h
|
28
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/crashtracker.h
|
29
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/profiling.h
|
30
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/include/datadog/telemetry.h
|
31
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/lib/libdatadog_profiling.so
|
32
|
+
- vendor/libdatadog-13.1.0/aarch64-linux-musl/libdatadog-aarch64-alpine-linux-musl/lib/pkgconfig/datadog_profiling_with_rpath.pc
|
33
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/LICENSE
|
34
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/LICENSE-3rdparty.yml
|
35
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/NOTICE
|
36
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/bin/libdatadog-crashtracking-receiver
|
37
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/blazesym.h
|
38
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/common.h
|
39
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/crashtracker.h
|
40
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/profiling.h
|
41
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/include/datadog/telemetry.h
|
42
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/lib/libdatadog_profiling.so
|
43
|
+
- vendor/libdatadog-13.1.0/aarch64-linux/libdatadog-aarch64-unknown-linux-gnu/lib/pkgconfig/datadog_profiling_with_rpath.pc
|
44
44
|
homepage: https://docs.datadoghq.com/tracing/
|
45
45
|
licenses:
|
46
46
|
- Apache-2.0
|