Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1536534 > unrolled thread
| Started by | Alexis Berlemont <alexis.berlemont@gmail.com> |
|---|---|
| First post | 2016-12-06 00:50 +0100 |
| Last post | 2016-12-06 15:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 0/2] perf: measure page fault duration in perf trace Alexis Berlemont <alexis.berlemont@gmail.com> - 2016-12-06 00:50 +0100
Re: [PATCH v3 0/2] perf: measure page fault duration in perf trace Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-12-06 15:50 +0100
| From | Alexis Berlemont <alexis.berlemont@gmail.com> |
|---|---|
| Date | 2016-12-06 00:50 +0100 |
| Subject | Re: [PATCH v3 0/2] perf: measure page fault duration in perf trace |
| Message-ID | <sLbbb-2Fq-25@gated-at.bofh.it> |
Alexis Berlemont wrote: > Hi, > > Here is another attempt to make the perf-trace subcommand print the > page fault durations. > > This solution is based on static tracepoints and it was necessary to > add 2 more tracepoints. I understood that adding tracepoints is a > questionable solution; I can try something else if someone has another > idea. > Could you indicate me a way to improve these patches so as to move forward ? Regards, Alexis. > Alexis. > > Alexis Berlemont (2): > perf, x86-mm: declare page-faults tracepoints like irq-vectors ones > perf: add page fault duration measures in perf trace > > arch/x86/include/asm/trace/exceptions.h | 17 ++- > arch/x86/mm/fault.c | 17 ++- > tools/perf/Documentation/perf-trace.txt | 4 +- > tools/perf/builtin-trace.c | 231 ++++++++++++++++++++++++++++---- > 4 files changed, 238 insertions(+), 31 deletions(-) > > -- > 2.10.2 >
[toc] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2016-12-06 15:50 +0100 |
| Message-ID | <sLpea-3jz-23@gated-at.bofh.it> |
| In reply to | #1536534 |
Em Tue, Dec 06, 2016 at 12:40:06AM +0100, Alexis Berlemont escreveu: > Alexis Berlemont wrote: > > Hi, > > > > Here is another attempt to make the perf-trace subcommand print the > > page fault durations. > > > > This solution is based on static tracepoints and it was necessary to > > add 2 more tracepoints. I understood that adding tracepoints is a > > questionable solution; I can try something else if someone has another > > idea. > > > > Could you indicate me a way to improve these patches so as to move > forward ? I have to test this, and review PeterZ latest comment about it, to see if all is well with him by now, Peter? - Arnaldo > Regards, > > Alexis. > > > Alexis. > > > > Alexis Berlemont (2): > > perf, x86-mm: declare page-faults tracepoints like irq-vectors ones > > perf: add page fault duration measures in perf trace > > > > arch/x86/include/asm/trace/exceptions.h | 17 ++- > > arch/x86/mm/fault.c | 17 ++- > > tools/perf/Documentation/perf-trace.txt | 4 +- > > tools/perf/builtin-trace.c | 231 ++++++++++++++++++++++++++++---- > > 4 files changed, 238 insertions(+), 31 deletions(-) > > > > -- > > 2.10.2 > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web