Skip to content

Commit 16b26d3

Browse files
committed
fix(walltime): also capture kernel callstacks
1 parent fe49a28 commit 16b26d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/executor/wall_time/perf

src/executor/wall_time/perf/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ impl PerfRunner {
151151
"--freq=997", // Use a prime number to avoid synchronization with periodic tasks
152152
"--delay=-1",
153153
"-g",
154-
"--user-callchains",
155154
&format!("--call-graph={cg_mode}"),
156155
&format!(
157156
"--control=fifo:{},{}",

0 commit comments

Comments
 (0)