linux/tools/perf
Namhyung Kim 29d720ed5f perf hists: Resort hist entries using group members for output
When event group is enabled, sorting hist entries on periods for output
should consider groups members' period also.  To do that, build period
table using link/pair information and compare the table.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1358845787-1350-6-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-31 13:07:45 -03:00
..
arch perf tools: Fix possible double free on error 2013-01-30 10:37:41 -03:00
bench perf: Add 'perf bench numa mem' NUMA performance measurement suite 2013-01-30 10:35:36 -03:00
config perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
Documentation perf stat: Add interval printing 2013-01-30 10:36:53 -03:00
python
scripts perf script: Remove workqueue-stats script 2013-01-24 16:40:53 -03:00
tests perf tests: Add group test conditions 2013-01-31 13:07:44 -03:00
ui perf ui browser: Free browser->helpline() on ui_browser__hide() 2013-01-25 12:49:29 -03:00
util perf hists: Resort hist entries using group members for output 2013-01-31 13:07:45 -03:00
.gitignore
bash_completion
builtin-annotate.c
builtin-bench.c perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c perf diff: Use internal rb tree for compute resort 2013-01-24 16:40:06 -03:00
builtin-evlist.c
builtin-help.c
builtin-inject.c
builtin-kmem.c perf kmem: Use memdup() 2013-01-25 12:49:28 -03:00
builtin-kvm.c perf kvm: Initialize file_name var to fix segfault 2013-01-24 16:40:13 -03:00
builtin-list.c
builtin-lock.c
builtin-probe.c
builtin-record.c perf header: Add HEADER_GROUP_DESC feature 2013-01-31 13:07:44 -03:00
builtin-report.c perf report: Make another loop for linking group hists 2013-01-31 13:07:44 -03:00
builtin-sched.c perf session: There is no need for a per session hists instance 2013-01-24 16:40:12 -03:00
builtin-script.c perf script: Don't display trace info when invoking scripts 2013-01-24 16:40:52 -03:00
builtin-stat.c perf evsel: Fix memory leaks on evsel->counts 2013-01-30 10:37:04 -03:00
builtin-timechart.c
builtin-top.c perf top: Delete maps on exit 2013-01-31 13:07:43 -03:00
builtin-trace.c
builtin.h
command-list.txt
CREDITS
design.txt
Makefile perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
MANIFEST
perf-archive.sh
perf.c perf tools: Remove some needless die() calls from the main routine 2013-01-24 16:40:52 -03:00
perf.h perf tools: Move get_term_dimensions from top to util.c 2013-01-24 16:40:34 -03:00