[Valgrind-users] Cache conflict detection support in cachegrind

2023-01-29 Thread Ivica B
Hi! I am looking for a tool that can detect cache conflicts, but I am not finding any. There are a few that are mostly academic, and thus not maintained. I think it is important for the performance analysis community to have a tool that to some extent can detect cache conflicts. Is it possible to

Re: [Valgrind-users] Cache conflict detection support in cachegrind

2023-01-29 Thread Ivica B
s not evicted from the cache too soon. On Sun, Jan 29, 2023 at 4:25 PM Paul Floyd wrote: > > > > On 29-01-23 14:31, Ivica B wrote: > > Hi! > > > > I am looking for a tool that can detect cache conflicts, but I am not > > finding any. There are a few that are mostly

Re: [Valgrind-users] Cache conflict detection support in cachegrind

2023-01-29 Thread Ivica B
Can you please share the instructions on how to do it? On Sun, Jan 29, 2023, 9:07 PM Eliot Moss wrote: > I have used lackey to get traces, which I have fed into > a cache model to detect conflicts and such. You could > also start with the lackey code and model the cache model > into the tool (w

Re: [Valgrind-users] Cache conflict detection support in cachegrind

2023-02-08 Thread Ivica B
Thanks a lot :) On Wed, Feb 8, 2023, 9:11 PM Paul Floyd wrote: > > > On 29-01-23 20:50, Ivica B wrote: > > Hi Paul! > > > > I read the info you provided, but none of the programs actually > > support detecting cache conflicts. > > Hi > > No, the to