Skip to content

Commit

Permalink
Merge pull request iovisor#4119 from linuszeng/runqslow
Browse files Browse the repository at this point in the history
tools/runqslower.py: remove unused global variable rq.
  • Loading branch information
davemarchevsky authored Jul 20, 2022
2 parents 9a5a22b + 6703af1 commit d109d58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tools/runqlat.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
BPF_HASH(start, u32);
STORAGE
struct rq;
// record enqueue timestamp
static int trace_enqueue(u32 tgid, u32 pid)
{
Expand Down
2 changes: 0 additions & 2 deletions tools/runqslower.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
BPF_HASH(start, u32);
struct rq;
struct data_t {
u32 pid;
u32 prev_pid;
Expand Down

0 comments on commit d109d58

Please sign in to comment.