Re: [PATCH 16/19] perf ftrace: add option -t/--tid to filter by thread id

2020-06-06 Thread Changbin Du
On Wed, May 20, 2020 at 06:12:28PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, May 10, 2020 at 11:06:25PM +0800, Changbin Du escreveu: > > This allows us to trace single thread instead of the whole process. > > I was going to adjust the patch to add, but you forgot to add the entry > to

Re: [PATCH 16/19] perf ftrace: add option -t/--tid to filter by thread id

2020-05-20 Thread Arnaldo Carvalho de Melo
Em Sun, May 10, 2020 at 11:06:25PM +0800, Changbin Du escreveu: > This allows us to trace single thread instead of the whole process. I was going to adjust the patch to add, but you forgot to add the entry to tools/perf/Documentation/perf-ftrace.txt, Please do so, - Arnaldo > Signed-off-by:

[PATCH 16/19] perf ftrace: add option -t/--tid to filter by thread id

2020-05-10 Thread Changbin Du
This allows us to trace single thread instead of the whole process. Signed-off-by: Changbin Du --- tools/perf/builtin-ftrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c index 0b39b6a88026..8d04e5afe2d3 100644 ---