Re: [PATCH v3 3/3] RISC-V: Update tlb flush counters

2019-06-28 Thread Atish Patra
On 6/27/19 10:47 PM, Paul Walmsley wrote: On Mon, 29 Apr 2019, Atish Patra wrote: The TLB flush counters under vmstat seems to be very helpful while debugging TLB flush performance in RISC-V. Update the counters in every TLB flush methods respectively. Signed-off-by: Atish Patra This one d

Re: [PATCH v3 3/3] RISC-V: Update tlb flush counters

2019-06-27 Thread Paul Walmsley
On Mon, 29 Apr 2019, Atish Patra wrote: > The TLB flush counters under vmstat seems to be very helpful while > debugging TLB flush performance in RISC-V. > > Update the counters in every TLB flush methods respectively. > > Signed-off-by: Atish Patra This one doesn't apply any longer. Care to

[PATCH v3 3/3] RISC-V: Update tlb flush counters

2019-04-29 Thread Atish Patra
The TLB flush counters under vmstat seems to be very helpful while debugging TLB flush performance in RISC-V. Update the counters in every TLB flush methods respectively. Signed-off-by: Atish Patra --- arch/riscv/include/asm/tlbflush.h | 5 + arch/riscv/mm/tlbflush.c | 12