lkml.org 
[lkml]   [2017]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v1 2/9] perf util: Define a structure for runtime shadow metrics stats
    On Mon, Nov 20, 2017 at 10:43:37PM +0800, Jin Yao wrote:

    SNIP

    > + STAT_SMI_NUM,
    > + STAT_APERF,
    > + STAT_MAX
    > +};
    > +
    > +struct runtime_stat {
    > + struct rblist value_list;
    > +};
    > +
    > struct perf_stat_config {
    > enum aggr_mode aggr_mode;
    > bool scale;
    > FILE *output;
    > unsigned int interval;
    > + struct runtime_stat *stats;
    > + int stat_num;

    s/stat_num/stats_num/ or s/stats/stat/

    thanks,
    jirka

    \
     
     \ /
      Last update: 2017-11-21 16:19    [W:3.960 / U:0.360 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site