|
@@ -190,7 +190,7 @@ static void perf_top__record_precise_ip(struct perf_top *top,
|
|
return;
|
|
return;
|
|
|
|
|
|
ip = he->ms.map->map_ip(he->ms.map, ip);
|
|
ip = he->ms.map->map_ip(he->ms.map, ip);
|
|
- err = symbol__inc_addr_samples(sym, he->ms.map, counter, ip);
|
|
|
|
|
|
+ err = hist_entry__inc_addr_samples(he, counter, ip);
|
|
|
|
|
|
pthread_mutex_unlock(¬es->lock);
|
|
pthread_mutex_unlock(¬es->lock);
|
|
|
|
|