Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389020
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl |
| Date | 2016-04-27 15:00 +0200 |
| Message-ID | <rsxes-1nA-53@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <rrZmp-6LW-3@gated-at.bofh.it> <rrZw6-6PQ-13@gated-at.bofh.it> <rshsZ-5r9-3@gated-at.bofh.it> <rsip4-6eQ-13@gated-at.bofh.it> <rsjbs-6Bl-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Tue, Apr 26, 2016 at 11:55:36PM +0200, Peter Zijlstra escreveu: > On Tue, Apr 26, 2016 at 06:05:00PM -0300, Arnaldo Carvalho de Melo wrote: > > > I started with max depth = 512, and even that was still truncated, and > > > had to profile again at 1024 to capture the full stacks. Seems to > ^^^^^^ > > And since you talked about userspace without frame pointers, have you > > played with '--call-graph lbr'? > That seems to be at odds with his requirements; he needs 1024 entries to > capture full stacks, LBR is limited to 16/32 or so entries. That's 2 > orders of magnitude difference. Duh, you're right, must've confused with that BTS thing, but as you said in another message, that generates way too much info, have to read more about it and the PT as well :-\ Anyway, for syscall backtraces, using 16 or 32 as the default in 'perf trace', seems interesting, automatically switching to DWARF (or FP if configured by the user in a system built with -fno-omit-frame-pointer) if, say, --max-stack 38, say, is specified. Have to take a look at how to do that for raw_syscalls:sys_enter. - Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-21 00:50 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-21 01:10 +0200
[PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-22 23:00 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-22 23:40 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl David Ahern <dsahern@gmail.com> - 2016-04-23 00:10 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-23 00:20 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-25 18:20 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-25 18:30 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-25 21:30 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-25 22:10 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-25 22:20 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-26 00:10 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-26 01:50 +0200
Re: [PATCH/RFC v2] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-26 02:10 +0200
[PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-26 02:30 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-26 02:50 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Brendan Gregg <brendan.d.gregg@gmail.com> - 2016-04-26 03:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-26 18:40 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl David Ahern <dsahern@gmail.com> - 2016-04-26 18:50 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-27 15:30 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Brendan Gregg <brendan.d.gregg@gmail.com> - 2016-04-26 22:10 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-26 23:10 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Peter Zijlstra <peterz@infradead.org> - 2016-04-27 00:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-27 15:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Brendan Gregg <brendan.d.gregg@gmail.com> - 2016-04-27 00:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Peter Zijlstra <peterz@infradead.org> - 2016-04-27 00:20 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-27 15:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Alexei Starovoitov <alexei.starovoitov@gmail.com> - 2016-04-26 02:50 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Frederic Weisbecker <fweisbec@gmail.com> - 2016-04-27 00:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-27 15:00 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl Frederic Weisbecker <fweisbec@gmail.com> - 2016-04-27 18:10 +0200
Re: [PATCH/RFC v3] perf core: Allow setting up max frame stack depth via sysctl David Ahern <dsahern@gmail.com> - 2016-04-27 18:30 +0200
[tip:perf/core] perf core: Allow setting up max frame stack depth via sysctl tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2016-04-27 17:50 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl David Ahern <dsahern@gmail.com> - 2016-04-21 01:20 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-21 02:20 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Peter Zijlstra <peterz@infradead.org> - 2016-04-21 13:00 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-21 17:20 +0200
Re: [PATCH/RFC] perf core: Allow setting up max frame stack depth via sysctl Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-21 17:50 +0200
csiph-web