open-power-sdk / splat

System Performance Lock Analysis Tool
GNU General Public License v2.0
6 stars 1 forks source link

support more lock types #12

Open ThinkOpenly opened 5 years ago

ThinkOpenly commented 5 years ago

for consideration:

  1. condition variables
  2. rwlocks
  3. barriers
  4. semaphores
  5. spin locks

maybe IPCs, like sockets?