Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v5.9
1#!/bin/bash
2perf record -e sched:sched_switch -e sched:sched_wakeup $@
3
4
5
6
v5.4
1#!/bin/bash
2perf record -e sched:sched_switch -e sched:sched_wakeup $@
3
4
5
6