Re: read perf counters
riya
So I fixed the error above by using "count = my_map.perf_read(key);"
toggle quoted message
Show quoted text
as opposed to "count = bpf_perf_event_read(&my_map, key);". However, how do I selectively enable counters (e.g. instructions, cache misses, etc.)? Thanks, Riya On Mon, Jul 25, 2016 at 9:58 AM, riya khanna <riyakhanna1983@...> wrote:
Hi, |
|