aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAge
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-20
* perf hists: Print newline between hists callchainsFrederic Weisbecker2012-07-25
* perf hists: Return correct number of characters printed in callchainFrederic Weisbecker2012-07-25
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31
* perf hists: Fix callchain ip printf formatJiri Olsa2012-05-17
* perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-05
* perf tools: Fix display of first level of callchainsFrederic Weisbecker2012-03-26
* perf diff: Fix to work with new hists designJiri Olsa2012-03-22
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-22
|\
| * perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-14
* | perf hists: Add hists__filter_by_symbolNamhyung Kim2012-03-16
* | perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-09
|/
* perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim2012-01-08
* perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-06
* perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo2012-01-06
* perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-16
* perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo2011-10-27
* perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo2011-10-20
* perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo2011-10-20
* perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo2011-10-19
* perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo2011-10-19
* perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo2011-10-18
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-17
* perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-13
* perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo2011-10-13
* perf tools: Fix broken number of samples for perf report -nStephane Eranian2011-10-07
* perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-07
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-07
* perf report: Add option to show total periodArnaldo Carvalho de Melo2011-10-07
* perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-07
* perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo2011-10-07
* perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker2011-06-29
* perf tools: Add inverted call graph report support.Sam Liao2011-06-29
* perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo2011-03-06
* perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo2011-03-05
* perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo2011-02-17
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-08
* perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-05
* perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-05
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-22
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-22
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-22
* Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-05
|\
| * perf: Fix callchain hit bad cast on ascii displayFrederic Weisbecker2011-01-03
* | perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern2010-12-21
* | perf event: Prevent unbound event__name array accessThomas Gleixner2010-12-09
|/
* perf: Support for callchains mergeFrederic Weisbecker2010-08-22
* perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-22
* perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo2010-08-10