pyroscope 0.5.8-x86_64-linux → 0.5.9-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/rbspy/Cargo.lock +193 -110
- data/lib/pyroscope/version.rb +1 -1
- data/lib/rbspy/rbspy.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eefe0f0820c282ad987371702692e88715cfdcbe2a5089b661d357cebe4eb658
|
4
|
+
data.tar.gz: c928507fbd0f4f7b5de9864dd26eebde55272839726d2b1bbc6e56f97ae9a74e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dbbca0987d830bb6c88f15a986bccbf295d463a2da276247814420b567394cb4307b954d1ca73d7b6f61c4f7e3b4b094ac88463fd8a92a44996bd4f13a72f84
|
7
|
+
data.tar.gz: d603a3966b7e3f22aa6fc7ecb6f81e0c6fd3b304ab3f9a20ae3491e15115effde46c5ba8e1e5728551135680baaefc4ca96815e40b74528e98c3e0fa37d2c9b5
|
data/ext/rbspy/Cargo.lock
CHANGED
@@ -196,6 +196,26 @@ dependencies = [
|
|
196
196
|
"which",
|
197
197
|
]
|
198
198
|
|
199
|
+
[[package]]
|
200
|
+
name = "bindgen"
|
201
|
+
version = "0.64.0"
|
202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
203
|
+
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
204
|
+
dependencies = [
|
205
|
+
"bitflags",
|
206
|
+
"cexpr",
|
207
|
+
"clang-sys",
|
208
|
+
"lazy_static 1.4.0",
|
209
|
+
"lazycell",
|
210
|
+
"peeking_take_while",
|
211
|
+
"proc-macro2",
|
212
|
+
"quote",
|
213
|
+
"regex",
|
214
|
+
"rustc-hash",
|
215
|
+
"shlex",
|
216
|
+
"syn",
|
217
|
+
]
|
218
|
+
|
199
219
|
[[package]]
|
200
220
|
name = "bitflags"
|
201
221
|
version = "1.3.2"
|
@@ -485,22 +505,23 @@ dependencies = [
|
|
485
505
|
|
486
506
|
[[package]]
|
487
507
|
name = "directories"
|
488
|
-
version = "
|
508
|
+
version = "5.0.1"
|
489
509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
490
|
-
checksum = "
|
510
|
+
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
491
511
|
dependencies = [
|
492
512
|
"dirs-sys",
|
493
513
|
]
|
494
514
|
|
495
515
|
[[package]]
|
496
516
|
name = "dirs-sys"
|
497
|
-
version = "0.
|
517
|
+
version = "0.4.1"
|
498
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
519
|
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
500
520
|
dependencies = [
|
501
521
|
"libc",
|
522
|
+
"option-ext",
|
502
523
|
"redox_users",
|
503
|
-
"
|
524
|
+
"windows-sys 0.48.0",
|
504
525
|
]
|
505
526
|
|
506
527
|
[[package]]
|
@@ -568,6 +589,17 @@ dependencies = [
|
|
568
589
|
"winapi",
|
569
590
|
]
|
570
591
|
|
592
|
+
[[package]]
|
593
|
+
name = "errno"
|
594
|
+
version = "0.3.1"
|
595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
596
|
+
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
597
|
+
dependencies = [
|
598
|
+
"errno-dragonfly",
|
599
|
+
"libc",
|
600
|
+
"windows-sys 0.48.0",
|
601
|
+
]
|
602
|
+
|
571
603
|
[[package]]
|
572
604
|
name = "errno-dragonfly"
|
573
605
|
version = "0.1.2"
|
@@ -635,12 +667,6 @@ dependencies = [
|
|
635
667
|
"percent-encoding",
|
636
668
|
]
|
637
669
|
|
638
|
-
[[package]]
|
639
|
-
name = "fuchsia-cprng"
|
640
|
-
version = "0.1.1"
|
641
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642
|
-
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
643
|
-
|
644
670
|
[[package]]
|
645
671
|
name = "futures-channel"
|
646
672
|
version = "0.3.26"
|
@@ -997,12 +1023,13 @@ checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
|
|
997
1023
|
|
998
1024
|
[[package]]
|
999
1025
|
name = "io-lifetimes"
|
1000
|
-
version = "1.0.
|
1026
|
+
version = "1.0.11"
|
1001
1027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002
|
-
checksum = "
|
1028
|
+
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
1003
1029
|
dependencies = [
|
1030
|
+
"hermit-abi 0.3.1",
|
1004
1031
|
"libc",
|
1005
|
-
"windows-sys 0.
|
1032
|
+
"windows-sys 0.48.0",
|
1006
1033
|
]
|
1007
1034
|
|
1008
1035
|
[[package]]
|
@@ -1019,7 +1046,7 @@ checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef"
|
|
1019
1046
|
dependencies = [
|
1020
1047
|
"hermit-abi 0.3.1",
|
1021
1048
|
"io-lifetimes",
|
1022
|
-
"rustix",
|
1049
|
+
"rustix 0.36.8",
|
1023
1050
|
"windows-sys 0.45.0",
|
1024
1051
|
]
|
1025
1052
|
|
@@ -1073,9 +1100,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1073
1100
|
|
1074
1101
|
[[package]]
|
1075
1102
|
name = "libc"
|
1076
|
-
version = "0.2.
|
1103
|
+
version = "0.2.146"
|
1077
1104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1078
|
-
checksum = "
|
1105
|
+
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
1079
1106
|
|
1080
1107
|
[[package]]
|
1081
1108
|
name = "libflate"
|
@@ -1114,7 +1141,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1114
1141
|
checksum = "0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7"
|
1115
1142
|
dependencies = [
|
1116
1143
|
"bindgen 0.59.2",
|
1117
|
-
"errno",
|
1144
|
+
"errno 0.2.8",
|
1145
|
+
"libc",
|
1146
|
+
]
|
1147
|
+
|
1148
|
+
[[package]]
|
1149
|
+
name = "libproc"
|
1150
|
+
version = "0.13.0"
|
1151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1152
|
+
checksum = "8b18cbf29f8ff3542ba22bdce9ac610fcb75d74bb4e2b306b2a2762242025b4f"
|
1153
|
+
dependencies = [
|
1154
|
+
"bindgen 0.64.0",
|
1155
|
+
"errno 0.2.8",
|
1118
1156
|
"libc",
|
1119
1157
|
]
|
1120
1158
|
|
@@ -1133,6 +1171,12 @@ version = "0.1.4"
|
|
1133
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1134
1172
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
1135
1173
|
|
1174
|
+
[[package]]
|
1175
|
+
name = "linux-raw-sys"
|
1176
|
+
version = "0.3.8"
|
1177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1178
|
+
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
1179
|
+
|
1136
1180
|
[[package]]
|
1137
1181
|
name = "lock_api"
|
1138
1182
|
version = "0.4.9"
|
@@ -1250,7 +1294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1250
1294
|
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
|
1251
1295
|
dependencies = [
|
1252
1296
|
"clap 3.2.23",
|
1253
|
-
"rand
|
1297
|
+
"rand",
|
1254
1298
|
]
|
1255
1299
|
|
1256
1300
|
[[package]]
|
@@ -1344,6 +1388,12 @@ version = "1.17.1"
|
|
1344
1388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1345
1389
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
1346
1390
|
|
1391
|
+
[[package]]
|
1392
|
+
name = "option-ext"
|
1393
|
+
version = "0.2.0"
|
1394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1395
|
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
1396
|
+
|
1347
1397
|
[[package]]
|
1348
1398
|
name = "os_str_bytes"
|
1349
1399
|
version = "6.4.1"
|
@@ -1364,7 +1414,7 @@ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
1364
1414
|
dependencies = [
|
1365
1415
|
"cfg-if",
|
1366
1416
|
"libc",
|
1367
|
-
"redox_syscall",
|
1417
|
+
"redox_syscall 0.2.16",
|
1368
1418
|
"smallvec",
|
1369
1419
|
"windows-sys 0.45.0",
|
1370
1420
|
]
|
@@ -1457,7 +1507,7 @@ dependencies = [
|
|
1457
1507
|
"anyhow",
|
1458
1508
|
"bindgen 0.60.1",
|
1459
1509
|
"libc",
|
1460
|
-
"libproc",
|
1510
|
+
"libproc 0.12.0",
|
1461
1511
|
"mach2",
|
1462
1512
|
"winapi",
|
1463
1513
|
]
|
@@ -1509,7 +1559,7 @@ dependencies = [
|
|
1509
1559
|
"inferno",
|
1510
1560
|
"log",
|
1511
1561
|
"pyroscope",
|
1512
|
-
"rbspy 0.
|
1562
|
+
"rbspy 0.17.0",
|
1513
1563
|
"thiserror",
|
1514
1564
|
]
|
1515
1565
|
|
@@ -1537,19 +1587,6 @@ dependencies = [
|
|
1537
1587
|
"proc-macro2",
|
1538
1588
|
]
|
1539
1589
|
|
1540
|
-
[[package]]
|
1541
|
-
name = "rand"
|
1542
|
-
version = "0.4.6"
|
1543
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1544
|
-
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
1545
|
-
dependencies = [
|
1546
|
-
"fuchsia-cprng",
|
1547
|
-
"libc",
|
1548
|
-
"rand_core 0.3.1",
|
1549
|
-
"rdrand",
|
1550
|
-
"winapi",
|
1551
|
-
]
|
1552
|
-
|
1553
1590
|
[[package]]
|
1554
1591
|
name = "rand"
|
1555
1592
|
version = "0.8.5"
|
@@ -1558,7 +1595,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1558
1595
|
dependencies = [
|
1559
1596
|
"libc",
|
1560
1597
|
"rand_chacha",
|
1561
|
-
"rand_core
|
1598
|
+
"rand_core",
|
1562
1599
|
]
|
1563
1600
|
|
1564
1601
|
[[package]]
|
@@ -1568,24 +1605,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1568
1605
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1569
1606
|
dependencies = [
|
1570
1607
|
"ppv-lite86",
|
1571
|
-
"rand_core
|
1572
|
-
]
|
1573
|
-
|
1574
|
-
[[package]]
|
1575
|
-
name = "rand_core"
|
1576
|
-
version = "0.3.1"
|
1577
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1578
|
-
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
1579
|
-
dependencies = [
|
1580
|
-
"rand_core 0.4.2",
|
1608
|
+
"rand_core",
|
1581
1609
|
]
|
1582
1610
|
|
1583
|
-
[[package]]
|
1584
|
-
name = "rand_core"
|
1585
|
-
version = "0.4.2"
|
1586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1587
|
-
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
1588
|
-
|
1589
1611
|
[[package]]
|
1590
1612
|
name = "rand_core"
|
1591
1613
|
version = "0.6.4"
|
@@ -1610,7 +1632,7 @@ dependencies = [
|
|
1610
1632
|
|
1611
1633
|
[[package]]
|
1612
1634
|
name = "rbspy"
|
1613
|
-
version = "0.
|
1635
|
+
version = "0.17.0"
|
1614
1636
|
dependencies = [
|
1615
1637
|
"anyhow",
|
1616
1638
|
"chrono",
|
@@ -1623,13 +1645,13 @@ dependencies = [
|
|
1623
1645
|
"inferno",
|
1624
1646
|
"lazy_static 1.4.0",
|
1625
1647
|
"libc",
|
1626
|
-
"libproc",
|
1648
|
+
"libproc 0.13.0",
|
1627
1649
|
"log",
|
1628
1650
|
"memmap2",
|
1629
1651
|
"nix 0.26.2",
|
1630
1652
|
"proc-maps",
|
1631
1653
|
"prost",
|
1632
|
-
"rand
|
1654
|
+
"rand",
|
1633
1655
|
"rbspy-ruby-structs",
|
1634
1656
|
"remoteprocess",
|
1635
1657
|
"semver",
|
@@ -1637,7 +1659,7 @@ dependencies = [
|
|
1637
1659
|
"serde_derive",
|
1638
1660
|
"serde_json",
|
1639
1661
|
"spytools",
|
1640
|
-
"
|
1662
|
+
"tempfile",
|
1641
1663
|
"term_size",
|
1642
1664
|
"thiserror",
|
1643
1665
|
"winapi",
|
@@ -1645,16 +1667,7 @@ dependencies = [
|
|
1645
1667
|
|
1646
1668
|
[[package]]
|
1647
1669
|
name = "rbspy-ruby-structs"
|
1648
|
-
version = "0.
|
1649
|
-
|
1650
|
-
[[package]]
|
1651
|
-
name = "rdrand"
|
1652
|
-
version = "0.4.0"
|
1653
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1654
|
-
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
1655
|
-
dependencies = [
|
1656
|
-
"rand_core 0.3.1",
|
1657
|
-
]
|
1670
|
+
version = "0.17.0"
|
1658
1671
|
|
1659
1672
|
[[package]]
|
1660
1673
|
name = "read-process-memory"
|
@@ -1677,6 +1690,15 @@ dependencies = [
|
|
1677
1690
|
"bitflags",
|
1678
1691
|
]
|
1679
1692
|
|
1693
|
+
[[package]]
|
1694
|
+
name = "redox_syscall"
|
1695
|
+
version = "0.3.5"
|
1696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1697
|
+
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
1698
|
+
dependencies = [
|
1699
|
+
"bitflags",
|
1700
|
+
]
|
1701
|
+
|
1680
1702
|
[[package]]
|
1681
1703
|
name = "redox_users"
|
1682
1704
|
version = "0.4.3"
|
@@ -1684,7 +1706,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1684
1706
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
1685
1707
|
dependencies = [
|
1686
1708
|
"getrandom",
|
1687
|
-
"redox_syscall",
|
1709
|
+
"redox_syscall 0.2.16",
|
1688
1710
|
"thiserror",
|
1689
1711
|
]
|
1690
1712
|
|
@@ -1715,7 +1737,7 @@ dependencies = [
|
|
1715
1737
|
"goblin",
|
1716
1738
|
"lazy_static 1.4.0",
|
1717
1739
|
"libc",
|
1718
|
-
"libproc",
|
1740
|
+
"libproc 0.12.0",
|
1719
1741
|
"log",
|
1720
1742
|
"mach",
|
1721
1743
|
"mach_o_sys",
|
@@ -1728,15 +1750,6 @@ dependencies = [
|
|
1728
1750
|
"winapi",
|
1729
1751
|
]
|
1730
1752
|
|
1731
|
-
[[package]]
|
1732
|
-
name = "remove_dir_all"
|
1733
|
-
version = "0.5.3"
|
1734
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1735
|
-
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
1736
|
-
dependencies = [
|
1737
|
-
"winapi",
|
1738
|
-
]
|
1739
|
-
|
1740
1753
|
[[package]]
|
1741
1754
|
name = "reqwest"
|
1742
1755
|
version = "0.11.14"
|
@@ -1834,13 +1847,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1834
1847
|
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
|
1835
1848
|
dependencies = [
|
1836
1849
|
"bitflags",
|
1837
|
-
"errno",
|
1850
|
+
"errno 0.2.8",
|
1838
1851
|
"io-lifetimes",
|
1839
1852
|
"libc",
|
1840
|
-
"linux-raw-sys",
|
1853
|
+
"linux-raw-sys 0.1.4",
|
1841
1854
|
"windows-sys 0.45.0",
|
1842
1855
|
]
|
1843
1856
|
|
1857
|
+
[[package]]
|
1858
|
+
name = "rustix"
|
1859
|
+
version = "0.37.20"
|
1860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1861
|
+
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
1862
|
+
dependencies = [
|
1863
|
+
"bitflags",
|
1864
|
+
"errno 0.3.1",
|
1865
|
+
"io-lifetimes",
|
1866
|
+
"libc",
|
1867
|
+
"linux-raw-sys 0.3.8",
|
1868
|
+
"windows-sys 0.48.0",
|
1869
|
+
]
|
1870
|
+
|
1844
1871
|
[[package]]
|
1845
1872
|
name = "rustls"
|
1846
1873
|
version = "0.20.8"
|
@@ -2063,28 +2090,18 @@ dependencies = [
|
|
2063
2090
|
"unicode-ident",
|
2064
2091
|
]
|
2065
2092
|
|
2066
|
-
[[package]]
|
2067
|
-
name = "tempdir"
|
2068
|
-
version = "0.3.7"
|
2069
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2070
|
-
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2071
|
-
dependencies = [
|
2072
|
-
"rand 0.4.6",
|
2073
|
-
"remove_dir_all",
|
2074
|
-
]
|
2075
|
-
|
2076
2093
|
[[package]]
|
2077
2094
|
name = "tempfile"
|
2078
|
-
version = "3.
|
2095
|
+
version = "3.6.0"
|
2079
2096
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2080
|
-
checksum = "
|
2097
|
+
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2081
2098
|
dependencies = [
|
2099
|
+
"autocfg",
|
2082
2100
|
"cfg-if",
|
2083
2101
|
"fastrand",
|
2084
|
-
"
|
2085
|
-
"
|
2086
|
-
"
|
2087
|
-
"winapi",
|
2102
|
+
"redox_syscall 0.3.5",
|
2103
|
+
"rustix 0.37.20",
|
2104
|
+
"windows-sys 0.48.0",
|
2088
2105
|
]
|
2089
2106
|
|
2090
2107
|
[[package]]
|
@@ -2495,13 +2512,13 @@ version = "0.42.0"
|
|
2495
2512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2496
2513
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2497
2514
|
dependencies = [
|
2498
|
-
"windows_aarch64_gnullvm",
|
2499
|
-
"windows_aarch64_msvc",
|
2500
|
-
"windows_i686_gnu",
|
2501
|
-
"windows_i686_msvc",
|
2502
|
-
"windows_x86_64_gnu",
|
2503
|
-
"windows_x86_64_gnullvm",
|
2504
|
-
"windows_x86_64_msvc",
|
2515
|
+
"windows_aarch64_gnullvm 0.42.1",
|
2516
|
+
"windows_aarch64_msvc 0.42.1",
|
2517
|
+
"windows_i686_gnu 0.42.1",
|
2518
|
+
"windows_i686_msvc 0.42.1",
|
2519
|
+
"windows_x86_64_gnu 0.42.1",
|
2520
|
+
"windows_x86_64_gnullvm 0.42.1",
|
2521
|
+
"windows_x86_64_msvc 0.42.1",
|
2505
2522
|
]
|
2506
2523
|
|
2507
2524
|
[[package]]
|
@@ -2510,7 +2527,16 @@ version = "0.45.0"
|
|
2510
2527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2511
2528
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2512
2529
|
dependencies = [
|
2513
|
-
"windows-targets",
|
2530
|
+
"windows-targets 0.42.1",
|
2531
|
+
]
|
2532
|
+
|
2533
|
+
[[package]]
|
2534
|
+
name = "windows-sys"
|
2535
|
+
version = "0.48.0"
|
2536
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2537
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2538
|
+
dependencies = [
|
2539
|
+
"windows-targets 0.48.0",
|
2514
2540
|
]
|
2515
2541
|
|
2516
2542
|
[[package]]
|
@@ -2519,13 +2545,28 @@ version = "0.42.1"
|
|
2519
2545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2520
2546
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
2521
2547
|
dependencies = [
|
2522
|
-
"windows_aarch64_gnullvm",
|
2523
|
-
"windows_aarch64_msvc",
|
2524
|
-
"windows_i686_gnu",
|
2525
|
-
"windows_i686_msvc",
|
2526
|
-
"windows_x86_64_gnu",
|
2527
|
-
"windows_x86_64_gnullvm",
|
2528
|
-
"windows_x86_64_msvc",
|
2548
|
+
"windows_aarch64_gnullvm 0.42.1",
|
2549
|
+
"windows_aarch64_msvc 0.42.1",
|
2550
|
+
"windows_i686_gnu 0.42.1",
|
2551
|
+
"windows_i686_msvc 0.42.1",
|
2552
|
+
"windows_x86_64_gnu 0.42.1",
|
2553
|
+
"windows_x86_64_gnullvm 0.42.1",
|
2554
|
+
"windows_x86_64_msvc 0.42.1",
|
2555
|
+
]
|
2556
|
+
|
2557
|
+
[[package]]
|
2558
|
+
name = "windows-targets"
|
2559
|
+
version = "0.48.0"
|
2560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2561
|
+
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2562
|
+
dependencies = [
|
2563
|
+
"windows_aarch64_gnullvm 0.48.0",
|
2564
|
+
"windows_aarch64_msvc 0.48.0",
|
2565
|
+
"windows_i686_gnu 0.48.0",
|
2566
|
+
"windows_i686_msvc 0.48.0",
|
2567
|
+
"windows_x86_64_gnu 0.48.0",
|
2568
|
+
"windows_x86_64_gnullvm 0.48.0",
|
2569
|
+
"windows_x86_64_msvc 0.48.0",
|
2529
2570
|
]
|
2530
2571
|
|
2531
2572
|
[[package]]
|
@@ -2534,42 +2575,84 @@ version = "0.42.1"
|
|
2534
2575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2535
2576
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2536
2577
|
|
2578
|
+
[[package]]
|
2579
|
+
name = "windows_aarch64_gnullvm"
|
2580
|
+
version = "0.48.0"
|
2581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2582
|
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2583
|
+
|
2537
2584
|
[[package]]
|
2538
2585
|
name = "windows_aarch64_msvc"
|
2539
2586
|
version = "0.42.1"
|
2540
2587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2541
2588
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2542
2589
|
|
2590
|
+
[[package]]
|
2591
|
+
name = "windows_aarch64_msvc"
|
2592
|
+
version = "0.48.0"
|
2593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2594
|
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2595
|
+
|
2543
2596
|
[[package]]
|
2544
2597
|
name = "windows_i686_gnu"
|
2545
2598
|
version = "0.42.1"
|
2546
2599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2547
2600
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2548
2601
|
|
2602
|
+
[[package]]
|
2603
|
+
name = "windows_i686_gnu"
|
2604
|
+
version = "0.48.0"
|
2605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2606
|
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2607
|
+
|
2549
2608
|
[[package]]
|
2550
2609
|
name = "windows_i686_msvc"
|
2551
2610
|
version = "0.42.1"
|
2552
2611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2553
2612
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2554
2613
|
|
2614
|
+
[[package]]
|
2615
|
+
name = "windows_i686_msvc"
|
2616
|
+
version = "0.48.0"
|
2617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2618
|
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2619
|
+
|
2555
2620
|
[[package]]
|
2556
2621
|
name = "windows_x86_64_gnu"
|
2557
2622
|
version = "0.42.1"
|
2558
2623
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2559
2624
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2560
2625
|
|
2626
|
+
[[package]]
|
2627
|
+
name = "windows_x86_64_gnu"
|
2628
|
+
version = "0.48.0"
|
2629
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2630
|
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2631
|
+
|
2561
2632
|
[[package]]
|
2562
2633
|
name = "windows_x86_64_gnullvm"
|
2563
2634
|
version = "0.42.1"
|
2564
2635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2565
2636
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2566
2637
|
|
2638
|
+
[[package]]
|
2639
|
+
name = "windows_x86_64_gnullvm"
|
2640
|
+
version = "0.48.0"
|
2641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2642
|
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2643
|
+
|
2567
2644
|
[[package]]
|
2568
2645
|
name = "windows_x86_64_msvc"
|
2569
2646
|
version = "0.42.1"
|
2570
2647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2571
2648
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2572
2649
|
|
2650
|
+
[[package]]
|
2651
|
+
name = "windows_x86_64_msvc"
|
2652
|
+
version = "0.48.0"
|
2653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2654
|
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2655
|
+
|
2573
2656
|
[[package]]
|
2574
2657
|
name = "winreg"
|
2575
2658
|
version = "0.10.1"
|
data/lib/pyroscope/version.rb
CHANGED
data/lib/rbspy/rbspy.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pyroscope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.9
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Pyroscope Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|