Skip to content

Commit

Permalink
Fix offwaketime regression introduced by #ac00ac5
Browse files Browse the repository at this point in the history
  • Loading branch information
bubble75 authored and yonghong-song committed Feb 7, 2020
1 parent f149ca5 commit 0a7da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/offwaketime.py
Expand Up @@ -140,7 +140,7 @@ def signal_ignore(signal, frame):
// of the Process who wakes it
BPF_HASH(wokeby, u32, struct wokeby_t);
BPF_STACK_TRACE(stack_traces, 2);
BPF_STACK_TRACE(stack_traces, STACK_STORAGE_SIZE);
int waker(struct pt_regs *ctx, struct task_struct *p) {
// PID and TGID of the target Process to be waken
Expand Down

0 comments on commit 0a7da74

Please sign in to comment.