linux/tools/perf
OGAWA Hirofumi 7691b1ec2e perf tools: Misc small fixes
- util/header.c
	"len" is aligned to 64. So, it tries to write the out of
	long_name buffer.

	So, this use "zero_buf" to write aligned area.

- util/trace-event-read.c
	"size" is not including nul byte. So, this allocates it, and set '\0'.

- util/trace-event-parse.c
	It needs parens to calc correct size.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <87d42s8iiu.fsf_-_@devron.myhome.or.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-12-06 18:15:02 +01:00
..
bench
Documentation perf trace: Add Documentation for perf trace Perl support 2009-11-28 10:04:27 +01:00
scripts/perl perf trace/scripting: Add Fedora libperl install note to doc 2009-11-30 09:04:01 +01:00
util perf tools: Misc small fixes 2009-12-06 18:15:02 +01:00
.gitignore
builtin-annotate.c perf annotate: Fix perf data parsing 2009-12-01 08:14:08 +01:00
builtin-bench.c
builtin-buildid-list.c
builtin-help.c
builtin-kmem.c perf: Make common SAMPLE_EVENT parser 2009-12-06 18:15:01 +01:00
builtin-list.c
builtin-probe.c perf_event: Fix compile error 2009-12-02 09:27:01 +01:00
builtin-record.c
builtin-report.c perf: Make common SAMPLE_EVENT parser 2009-12-06 18:15:01 +01:00
builtin-sched.c perf: Make common SAMPLE_EVENT parser 2009-12-06 18:15:01 +01:00
builtin-stat.c
builtin-timechart.c perf: Make common SAMPLE_EVENT parser 2009-12-06 18:15:01 +01:00
builtin-top.c perf tools: Consolidate symbol resolving across all tools 2009-11-27 20:22:02 +01:00
builtin-trace.c perf: Make common SAMPLE_EVENT parser 2009-12-06 18:15:01 +01:00
builtin.h
command-list.txt
CREDITS
design.txt
Makefile Merge branch 'perf/scripting' into perf/core 2009-12-03 20:10:42 +01:00
perf.c
perf.h