* [Bug runtime/28039] New: Can systemtap support sparc arch?
@ 2021-07-01 3:26 qiansiqiu1996 at 163 dot com
2021-07-01 17:13 ` [Bug runtime/28039] " wcohen at redhat dot com
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: qiansiqiu1996 at 163 dot com @ 2021-07-01 3:26 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
Bug ID: 28039
Summary: Can systemtap support sparc arch?
Product: systemtap
Version: unspecified
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: runtime
Assignee: systemtap at sourceware dot org
Reporter: qiansiqiu1996 at 163 dot com
Target Milestone: ---
Dear developers of systemtap:
I don't see file about sparc in 'tapset' or 'runtime' directory.Can systemtap
support the sparc arch?Can you add the support of this arch,I will thank you
very much!
your fans
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
@ 2021-07-01 17:13 ` wcohen at redhat dot com
2021-07-07 3:17 ` qiansiqiu1996 at 163 dot com
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: wcohen at redhat dot com @ 2021-07-01 17:13 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wcohen at redhat dot com
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
I added the support for aarch64 to systemtap. It significant work to add
architecture support for a new platform. We welcome outside patches to support
new architectures, but it is unlikely that we are going to develop one for
SPARC. One could use the changes in systemtap for aarch64 as suggestions of
where changes need to be made to support a new architecture:
https://sourceware.org/git/?p=systemtap.git&a=search&h=HEAD&st=commit&s=aarch64
In the kernels sparc has HAVE_KPROBES in linux/arch/sparc/Kconfig, so kprobes
are implemented. However, I don't know have tested that is. I found some
issues with the aarch64 implementation of kprobes when working on the systemtap
aarch64 support.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
2021-07-01 17:13 ` [Bug runtime/28039] " wcohen at redhat dot com
@ 2021-07-07 3:17 ` qiansiqiu1996 at 163 dot com
2021-07-08 17:44 ` wcohen at redhat dot com
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: qiansiqiu1996 at 163 dot com @ 2021-07-07 3:17 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
--- Comment #2 from qiansiqiu1996 at 163 dot com ---
(In reply to William Cohen from comment #1)
> I added the support for aarch64 to systemtap. It significant work to add
> architecture support for a new platform. We welcome outside patches to
> support new architectures, but it is unlikely that we are going to develop
> one for SPARC. One could use the changes in systemtap for aarch64 as
> suggestions of where changes need to be made to support a new architecture:
>
> https://sourceware.org/git/?p=systemtap.
> git&a=search&h=HEAD&st=commit&s=aarch64
>
> In the kernels sparc has HAVE_KPROBES in linux/arch/sparc/Kconfig, so
> kprobes are implemented. However, I don't know have tested that is. I found
> some issues with the aarch64 implementation of kprobes when working on the
> systemtap aarch64 support.
Dear good brother,are you the developer of systemtap?Can you add the support of
sparc?Thank you very much!
I read the source of tapset and runtime,i think we can add the register.h and
stp files to support a new architecture.
I know it support aarch64(i already use),but what i say is sparc.
Thank you very much!love you!
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
2021-07-01 17:13 ` [Bug runtime/28039] " wcohen at redhat dot com
2021-07-07 3:17 ` qiansiqiu1996 at 163 dot com
@ 2021-07-08 17:44 ` wcohen at redhat dot com
2021-07-12 20:41 ` wcohen at redhat dot com
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: wcohen at redhat dot com @ 2021-07-08 17:44 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
--- Comment #3 from William Cohen <wcohen at redhat dot com> ---
Systemtap does not currently support SPARC processors. It is unlikely that
SPARC support will be added by myself or others developers at Red Hat. However,
we welcome contributions from outside developers. Information about working on
systemtap is available at:
https://sourceware.org/systemtap/getinvolved.html
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
` (2 preceding siblings ...)
2021-07-08 17:44 ` wcohen at redhat dot com
@ 2021-07-12 20:41 ` wcohen at redhat dot com
2023-11-29 16:34 ` wcohen at redhat dot com
2023-12-06 15:05 ` sam at gentoo dot org
5 siblings, 0 replies; 7+ messages in thread
From: wcohen at redhat dot com @ 2021-07-12 20:41 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
--- Comment #4 from William Cohen <wcohen at redhat dot com> ---
Jose E. Marchesi mentions a port of systemtap to SPARC on
http://www.jemarch.net/cv.html . Maybe those patches can be posted and that
can be used as a starting point for SPARC support and further developed by
people using SPARC Linux systems.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
` (3 preceding siblings ...)
2021-07-12 20:41 ` wcohen at redhat dot com
@ 2023-11-29 16:34 ` wcohen at redhat dot com
2023-12-06 15:05 ` sam at gentoo dot org
5 siblings, 0 replies; 7+ messages in thread
From: wcohen at redhat dot com @ 2023-11-29 16:34 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|UNCONFIRMED |RESOLVED
--- Comment #5 from William Cohen <wcohen at redhat dot com> ---
Don't have any access to SPARC machines, so it is unlikely that we will be able
to address this.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug runtime/28039] Can systemtap support sparc arch?
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
` (4 preceding siblings ...)
2023-11-29 16:34 ` wcohen at redhat dot com
@ 2023-12-06 15:05 ` sam at gentoo dot org
5 siblings, 0 replies; 7+ messages in thread
From: sam at gentoo dot org @ 2023-12-06 15:05 UTC (permalink / raw)
To: systemtap
https://sourceware.org/bugzilla/show_bug.cgi?id=28039
Sam James <sam at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam at gentoo dot org
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-06 15:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 3:26 [Bug runtime/28039] New: Can systemtap support sparc arch? qiansiqiu1996 at 163 dot com
2021-07-01 17:13 ` [Bug runtime/28039] " wcohen at redhat dot com
2021-07-07 3:17 ` qiansiqiu1996 at 163 dot com
2021-07-08 17:44 ` wcohen at redhat dot com
2021-07-12 20:41 ` wcohen at redhat dot com
2023-11-29 16:34 ` wcohen at redhat dot com
2023-12-06 15:05 ` sam at gentoo dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).