sysret_check

satishvb

New Member
Joined
Feb 17, 2022
Messages
2
Reaction score
1
Credits
22
I am new to Linux and have a performance related question. When I profile hotspots in my application I see sysret_check comes up as top in the list. What is this function doing ?

this is my linux distribution
3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
 


this is my linux distribution
3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

That's really your kernel version. This is a fairly old kernel.

Try cat /etc/os-release to see the distro version.
 
Distribution info:


[support@sac01-advantec-103-106-qtfcou9330012-node-1 ~]$ cat /etc/os-release

NAME="CentOS Linux"

VERSION="7 (Core)"

ID="centos"

ID_LIKE="rhel fedora"

VERSION_ID="7"

PRETTY_NAME="CentOS Linux 7 (Core)"

ANSI_COLOR="0;31"

CPE_NAME="cpe:/o:centos:centos:7"

HOME_URL="https://www.centos.org/"

BUG_REPORT_URL="https://bugs.centos.org/"



CENTOS_MANTISBT_PROJECT="CentOS-7"

CENTOS_MANTISBT_PROJECT_VERSION="7"

REDHAT_SUPPORT_PRODUCT="centos"

REDHAT_SUPPORT_PRODUCT_VERSION="7"
 

Members online


Top