We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb491ef + 7904017 commit bd6de22Copy full SHA for bd6de22
scheds/rust/scx_lavd/src/main.rs
@@ -455,7 +455,7 @@ impl<'a> Scheduler<'a> {
455
("futex_unlock_pi", &skel.progs.fexit_futex_unlock_pi),
456
];
457
458
- if compat::tracer_available("function_graph")? == false {
+ if compat::tracer_available("function")? == false {
459
info!("Ftrace is not enabled in the kernel.");
460
return Ok(false);
461
}
0 commit comments