Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.8
1#!/bin/bash
2perf record -e sched:sched_switch -e sched:sched_wakeup $@
3
4
5
6
v3.5.6
1#!/bin/bash
2perf record -e sched:sched_switch -e sched:sched_wakeup $@
3
4
5
6