Skip to content

Commit

Permalink
Revert "Start collecting syscall count data"
Browse files Browse the repository at this point in the history
This reverts commit 0a5cd3a.
  • Loading branch information
bbonev committed Oct 17, 2022
1 parent 8c769a1 commit 61b3e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/iotop.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ struct xxxid_stats {
uint64_t blkio_delay_total; // nanoseconds
uint64_t read_bytes;
uint64_t write_bytes;
uint64_t read_syscalls;
uint64_t write_syscalls;

double blkio_val;
double swapin_val;
Expand Down
2 changes: 0 additions & 2 deletions src/xxxid_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ inline int nl_xxxid_info(pid_t tid,pid_t pid,struct xxxid_stats *stats) {
#define COPY(field) { stats->field = ts->field; }
COPY(read_bytes);
COPY(write_bytes);
COPY(read_syscalls);
COPY(write_syscalls);
COPY(swapin_delay_total);
COPY(blkio_delay_total);
#undef COPY
Expand Down

0 comments on commit 61b3e53

Please sign in to comment.