perf hist: Make event__totals per hists
[safe/jmp/linux-2.6] / tools / perf / util / hist.c
2010-05-14 Arnaldo Carvalho... perf hist: Make event__totals per hists
2010-05-13 Frederic Weisbeckerperf hist: Fix missing getline declaration
2010-05-12 Arnaldo Carvalho... perf report: Librarize the annotation code and use...
2010-05-11 Arnaldo Carvalho... perf hist: Adopt filter by dso and by thread methods...
2010-05-10 Arnaldo Carvalho... perf hist: Calculate max_sym name len and nr_entries
2010-05-10 Arnaldo Carvalho... perf hist: Introduce hists class and move lots of metho...
2010-05-10 Arnaldo Carvalho... perf report: Allow limiting the number of entries to...
2010-05-09 Arnaldo Carvalho... perf hist: Simplify the insertion of new hist_entry...
2010-04-19 Zhang, Yanminperf: 'perf kvm' tool for monitoring guest performance...
2010-04-14 Frederic Weisbeckerperf tools: Fix accidentally preprocessed snprintf...
2010-04-02 Arnaldo Carvalho... perf hist: Only allocate callchain_node if processing...
2010-04-02 Arnaldo Carvalho... perf hist: Replace ->print() routines by ->snprintf...
2010-04-02 Arnaldo Carvalho... perf report: Add progress bars
2010-04-02 Arnaldo Carvalho... perf symbols: Move more map_groups methods to map.c
2010-03-26 Arnaldo Carvalho... perf callchains: Store the map together with the symbol
2010-03-26 Arnaldo Carvalho... perf tools: Introduce struct map_symbol
2010-03-22 Frederic Weisbeckerperf: Fix orphan callchain branches
2010-03-22 Ingo MolnarMerge commit 'v2.6.34-rc2' into perf/core
2010-03-18 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-12 Arnaldo Carvalho... perf hist: Don't fprintf the callgraph unconditionally
2010-03-12 Arnaldo Carvalho... perf tools: Add missing bytes printed in hist_entry__fp...
2010-03-10 Arnaldo Carvalho... perf report: Print the map table just after samples...
2010-03-10 Eric B Munsonperf session: Change perf_session post processing funct...
2010-03-10 Eric B Munsonperf session: Change add_hist_entry to take the tree...
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2009-12-16 Arnaldo Carvalho... perf diff: Percent calcs should use double values
2009-12-16 Arnaldo Carvalho... perf diff: Use perf_session__fprintf_hists just like...
2009-12-16 Arnaldo Carvalho... perf session: Move perf report specific hits out of...
2009-12-16 Arnaldo Carvalho... perf tools: Move hist entries printing routines from...
2009-12-16 Arnaldo Carvalho... perf report: Generalize perf_session__fprintf_hists()
2009-12-14 Arnaldo Carvalho... perf session: Move the hist_entries rb tree to perf_session
2009-12-14 Arnaldo Carvalho... perf tools: No need for three rb_trees for sorting...
2009-11-27 Arnaldo Carvalho... perf tools: Consolidate symbol resolving across all...
2009-11-27 Arnaldo Carvalho... perf tools: Reorganize event processing routines, lotsa...
2009-10-03 Arnaldo Carvalho... perf tools: Move hist_entry__add common code to hist.c
2009-09-30 John Kacurperf tools: Put common histogram functions in their...