Skip to content

Commit bd6de22

Browse files
authored
Merge pull request #2966 from multics69/lavd-tracer-fix
scx_lavd: Fix the required tracer name for futex tracing.
2 parents bb491ef + 7904017 commit bd6de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheds/rust/scx_lavd/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ impl<'a> Scheduler<'a> {
455455
("futex_unlock_pi", &skel.progs.fexit_futex_unlock_pi),
456456
];
457457

458-
if compat::tracer_available("function_graph")? == false {
458+
if compat::tracer_available("function")? == false {
459459
info!("Ftrace is not enabled in the kernel.");
460460
return Ok(false);
461461
}

0 commit comments

Comments
 (0)