lkml.org 
[lkml]   [2015]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/4] perf tools: Fix segfault for symbol annotation on TUI
On 1/14/15 4:18 AM, Namhyung Kim wrote:

> @@ -129,8 +124,7 @@ static inline struct sym_hist *annotation__histogram(struct annotation *notes, i
>
> static inline struct annotation *symbol__annotation(struct symbol *sym)
> {
> - struct sannotation *a = container_of(sym, struct sannotation, symbol);
> - return &a->annotation;
> + return (void *)sym - symbol_conf.priv_size;

symbol__priv(sym);

David


\
 
 \ /
  Last update: 2015-01-14 16:21    [W:0.425 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site