Re: [PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters.

2019-07-03 Thread Martin Liška
On 7/3/19 11:09 AM, Jan Hubicka wrote: > OK, > I would rename the __gcov_topn_values_profiler to _v2 since we had this > function before. It's bit tricky, but we hadn't because I named that *_values_*. We used to have *_value_* :) Martin

Re: [PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters.

2019-07-03 Thread Jan Hubicka
5a8134a5319a10b4 Mon Sep 17 00:00:00 2001 > From: Martin Liska > Date: Thu, 20 Jun 2019 14:50:23 +0200 > Subject: [PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters. > > gcc/ChangeLog: > > 2019-06-20 Martin Liska > > * gcov-counter.def (GCOV_COUNTER

Re: [PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters.

2019-07-01 Thread Martin Liška
@Honza: PING^1 On 6/20/19 4:46 PM, Martin Liška wrote: > And the second part is rename so that it reflect reality > that single value can actually track multiple values. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin >

[PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters.

2019-06-20 Thread Martin Liška
rom: Martin Liska Date: Thu, 20 Jun 2019 14:50:23 +0200 Subject: [PATCH 2/2] Rename SINGE_VALUE to TOPN_VALUES counters. gcc/ChangeLog: 2019-06-20 Martin Liska * gcov-counter.def (GCOV_COUNTER_V_SINGLE): Remove. (GCOV_COUNTER_V_TOPN): New. (GCOV_COUNTER_V_INDIR): Use _topn. * gcov-i