linux/tools/perf
Marcin Slusarz 9df03abeda perf lock: Fix sorting by wait_min
If lock was uncontended, wait_time_min == ULLONG_MAX, so we need to
handle this case differently to show high wait times first

Acked-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20110222174715.GC9687@joi.lan>
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2011-03-16 09:05:58 -03:00
..
Documentation perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
arch
bench
python
scripts
util Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent 2011-03-16 13:44:06 +01:00
.gitignore
CREDITS
MANIFEST
Makefile perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
builtin-annotate.c
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c
builtin-evlist.c perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
builtin-help.c
builtin-inject.c
builtin-kmem.c
builtin-kvm.c
builtin-list.c
builtin-lock.c perf lock: Fix sorting by wait_min 2011-03-16 09:05:58 -03:00
builtin-probe.c
builtin-record.c perf session: Use evlist/evsel for managing perf.data attributes 2011-03-10 11:15:54 -03:00
builtin-report.c perf session: Use evlist/evsel for managing perf.data attributes 2011-03-10 11:15:54 -03:00
builtin-sched.c
builtin-script.c perf script: Add support for H/W and S/W events 2011-03-14 17:07:20 -03:00
builtin-stat.c perf stat: Provide support for filters 2011-03-14 13:37:52 -03:00
builtin-test.c
builtin-timechart.c
builtin-top.c perf symbol: Move sym_entry->skip to symbol->ignore 2011-03-11 13:36:01 -03:00
builtin.h perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
command-list.txt perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
design.txt
feature-tests.mak
perf-archive.sh
perf.c perf evlist: New command to list the names of events present in a perf.data file 2011-03-15 11:10:48 -03:00
perf.h