linux/tools/perf
David Miller 2cd9046cc5 perf sched: Fix build failure on sparc
Here, tvec->tv_usec is "unsigned int" not "unsigned long".

Since the type is different on every platform, it's probably
best to just use long printf formats and cast.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091213.235622.53363059.davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-12-14 08:59:12 +01:00
..
Documentation perf kmem: Show usage if no option is specified 2009-12-10 08:30:27 +01:00
bench perf sched: Fix build failure on sparc 2009-12-14 08:59:12 +01:00
scripts/perl
util perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
.gitignore
CREDITS
Makefile perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-annotate.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-bench.c perf bench: Add "all" pseudo subsystem and "all" pseudo suite 2009-12-14 08:51:19 +01:00
builtin-buildid-list.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-help.c
builtin-kmem.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-list.c
builtin-probe.c perf probe: Support --del option 2009-12-09 07:26:53 +01:00
builtin-record.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-report.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-sched.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-stat.c
builtin-timechart.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin-top.c
builtin-trace.c perf tools: Introduce perf_session class 2009-12-12 07:42:12 +01:00
builtin.h
command-list.txt
design.txt
perf.c
perf.h perf tools: Allow building for ARM 2009-12-11 13:50:21 +01:00