aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-04perf hists: Add more helpers for hist entry statNamhyung Kim1-8/+18
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim1-1/+3
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-24/+28
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa1-0/+2
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim1-33/+0
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim1-659/+18
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker1-0/+2
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker1-2/+3
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim1-3/+4
2012-05-17perf hists: Fix callchain ip printf formatJiri Olsa1-1/+1
2012-04-05perf hists: Catch and handle out-of-date hist entry maps.David Miller1-0/+12
2012-03-26perf tools: Fix display of first level of callchainsFrederic Weisbecker1-64/+93
2012-03-22perf diff: Fix to work with new hists designJiri Olsa1-4/+4
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-15/+15
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim1-0/+35
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo1-15/+15
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-27/+95
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim1-16/+18
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo1-43/+46
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo1-8/+8
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo1-10/+0
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo1-2/+1
2011-10-20perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo1-1/+2
2011-10-20perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo1-3/+8
2011-10-19perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo1-9/+46
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo1-4/+6
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo1-9/+20
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo1-6/+11
2011-10-13perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo1-2/+12
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo1-2/+8
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian1-0/+1
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo1-0/+50
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo1-30/+81
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo1-0/+19
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo1-6/+27
2011-10-07perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo1-78/+78
2011-06-30perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker1-0/+3
2011-06-30perf tools: Add inverted call graph report support.Sam Liao1-1/+2
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo1-1/+5
2011-03-05perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo1-0/+9
2011-02-17perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo1-2/+5
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo1-3/+2
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo1-2/+2
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo1-214/+5
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-1/+1
2011-01-22perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker1-1/+1
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker1-4/+9
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-8/+9