summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2012-09-081-33/+0
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-201-659/+18
* perf hists: Print newline between hists callchainsFrederic Weisbecker2012-07-251-0/+2
* perf hists: Return correct number of characters printed in callchainFrederic Weisbecker2012-07-251-2/+3
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-3/+4
* perf hists: Fix callchain ip printf formatJiri Olsa2012-05-171-1/+1
* perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-051-0/+12
* perf tools: Fix display of first level of callchainsFrederic Weisbecker2012-03-261-64/+93
* perf diff: Fix to work with new hists designJiri Olsa2012-03-221-4/+4
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-221-15/+15
|\
| * perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-141-15/+15
* | perf hists: Add hists__filter_by_symbolNamhyung Kim2012-03-161-0/+35
* | perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-091-27/+95
|/
* perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim2012-01-081-16/+18
* perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-061-43/+46
* perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo2012-01-061-8/+8
* perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-161-10/+0
* perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo2011-10-271-2/+1
* perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo2011-10-201-1/+2
* perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo2011-10-201-3/+8
* perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo2011-10-191-9/+46
* perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo2011-10-191-4/+6
* perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo2011-10-181-9/+20
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-171-6/+11
* perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-131-2/+12
* perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo2011-10-131-2/+8
* perf tools: Fix broken number of samples for perf report -nStephane Eranian2011-10-071-0/+1
* perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-071-0/+50
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-071-30/+81
* perf report: Add option to show total periodArnaldo Carvalho de Melo2011-10-071-0/+19
* perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-071-6/+27
* perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo2011-10-071-78/+78
* perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker2011-06-301-0/+3
* perf tools: Add inverted call graph report support.Sam Liao2011-06-301-1/+2
* perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo2011-03-061-1/+5
* perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo2011-03-051-0/+9
* perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo2011-02-171-2/+5
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-081-3/+2
* perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-051-2/+2
* perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-051-214/+5
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-1/+1
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-221-1/+1
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-221-4/+9
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-8/+9
* Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-1/+1
|\
| * perf: Fix callchain hit bad cast on ascii displayFrederic Weisbecker2011-01-031-1/+1
* | perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern2010-12-211-3/+11
* | perf event: Prevent unbound event__name array accessThomas Gleixner2010-12-091-3/+6
|/
* perf: Support for callchains mergeFrederic Weisbecker2010-08-221-0/+2
* perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-221-1/+1
OpenPOWER on IntegriCloud