diff options
author | Andrii Nakryiko <[email protected]> | 2024-03-18 11:17:26 -0700 |
---|---|---|
committer | Masami Hiramatsu (Google) <[email protected]> | 2024-05-01 23:18:46 +0900 |
commit | 3eaea21b4d27cff0017c20549aeb53034c58fc23 (patch) | |
tree | 639da74dfad3aa4c8f519eca8233d72145f0b802 /scripts/bpf_doc.py | |
parent | e67572cd2204894179d89bd7b984072f19313b03 (diff) |
uprobes: encapsulate preparation of uprobe args buffer
Move the logic of fetching temporary per-CPU uprobe buffer and storing
uprobes args into it to a new helper function. Store data size as part
of this buffer, simplifying interfaces a bit, as now we only pass single
uprobe_cpu_buffer reference around, instead of pointer + dsize.
This logic was duplicated across uprobe_dispatcher and uretprobe_dispatcher,
and now will be centralized. All this is also in preparation to make
this uprobe_cpu_buffer handling logic optional in the next patch.
Link: https://lore.kernel.org/all/[email protected]/
[Masami: update for v6.9-rc3 kernel]
Signed-off-by: Andrii Nakryiko <[email protected]>
Reviewed-by: Jiri Olsa <[email protected]>
Acked-by: Masami Hiramatsu (Google) <[email protected]>
Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions