Skip to content

Commit

Permalink
Revert "Aggregate syscall counts too"
Browse files Browse the repository at this point in the history
This reverts commit a78c6ba.
  • Loading branch information
bbonev committed Oct 17, 2022
1 parent e3ef022 commit 8c769a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xxxid_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ static void pid_cb(pid_t pid,pid_t tid,struct xxxid_stats_arr *a,filter_callback
p->blkio_delay_total+=s->blkio_delay_total;
p->read_bytes+=s->read_bytes;
p->write_bytes+=s->write_bytes;
p->read_syscalls+=s->read_syscalls;
p->write_syscalls+=s->write_syscalls;
}
}
}
Expand Down

0 comments on commit 8c769a1

Please sign in to comment.