Access BPF_MAP_TYPE_TASK_STORAGE maps from a bpftrace program...
Describe the solution you'd like It would be useful for bpftrace to be able to access task storage maps (BPF_MAP_TYPE_TASK_STORAGE) from within a bpftrace program. This can be used to aggregate tasks based on the task local storage which...