diff options
author | Roman Gushchin <[email protected]> | 2018-09-28 14:45:40 +0000 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-10-01 16:18:32 +0200 |
commit | f294b37ec7b24a574884cd157497a3748081c0f0 (patch) | |
tree | fb5bdf6cf4a5ff61b7a5f84274ae82c123aac7a9 /tools/perf/scripts/python/syscall-counts.py | |
parent | 8bad74f9840f87661f20ced3dc80c84ab4fd55a1 (diff) |
bpf: rework cgroup storage pointer passing
To simplify the following introduction of per-cpu cgroup storage,
let's rework a bit a mechanism of passing a pointer to a cgroup
storage into the bpf_get_local_storage(). Let's save a pointer
to the corresponding bpf_cgroup_storage structure, instead of
a pointer to the actual buffer.
It will help us to handle per-cpu storage later, which has
a different way of accessing to the actual data.
Signed-off-by: Roman Gushchin <[email protected]>
Acked-by: Song Liu <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions