pyroscope 0.3.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +202 -0
- data/README.md +57 -0
- data/elflib/rbspy/manylinux.sh +23 -0
- data/elflib/rbspy/pyproject.toml +7 -0
- data/elflib/rbspy/rbspy/__init__.py +0 -0
- data/elflib/rbspy/setup.cfg +22 -0
- data/elflib/rbspy/setup.py +46 -0
- data/elflib/thread_id/manylinux.sh +23 -0
- data/elflib/thread_id/pyproject.toml +7 -0
- data/elflib/thread_id/setup.cfg +22 -0
- data/elflib/thread_id/setup.py +46 -0
- data/elflib/thread_id/thread_id/__init__.py +0 -0
- data/ext/rbspy/Cargo.toml +27 -0
- data/ext/rbspy/Rakefile +164 -0
- data/ext/rbspy/build.rs +12 -0
- data/ext/rbspy/cbindgen.toml +22 -0
- data/ext/rbspy/extconf.rb +11 -0
- data/ext/rbspy/src/lib.rs +168 -0
- data/ext/thread_id/Cargo.toml +20 -0
- data/ext/thread_id/Rakefile +163 -0
- data/ext/thread_id/build.rs +12 -0
- data/ext/thread_id/cbindgen.toml +22 -0
- data/ext/thread_id/extconf.rb +11 -0
- data/ext/thread_id/src/lib.rs +4 -0
- data/lib/pyroscope/version.rb +3 -0
- data/lib/pyroscope.rb +101 -0
- data/lib/rbspy/rbspy.so +0 -0
- data/lib/thread_id/thread_id.so +0 -0
- data/pyroscope.gemspec +32 -0
- data/scripts/docker.sh +16 -0
- metadata +115 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5e57774633571875419536249072ebf1e180e6d27b5ab6f108b480d45ef461a2
|
4
|
+
data.tar.gz: 2c746ea7df815a8352141d272bf8bc864260d5fee32ee30e26a6b255cfc09c89
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 573c57b40f211bfa8d4dab9aabcc1e7c919ddf6321ea11508ceff08416f95c937858fcab25d391189848072bdac6a5d1d28ab23a938748da572074a50107bf72
|
7
|
+
data.tar.gz: 2343ad6184f596f87ee977d873e9a12ddda9f5f7bf95ecf754fd075b3b9f206901a1e02793b19774553528a2eacf323930c43894405ba429857cafe1b48e7490
|
data/LICENSE
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright 2022 Pyroscope
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
Pyroscope Ruby Integration --Beta--
|
2
|
+
=====================================
|
3
|
+
|
4
|
+
**note**: This is a beta release. It requires local compilation, might be
|
5
|
+
buggy and is frequently updated. For the initial implementation, find it [here](https://github.com/pyroscope-io/pyroscope-ruby). Please report any [issues](https://github.com/pyroscope-io/pyroscope-rs/issues).
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
1. You need the Rust toolchain to compile the library locally. To install
|
10
|
+
Rust:
|
11
|
+
|
12
|
+
```
|
13
|
+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
|
14
|
+
export PATH=$PATH:/root/.cargo/bin
|
15
|
+
```
|
16
|
+
|
17
|
+
2. Building/Insalling from Rubygems
|
18
|
+
|
19
|
+
```
|
20
|
+
gem install pyroscope_beta
|
21
|
+
```
|
22
|
+
|
23
|
+
3. Building/Installing from source
|
24
|
+
|
25
|
+
Change directory to `pyroscope_ffi/ruby` and run
|
26
|
+
|
27
|
+
```
|
28
|
+
gem build pyroscope.gemspec
|
29
|
+
gem install ./pyroscope.gemspec
|
30
|
+
```
|
31
|
+
|
32
|
+
## Configuration
|
33
|
+
|
34
|
+
Configuration is similar to the old package except for `application_name`:
|
35
|
+
|
36
|
+
```
|
37
|
+
require 'pyroscope_beta'
|
38
|
+
|
39
|
+
Pyroscope.configure do |config|
|
40
|
+
config.application_name = "ruby.app"
|
41
|
+
config.server_address = "http://localhost:4040"
|
42
|
+
config.detect_subprocesses = true
|
43
|
+
config.tags = {
|
44
|
+
:key => "value",
|
45
|
+
}
|
46
|
+
end
|
47
|
+
```
|
48
|
+
|
49
|
+
## Adding tags
|
50
|
+
|
51
|
+
Tags passed to configure are global. To tag code locally, you can use:
|
52
|
+
|
53
|
+
```
|
54
|
+
Pyroscope.tag_wrapper({"profile": "profile-1"}) do
|
55
|
+
// Tagged profile
|
56
|
+
end
|
57
|
+
```
|
@@ -0,0 +1,23 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
set -e
|
3
|
+
|
4
|
+
# Install tooling
|
5
|
+
yum -y -q install wget gcc libffi-devel openssl-devel
|
6
|
+
|
7
|
+
# Install Rust
|
8
|
+
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
9
|
+
export PATH=~/.cargo/bin:$PATH
|
10
|
+
|
11
|
+
# Build wheels
|
12
|
+
/opt/python/cp37-cp37m/bin/python setup.py bdist_wheel
|
13
|
+
|
14
|
+
# Audit wheels
|
15
|
+
for wheel in dist/*.whl; do
|
16
|
+
auditwheel repair $wheel -w dist/
|
17
|
+
rm $wheel
|
18
|
+
done
|
19
|
+
|
20
|
+
# Extract wheels
|
21
|
+
for wheel in dist/*.whl; do
|
22
|
+
/opt/python/cp37-cp37m/bin/wheel unpack $wheel -d wheelhouse
|
23
|
+
done
|
File without changes
|
@@ -0,0 +1,22 @@
|
|
1
|
+
[metadata]
|
2
|
+
name = rbspy
|
3
|
+
version= 1.0.0
|
4
|
+
description = Fake wheel to generate audtiwheel libs
|
5
|
+
url = https://proscope.io
|
6
|
+
maintainer = Abid Omar
|
7
|
+
maintainer_email = contact@pyroscope.io
|
8
|
+
license = Apache 2.0
|
9
|
+
classifiers =
|
10
|
+
Intended Audience :: Developers
|
11
|
+
project_urls =
|
12
|
+
Documentation = https://proscope.io
|
13
|
+
Bug Tracker = https://proscope.io
|
14
|
+
Discussions = https://proscope.io
|
15
|
+
Changelog = https://proscope.io
|
16
|
+
|
17
|
+
[options]
|
18
|
+
packages = find:
|
19
|
+
install_requires =
|
20
|
+
milksnakex>=0.1.6
|
21
|
+
include_package_data = True
|
22
|
+
zip_safe = False
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import os
|
2
|
+
import sys
|
3
|
+
from setuptools import find_packages, setup
|
4
|
+
from pathlib import Path
|
5
|
+
|
6
|
+
SCRIPT_DIR = Path(__file__).resolve().parent
|
7
|
+
|
8
|
+
os.chdir(SCRIPT_DIR)
|
9
|
+
|
10
|
+
# print script_dir
|
11
|
+
print(SCRIPT_DIR)
|
12
|
+
|
13
|
+
LIB_DIR = str(SCRIPT_DIR / "../../ext/rbspy")
|
14
|
+
|
15
|
+
def build_native(spec):
|
16
|
+
# Step 1: build the rust library
|
17
|
+
build = spec.add_external_build(
|
18
|
+
cmd=['cargo', 'build', '--release'],
|
19
|
+
path=LIB_DIR
|
20
|
+
)
|
21
|
+
|
22
|
+
def find_dylib():
|
23
|
+
cargo_target = os.environ.get('CARGO_BUILD_TARGET')
|
24
|
+
if cargo_target:
|
25
|
+
in_path = 'target/%s/release' % (cargo_target)
|
26
|
+
else:
|
27
|
+
in_path = 'target/release'
|
28
|
+
return build.find_dylib('rbspy', in_path=in_path)
|
29
|
+
|
30
|
+
# Step 2: package the compiled library
|
31
|
+
rtld_flags = ["NOW"]
|
32
|
+
if sys.platform == "darwin":
|
33
|
+
rtld_flags.append("NODELETE")
|
34
|
+
|
35
|
+
spec.add_cffi_module(module_path='rbspy._native',
|
36
|
+
dylib=find_dylib,
|
37
|
+
header_filename=lambda:
|
38
|
+
build.find_header('rbspy.h',in_path='include'),
|
39
|
+
rtld_flags=rtld_flags,
|
40
|
+
)
|
41
|
+
|
42
|
+
setup(
|
43
|
+
platforms="any",
|
44
|
+
milksnake_tasks=[build_native],
|
45
|
+
setup_requires=["milksnakex>=0.1.6"],
|
46
|
+
)
|
@@ -0,0 +1,23 @@
|
|
1
|
+
#!/bin/sh
|
2
|
+
set -e
|
3
|
+
|
4
|
+
# Install tooling
|
5
|
+
yum -y -q install wget gcc libffi-devel openssl-devel
|
6
|
+
|
7
|
+
# Install Rust
|
8
|
+
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
9
|
+
export PATH=~/.cargo/bin:$PATH
|
10
|
+
|
11
|
+
# Build wheels
|
12
|
+
/opt/python/cp37-cp37m/bin/python setup.py bdist_wheel
|
13
|
+
|
14
|
+
# Audit wheels
|
15
|
+
for wheel in dist/*.whl; do
|
16
|
+
auditwheel repair $wheel -w dist/
|
17
|
+
rm $wheel
|
18
|
+
done
|
19
|
+
|
20
|
+
# Extract wheels
|
21
|
+
for wheel in dist/*.whl; do
|
22
|
+
/opt/python/cp37-cp37m/bin/wheel unpack $wheel -d wheelhouse
|
23
|
+
done
|
@@ -0,0 +1,22 @@
|
|
1
|
+
[metadata]
|
2
|
+
name = thread_id
|
3
|
+
version= 1.0.0
|
4
|
+
description = Fake wheel to generate audtiwheel libs
|
5
|
+
url = https://proscope.io
|
6
|
+
maintainer = Abid Omar
|
7
|
+
maintainer_email = contact@pyroscope.io
|
8
|
+
license = Apache 2.0
|
9
|
+
classifiers =
|
10
|
+
Intended Audience :: Developers
|
11
|
+
project_urls =
|
12
|
+
Documentation = https://proscope.io
|
13
|
+
Bug Tracker = https://proscope.io
|
14
|
+
Discussions = https://proscope.io
|
15
|
+
Changelog = https://proscope.io
|
16
|
+
|
17
|
+
[options]
|
18
|
+
packages = find:
|
19
|
+
install_requires =
|
20
|
+
milksnakex>=0.1.6
|
21
|
+
include_package_data = True
|
22
|
+
zip_safe = False
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import os
|
2
|
+
import sys
|
3
|
+
from setuptools import find_packages, setup
|
4
|
+
from pathlib import Path
|
5
|
+
|
6
|
+
SCRIPT_DIR = Path(__file__).resolve().parent
|
7
|
+
|
8
|
+
os.chdir(SCRIPT_DIR)
|
9
|
+
|
10
|
+
# print script_dir
|
11
|
+
print(SCRIPT_DIR)
|
12
|
+
|
13
|
+
LIB_DIR = str(SCRIPT_DIR / "../../ext/thread_id")
|
14
|
+
|
15
|
+
def build_native(spec):
|
16
|
+
# Step 1: build the rust library
|
17
|
+
build = spec.add_external_build(
|
18
|
+
cmd=['cargo', 'build', '--release'],
|
19
|
+
path=LIB_DIR
|
20
|
+
)
|
21
|
+
|
22
|
+
def find_dylib():
|
23
|
+
cargo_target = os.environ.get('CARGO_BUILD_TARGET')
|
24
|
+
if cargo_target:
|
25
|
+
in_path = 'target/%s/release' % (cargo_target)
|
26
|
+
else:
|
27
|
+
in_path = 'target/release'
|
28
|
+
return build.find_dylib('thread_id', in_path=in_path)
|
29
|
+
|
30
|
+
# Step 2: package the compiled library
|
31
|
+
rtld_flags = ["NOW"]
|
32
|
+
if sys.platform == "darwin":
|
33
|
+
rtld_flags.append("NODELETE")
|
34
|
+
|
35
|
+
spec.add_cffi_module(module_path='thread_id._native',
|
36
|
+
dylib=find_dylib,
|
37
|
+
header_filename=lambda:
|
38
|
+
build.find_header('thread_id.h',in_path='include'),
|
39
|
+
rtld_flags=rtld_flags,
|
40
|
+
)
|
41
|
+
|
42
|
+
setup(
|
43
|
+
platforms="any",
|
44
|
+
milksnake_tasks=[build_native],
|
45
|
+
setup_requires=["milksnakex>=0.1.6"],
|
46
|
+
)
|
File without changes
|
@@ -0,0 +1,27 @@
|
|
1
|
+
[package]
|
2
|
+
name = "rbspy"
|
3
|
+
version = "0.1.0"
|
4
|
+
edition = "2021"
|
5
|
+
|
6
|
+
[lib]
|
7
|
+
name = "rbspy"
|
8
|
+
crate-type = ["cdylib"]
|
9
|
+
|
10
|
+
[dependencies]
|
11
|
+
#pyroscope = {version = "0.5.2" }
|
12
|
+
pyroscope = { path = "../../../../" }
|
13
|
+
#pyroscope_rbspy = { version = "0.2" }
|
14
|
+
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
|
15
|
+
|
16
|
+
[patch.crates-io]
|
17
|
+
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}
|
18
|
+
rbspy = {git="https://github.com/omarabid/rbspy.git", branch="oncpu-fix"}
|
19
|
+
|
20
|
+
[build-dependencies]
|
21
|
+
cbindgen = "0.20.0"
|
22
|
+
|
23
|
+
[profile.release]
|
24
|
+
opt-level= "z"
|
25
|
+
debug = false
|
26
|
+
lto = true
|
27
|
+
codegen-units = 1
|
data/ext/rbspy/Rakefile
ADDED
@@ -0,0 +1,164 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "shellwords"
|
4
|
+
|
5
|
+
class RbspyRakeCargoHelper
|
6
|
+
attr_reader :gemname
|
7
|
+
|
8
|
+
def initialize(gemname=File.basename(__dir__))
|
9
|
+
@gemname = gemname
|
10
|
+
end
|
11
|
+
|
12
|
+
def self.command?(name)
|
13
|
+
exts = ENV["PATHEXT"] ? ENV["PATHEXT"].split(";") : [""]
|
14
|
+
ENV["PATH"].split(File::PATH_SEPARATOR).any? do |path|
|
15
|
+
exts.any? do |ext|
|
16
|
+
exe = File.join(path, "#{name}#{ext}")
|
17
|
+
File.executable?(exe) && !File.directory?(exe)
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.rust_toolchain
|
23
|
+
# return env variable if set
|
24
|
+
target = ENV["RUST_TARGET"]
|
25
|
+
return target if target
|
26
|
+
|
27
|
+
str = `rustc --version --verbose`
|
28
|
+
info = str.lines.map {|l| l.chomp.split(/:\s+/, 2)}.drop(1).to_h
|
29
|
+
info["host"]
|
30
|
+
end
|
31
|
+
|
32
|
+
def self.cargo_target_dir
|
33
|
+
return @cargo_target_dir if defined? @cargo_target_dir
|
34
|
+
|
35
|
+
str = `cargo metadata --format-version 1 --offline --no-deps --quiet`
|
36
|
+
begin
|
37
|
+
require "json"
|
38
|
+
dir = JSON.parse(str)["target_directory"]
|
39
|
+
rescue LoadError # json is usually part of the stdlib, but just in case
|
40
|
+
/"target_directory"\s*:\s*"(?<dir>[^"]*)"/ =~ str
|
41
|
+
end
|
42
|
+
@cargo_target_dir = dir || "target"
|
43
|
+
end
|
44
|
+
|
45
|
+
def self.flags
|
46
|
+
cc_flags = Shellwords.split(RbConfig.expand(RbConfig::MAKEFILE_CONFIG["CC"].dup))
|
47
|
+
|
48
|
+
["-C", "linker=#{cc_flags.shift}",
|
49
|
+
*cc_flags.flat_map {|a| ["-C", "link-arg=#{a}"] },
|
50
|
+
"-L", "native=#{RbConfig::CONFIG["libdir"]}",
|
51
|
+
*dld_flags,
|
52
|
+
*platform_flags,
|
53
|
+
]
|
54
|
+
end
|
55
|
+
|
56
|
+
def self.dld_flags
|
57
|
+
Shellwords.split(RbConfig::CONFIG["DLDFLAGS"]).flat_map do |arg|
|
58
|
+
arg = arg.gsub(/\$\((\w+)\)/) do
|
59
|
+
$1 == "DEFFILE" ? nil : RbConfig::CONFIG[name]
|
60
|
+
end.strip
|
61
|
+
next [] if arg.empty?
|
62
|
+
|
63
|
+
transform_flag(arg)
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
67
|
+
def self.platform_flags
|
68
|
+
return unless RbConfig::CONFIG["target_os"] =~ /mingw/i
|
69
|
+
|
70
|
+
[*Shellwords.split(RbConfig::CONFIG["LIBRUBYARG"]).flat_map {|arg| transform_flag(arg)},
|
71
|
+
"-C", "link-arg=-Wl,--dynamicbase",
|
72
|
+
"-C", "link-arg=-Wl,--disable-auto-image-base",
|
73
|
+
"-C", "link-arg=-static-libgcc"]
|
74
|
+
end
|
75
|
+
|
76
|
+
def self.transform_flag(arg)
|
77
|
+
k, v = arg.split(/(?<=..)/, 2)
|
78
|
+
case k
|
79
|
+
when "-L"
|
80
|
+
[k, "native=#{v}"]
|
81
|
+
when "-l"
|
82
|
+
[k, v]
|
83
|
+
when "-F"
|
84
|
+
["-l", "framework=#{v}"]
|
85
|
+
else
|
86
|
+
["-C", "link_arg=#{k}#{v}"]
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
def install_dir
|
91
|
+
File.expand_path(File.join("..", "..", "lib", gemname), __dir__)
|
92
|
+
end
|
93
|
+
|
94
|
+
def rust_name
|
95
|
+
prefix = "lib" unless Gem.win_platform?
|
96
|
+
suffix = if RbConfig::CONFIG["target_os"] =~ /darwin/i
|
97
|
+
".dylib"
|
98
|
+
elsif Gem.win_platform?
|
99
|
+
".dll"
|
100
|
+
else
|
101
|
+
".so"
|
102
|
+
end
|
103
|
+
"#{prefix}#{gemname}#{suffix}"
|
104
|
+
end
|
105
|
+
|
106
|
+
def ruby_name
|
107
|
+
"#{gemname}.#{RbConfig::CONFIG["DLEXT"]}"
|
108
|
+
end
|
109
|
+
|
110
|
+
end
|
111
|
+
|
112
|
+
task default: [:rbspy_install, :rbspy_clean]
|
113
|
+
task rbspy: [:rbspy_install, :rbspy_clean]
|
114
|
+
|
115
|
+
desc "set dev mode for subsequent task, run like `rake dev install`"
|
116
|
+
task :rbspy_dev do
|
117
|
+
@dev = true
|
118
|
+
end
|
119
|
+
|
120
|
+
desc "build gem native extension and copy to lib"
|
121
|
+
task rbspy_install: [:rbspy_cd, :rbspy_build] do
|
122
|
+
helper = RbspyRakeCargoHelper.new
|
123
|
+
profile_dir = @dev ? "debug" : "release"
|
124
|
+
arch_dir = RbspyRakeCargoHelper.rust_toolchain
|
125
|
+
source = File.join(RbspyRakeCargoHelper.cargo_target_dir, arch_dir, profile_dir, helper.rust_name)
|
126
|
+
dest = File.join(helper.install_dir, helper.ruby_name)
|
127
|
+
mkdir_p(helper.install_dir)
|
128
|
+
rm(dest) if File.exist?(dest)
|
129
|
+
cp(source, dest)
|
130
|
+
end
|
131
|
+
|
132
|
+
desc "build gem native extension"
|
133
|
+
task rbspy_build: [:rbspy_cargo, :rbspy_cd] do
|
134
|
+
sh "cargo", "rustc", *(["--locked", "--release"] unless @dev), "--target=#{RbspyRakeCargoHelper.rust_toolchain}", "--", *RbspyRakeCargoHelper.flags
|
135
|
+
end
|
136
|
+
|
137
|
+
desc "clean up release build artifacts"
|
138
|
+
task rbspy_clean: [:rbspy_cargo, :rbspy_cd] do
|
139
|
+
sh "cargo clean --release"
|
140
|
+
end
|
141
|
+
|
142
|
+
desc "clean up build artifacts"
|
143
|
+
task rbspy_clobber: [:rbspy_cargo, :rbspy_cd] do
|
144
|
+
sh "cargo clean"
|
145
|
+
end
|
146
|
+
|
147
|
+
desc "check for cargo"
|
148
|
+
task :rbspy_cargo do
|
149
|
+
raise <<-MSG unless RbspyRakeCargoHelper.command?("cargo")
|
150
|
+
This gem requires a Rust compiler and the `cargo' build tool to build the
|
151
|
+
gem's native extension. See https://www.rust-lang.org/tools/install for
|
152
|
+
how to install Rust. `cargo' is usually part of the Rust installation.
|
153
|
+
MSG
|
154
|
+
|
155
|
+
raise <<-MSG if Gem.win_platform? && RbspyRakeCargoHelper.rust_toolchain !~ /gnu/
|
156
|
+
Found Rust toolchain `#{RbspyRakeCargoHelper.rust_toolchain}' but the gem native
|
157
|
+
extension requires the gnu toolchain on Windows.
|
158
|
+
MSG
|
159
|
+
end
|
160
|
+
|
161
|
+
# ensure task is running in the right dir
|
162
|
+
task :rbspy_cd do
|
163
|
+
cd(__dir__) unless __dir__ == pwd
|
164
|
+
end
|
data/ext/rbspy/build.rs
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
extern crate cbindgen;
|
2
|
+
|
3
|
+
use cbindgen::Config;
|
4
|
+
|
5
|
+
fn main() {
|
6
|
+
let bindings = {
|
7
|
+
let crate_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
|
8
|
+
let config = Config::from_file("cbindgen.toml").unwrap();
|
9
|
+
cbindgen::generate_with_config(&crate_dir, config).unwrap()
|
10
|
+
};
|
11
|
+
bindings.write_to_file("include/rbspy.h");
|
12
|
+
}
|