On Monday 12 January 2015 14:23:32 Catalin Marinas wrote: > > So, I guess it's run-time cost of the LRU algorithm, especially under > memory pressure. Harder to benchmark though (we'll see when we get > hardware, though probably not very soon).
One thing you could try is to add an access fault handler that gathers statistics about number of calls (you could trivially get this by using gcov) and time spent in the handler for a workload that causes memory pressure. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/