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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 24 Jun 2013 14:38:56 +0900
From:	Namhyung Kim <namhyung.kim@....com>
To:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
CC:	Namhyung Kim <namhyung@...nel.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Paul Mackerras <paulus@...ba.org>,
	Ingo Molnar <mingo@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Steven Rostedt <rostedt@...dmis.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jiri Olsa <jolsa@...hat.com>, David Ahern <dsahern@...il.com>
Subject: Re: [PATCHSET 00/16] perf tools: Cleanups on tracepoint handling

Ping!

FYI, I rebased the perf/cleanup branch on top of current acme/perf/core.

Thanks,
Namhyung


2013-06-04 PM 2:20, Namhyung Kim wrote:
> Hello,
>
> This patchset is a resend version of previous work and basis of
> upcoming perf ftrace patchset.  Although I saw no issue on this series
> when I posted earlier, it'd be great if Steve or others take a look at
> it again and give comments.
>
> I also updated 'perf/cleanup' branch on my tree at:
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
>
> Thanks,
> Namhyung
>
>
> Namhyung Kim (16):
>    tools lib traceevent: Remove unused install targets
>    tools lib traceevent: Get rid of unused gui target
>    tools lib traceevent: Add const qualifier to string arguments
>    tools lib traceevent: Add trace_seq_reset()
>    tools lib traceevent: Add page_size field to pevent
>    tools lib traceevent: Port kbuffer parser routines
>    perf util: Save page size in a trace file to pevent
>    perf util: Save long size of traced system
>    perf util: Make file/host_bigendian variable local
>    perf util: Skip reading header_event file
>    perf util: Parse header_page to get proper long size
>    perf util: Get rid of unused header_page_* variables
>    perf util: Move latency_format variable to builtin-script.c
>    perf util: Rename read_*() functions in trace-event-info.c
>    perf util: No need to call read_trace_init() in tracing_data_header()
>    perf util: Remove unused enum and macro in trace-event.h
>
>   tools/lib/traceevent/Makefile        |  18 +-
>   tools/lib/traceevent/event-parse.c   |   7 +-
>   tools/lib/traceevent/event-parse.h   |  15 +-
>   tools/lib/traceevent/kbuffer-parse.c | 732 +++++++++++++++++++++++++++++++++++
>   tools/lib/traceevent/kbuffer.h       |  67 ++++
>   tools/lib/traceevent/trace-seq.c     |  13 +
>   tools/perf/builtin-script.c          |   1 +
>   tools/perf/util/trace-event-info.c   |  22 +-
>   tools/perf/util/trace-event-parse.c  |   6 -
>   tools/perf/util/trace-event-read.c   |  52 ++-
>   tools/perf/util/trace-event.h        |  15 -
>   11 files changed, 875 insertions(+), 73 deletions(-)
>   create mode 100644 tools/lib/traceevent/kbuffer-parse.c
>   create mode 100644 tools/lib/traceevent/kbuffer.h
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ