* [lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call)
@ 2022-10-11 20:57 Akhil Veeraghanta via lttng-dev
2022-10-12 9:19 ` Jérémie Galarneau via lttng-dev
0 siblings, 1 reply; 2+ messages in thread
From: Akhil Veeraghanta via lttng-dev @ 2022-10-11 20:57 UTC (permalink / raw)
To: lttng-dev
[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]
Hello!
I've run into an issue with getcpu not having a vsdo implementation and taking anywhere from 600ns to 80us (avg 1 us) when using lttng-ust tracepoints.
I am on lttng v2.13 and kernel version 4.9.253-l4t, running on a jetson (arm64). I was digging around and found that rseq might be the recommended next step
I am wondering:
1. Are there examples of using rseq system call to replace getcpu
2. Are there any existing patches that I can apply to get better getcpu performance
Thanks in advance,
Akhil
[-- Attachment #1.2: Type: text/html, Size: 1357 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call)
2022-10-11 20:57 [lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call) Akhil Veeraghanta via lttng-dev
@ 2022-10-12 9:19 ` Jérémie Galarneau via lttng-dev
0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau via lttng-dev @ 2022-10-12 9:19 UTC (permalink / raw)
To: lttng-dev, Akhil Veeraghanta
[-- Attachment #1.1: Type: text/plain, Size: 1259 bytes --]
Hi,
I think the first problem you will run into is that rseq is only available on kernels 4.18+.
As far as I know, starting with glibc 2.35, getcpu() defers to using rseq when available.
Is there a way you can upgrade these two components and see if the overhead is reduced?
Jérémie
--
Jérémie Galarneau
EfficiOS Inc.
https://www.efficios.com
________________________________
From: lttng-dev <lttng-dev-bounces@lists.lttng.org> on behalf of Akhil Veeraghanta via lttng-dev <lttng-dev@lists.lttng.org>
Sent: October 11, 2022 16:57
To: lttng-dev@lists.lttng.org <lttng-dev@lists.lttng.org>
Subject: [lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call)
Hello!
I've run into an issue with getcpu not having a vsdo implementation and taking anywhere from 600ns to 80us (avg 1 us) when using lttng-ust tracepoints.
I am on lttng v2.13 and kernel version 4.9.253-l4t, running on a jetson (arm64). I was digging around and found that rseq might be the recommended next step
I am wondering:
1. Are there examples of using rseq system call to replace getcpu
2. Are there any existing patches that I can apply to get better getcpu performance
Thanks in advance,
Akhil
[-- Attachment #1.2: Type: text/html, Size: 4246 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-12 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 20:57 [lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call) Akhil Veeraghanta via lttng-dev
2022-10-12 9:19 ` Jérémie Galarneau via lttng-dev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox