lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 22 Nov 2017 11:11:53 +0800
From:   "Jin, Yao" <yao.jin@...ux.intel.com>
To:     Jiri Olsa <jolsa@...hat.com>
Cc:     acme@...nel.org, jolsa@...nel.org, peterz@...radead.org,
        mingo@...hat.com, alexander.shishkin@...ux.intel.com,
        Linux-kernel@...r.kernel.org, ak@...ux.intel.com,
        kan.liang@...el.com, yao.jin@...el.com
Subject: Re: [PATCH v1 2/9] perf util: Define a structure for runtime shadow
 metrics stats



On 11/21/2017 11:18 PM, Jiri Olsa wrote:
> 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
> 

Fine, I will update according to your suggestion.

Thanks
Jin Yao

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ