Search results

  1. M

    Lock Times of threads in Kernel mode

    how can I get the waiting time spend by the threads before acquiring a lock only in kernel mode?
  2. M

    glibc-debuginfo ubuntu

    I am unable to find the compatible version of glibc-debuginfo-2.17-222.el7.ppc64le.rpm and glibc-debuginfo-common-2.17-222.el7.ppc64le.rpm for my ubuntu version 20.04 x86_64 architecture. please guide me with this...
  3. M

    getting Error while running python script

    I am following this tutorial. while running the following '''perf script --gen-script python''' command I am getting an error. ''' Python scripting not supported. Install libpython and rebuild per> For example: # apt-get install python-dev (ubuntu) # yum install python-devel (Fedora) etc...
  4. M

    Linux CPU Utilization Reporting Tool

    I am trying to use linux curt (https://github.com/open-power-sdk/curt) tool for monitoring CPU utilization values of threads. On running this command ''' perf record -e...
  5. M

    thread profiling and monitoring

    how can I get lock time values specifically of the threads of any process in Linux? I was using the command /proc/PID/task/TID/status but I am unable to determine which values are of lock time.
Top