• Y
    perf top: Fix TUI compilation · cdb0861c
    Yinghai Lu 提交于
    > +	slsmg_write_nstring(width >= syme->map->dso->long_name_len ?
    > +				syme->map->dso->long_name :
    > +				syme->map->dso->short_name, width);
    
    need update macro for that calling
    
    util/ui/browsers/top.c: In function ‘perf_top_browser__write’:
    util/ui/browsers/top.c:60:2: error: cast to pointer from integer of different size
    util/ui/browsers/top.c:60:2: error: comparison between pointer and integer
    util/ui/browsers/top.c:60:2: error: passing argument 1 of ‘SLsmg_write_nstring’ discards qualifiers from pointer target type
    /usr/include/slang.h:1728:16: note: expected ‘char *’ but argument is of type ‘const char *’
    make: *** [util/ui/browsers/top.o] Error 1
    
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Stephane Eranian <eranian@google.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Tom Zanussi <tzanussi@gmail.com>
    LKML-Reference: <4D48562B.20006@kernel.org>
    Signed-off-by: NYinghai Lu <yinghai@kernel.org>
    Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    cdb0861c
libslang.h 790 字节