lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 7 Jul 2020 11:31:38 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Namhyung Kim <namhyung@...nel.org>
Cc:     linux-kernel <linux-kernel@...r.kernel.org>,
        Linux Trace Devel <linux-trace-devel@...r.kernel.org>,
        Arnaldo Carvalho de Melo <acme@...nel.org>,
        Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@...il.com>
Subject: Re: [PATCH v2 07/15] tools lib traceevent: Optimize pretty_print()
 function

On Wed, 8 Jul 2020 00:11:10 +0900
Namhyung Kim <namhyung@...nel.org> wrote:

> > --- a/tools/lib/traceevent/event-parse-local.h
> > +++ b/tools/lib/traceevent/event-parse-local.h
> > @@ -85,6 +85,23 @@ struct tep_handle {
> >         struct tep_plugins_dir *plugins_dir;
> >  };
> >
> > +enum tep_print_parse_type {
> > +       PRINT_FMT_STING,  
> 
> STRING ?

Nice catch! ;-)

-- Steve

> 
> > +       PRINT_FMT_ARG_DIGIT,
> > +       PRINT_FMT_ARG_POINTER,
> > +       PRINT_FMT_ARG_STRING,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ