Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186531
| From | Namhyung Kim <namhyung@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RFC V3 3/5] perf,tool: partial time support |
| Date | 2015-07-17 09:30 +0200 |
| Message-ID | <pN8fN-74a-33@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <pK054-4T8-19@gated-at.bofh.it> <pLM7E-5B8-17@gated-at.bofh.it> <pLRh0-HL-21@gated-at.bofh.it> <pLWTn-47Z-3@gated-at.bofh.it> <pMAe6-8sx-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On Wed, Jul 15, 2015 at 07:03:38PM +0000, Liang, Kan wrote: > > However, perf_evlist__id_hdr_size() seems to be affected also. Are you > > sure it's okay too? > > > Yes. > id_hdr_size is calculated according to the first event. It impacts > perf tool generated COMM, MMAP and FORK events. > But all of these events have same and position fixed IDENTIFIER, 0. > When parsing the events by perf_evlist__event2evsel, id 0 always > return first event. > So only first event will be involved to parse perf tool generated > COMM, MMAP and FORK events. TIME setting from other events > doesn’t impact. Good. Thanks for the explanation.. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH RFC V3 3/5] perf,tool: partial time support Namhyung Kim <namhyung@kernel.org> - 2015-07-17 09:30 +0200
csiph-web