diff options
author | Steven Rostedt (Google) <[email protected]> | 2024-01-04 16:57:15 -0500 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2024-01-04 17:11:58 -0500 |
commit | 1de94b52d5e8d8b32f0252f14fad1f1edc2e71f1 (patch) | |
tree | 3436f39d957471d637a6e449de97c15965aecfeb /scripts/gdb/linux/utils.py | |
parent | 704f960dbee2f1634f4b4e16f208cb16eaf41c1e (diff) |
eventfs: Shortcut eventfs_iterate() by skipping entries already read
As the ei->entries array is fixed for the duration of the eventfs_inode,
it can be used to skip over already read entries in eventfs_iterate().
That is, if ctx->pos is greater than zero, there's no reason in doing the
loop across the ei->entries array for the entries less than ctx->pos.
Instead, start the lookup of the entries at the current ctx->pos.
Link: https://lore.kernel.org/all/CAHk-=wiKwDUDv3+jCsv-uacDcHDVTYsXtBR9=6sGM5mqX+DhOg@mail.gmail.com/
Link: https://lore.kernel.org/linux-trace-kernel/[email protected]
Cc: Masami Hiramatsu <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Suggested-by: Linus Torvalds <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions