Re: [PATCH] perf/stat: Handle different PMU names with common prefix

2018-10-29 Thread Sebastien Boisvert
e device names of both PMUs are different. > OK, that works then. You want to do a full-length comparison of PMU names, instead of comparing prefixes. Reviewed-by: Sebastien Boisvert

[PATCH] pfn_t: force '~' to be parsed as an unary operator

2018-10-21 Thread Sebastien Boisvert
Carvalho de Melo Cc: "Tzvetomir Stoyanov (VMware)" Cc: Namhyung Kim Cc: Ross Zwisler Cc: Elenie Godzaridis Cc: linux-perf-us...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Sebastien Boisvert --- include/linux/pfn_t.h | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH 03/11] perf tools report: Support nano seconds

2019-02-25 Thread Sebastien Boisvert
On 2019-02-24 10:37 a.m., Andi Kleen wrote: > From: Andi Kleen > > Upcoming changes add timestamp output in perf report. Add a --ns > argument similar to perf script to support nanoseconds resolution > when needed. Is this a ISO-8601 date with nanoseconds ? > > Signed-off-by: Andi Kleen >

Re: [lttng-dev] [PATCH v2] mm: Rename mm_vmscan_lru_shrink_inactive trace event variables

2019-05-22 Thread Sebastien Boisvert
On 2019-05-22 6:17 a.m., Kirill Tkhai wrote: > Rename nr_activate{0,1} into nr_activate{anon,file} since this Rename nr_activate{0,1} into nr_activate{anon,file} ^ add an underscore here (nr_activate_anon, nr_acti