lkml.org 
[lkml]   [2013]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/2] SDT markers listing by perf
    (2013/09/03 16:36), Hemant Kumar wrote:
    > diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
    > index 5f720dc..f2d17b7 100644
    > --- a/tools/perf/util/symbol.h
    > +++ b/tools/perf/util/symbol.h
    > @@ -197,6 +197,17 @@ struct symsrc {
    > #endif
    > };
    >
    > +/* Note structure */
    > +struct sdt_note {
    > + const char *name;
    > + const char *provider;
    > + union {
    > + Elf64_Addr a64[3];
    > + Elf32_Addr a32[3];
    > + } addr;
    > + struct sdt_note *next;
    > +};

    Hmm, could you use struct list_head for listing up the data?

    Thank you,

    --
    Masami HIRAMATSU
    IT Management Research Dept. Linux Technology Center
    Hitachi, Ltd., Yokohama Research Laboratory
    E-mail: masami.hiramatsu.pt@hitachi.com




    \
     
     \ /
      Last update: 2013-09-04 09:41    [W:3.182 / U:0.880 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site