Skip to content

Commit 695a1e9

Browse files
committed
chore: dont ignore libc/ld
1 parent 83d030a commit 695a1e9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

callgrind-utils/tests/snapshot.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ fn run_callgrind(bin: &Path) -> String {
7171
let status = Command::new(vg_in_place())
7272
.arg("--tool=callgrind")
7373
.arg("--instr-atstart=no")
74-
.arg("--obj-skip=*libc*")
75-
.arg("--obj-skip=*ld-*")
7674
.arg(format!("--callgrind-out-file={}", out_file.display()))
7775
.arg(bin)
7876
.status()

0 commit comments

Comments
 (0)