commit | 0a7da74e2580150002131aebbe9eaa2d5e2c9b62 | [log] [tgz] |
---|---|---|
author | Vladislav Bogdanov <bubble@hoster-ok.com> | Fri Feb 07 15:22:42 2020 +0300 |
committer | yonghong-song <ys114321@gmail.com> | Fri Feb 07 08:16:34 2020 -0800 |
tree | d3b983e1c69781791dfe768ffbfda21d2eb66c17 | |
parent | f149ca5d774aa81d8b78cfcd5be6f5cf58cbdab7 [diff] [blame] |
Fix offwaketime regression introduced by #ac00ac5
diff --git a/tools/offwaketime.py b/tools/offwaketime.py index da9dbdb..665b666 100755 --- a/tools/offwaketime.py +++ b/tools/offwaketime.py
@@ -140,7 +140,7 @@ // 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