On Mon, May 22, 2017 at 03:48:39PM -0700, Alexei Starovoitov wrote: > From: Teng Qin <qint...@fb.com> > > This commit adds support for attach BPF program to RAW and HW_CACHE type > events, and support for read HW_CACHE type event counters in BPF > program. Existing code logic already supports them, so this commit is > just update Enum value checks.
So what I'm missing is why they were not supported previously, and what changed to allow it now.