On Tue, Jun 13, 2017 at 11:54 AM, Jiri Olsa <jo...@redhat.com> wrote: > On Mon, Jun 12, 2017 at 09:29:25PM -0700, David Carrillo-Cisneros wrote: > > SNIP > >> struct cpu_cache_level *caches; >> u32 cnt, i, version; >> @@ -2084,8 +2073,7 @@ static int process_cache(struct perf_file_section >> *section __maybe_unused, >> struct feature_ops { >> int (*write)(struct feat_fd *ff, struct perf_evlist *evlist); >> void (*print)(struct feat_fd *ff, FILE *fp); >> - int (*process)(struct perf_file_section *section, >> - struct feat_fd *ff, void *data); >> + int (*process)(struct feat_fd *ff, void *data); >> const char *name; >> bool full_only; >> }; >> @@ -2616,9 +2604,11 @@ static int perf_file_section__process(struct >> perf_file_section *section, >> struct perf_header *ph, >> int feat, int fd, void *data) >> { >> - struct feat_fd ff = { >> + struct feat_fd fdd = { > > no need to rename to fdd fixed > > jirka
- [PATCH v4 10/16] perf header: use struct feat_fd i... David Carrillo-Cisneros
- [PATCH v4 15/16] perf tools: add feature header re... David Carrillo-Cisneros
- [PATCH v4 12/16] perf header: add a buffer to stru... David Carrillo-Cisneros
- [PATCH v4 14/16] perf tool: add show_feature_heade... David Carrillo-Cisneros
- [PATCH v4 09/16] perf header: don't pass struct pe... David Carrillo-Cisneros
- Re: [PATCH v4 09/16] perf header: don't pass ... Jiri Olsa
- Re: [PATCH v4 09/16] perf header: don't p... David Carrillo-Cisneros
- [PATCH v4 16/16] perf header: add event desc to pi... David Carrillo-Cisneros
- [PATCH v4 13/16] perf header: change FEAT_OP* macr... David Carrillo-Cisneros
- [PATCH v4 11/16] perf header: make write_pmu_mappi... David Carrillo-Cisneros
- [PATCH v4 08/16] perf header: use struct feat_fd t... David Carrillo-Cisneros
- [PATCH v4 06/16] perf header: add struct feat_fd f... David Carrillo-Cisneros
- [PATCH v4 07/16] perf header: use struct feat_fd f... David Carrillo-Cisneros
- [PATCH v4 04/16] perf util: add const modifier to ... David Carrillo-Cisneros
- [PATCH v4 03/16] perf header: fail on write_padded... David Carrillo-Cisneros
- [PATCH v4 01/16] perf header: encapsulate read and... David Carrillo-Cisneros
- Re: [PATCH v4 00/16] perf tool: add meta-data head... Jiri Olsa