summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo
2011-10-20perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo
2011-10-20perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo
2011-10-19perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo
2011-10-13perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo
2011-10-07perf hists: Stop using 'self' for struct histsArnaldo Carvalho de Melo
2011-06-30perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker
2011-06-30perf tools: Add inverted call graph report support.Sam Liao
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo
2011-03-05perf hists: Remove needless global col lenght calcsArnaldo Carvalho de Melo
2011-02-17perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-22perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar
2011-01-03perf: Fix callchain hit bad cast on ascii displayFrederic Weisbecker
2010-12-21perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern
2010-12-09perf event: Prevent unbound event__name array accessThomas Gleixner
2010-08-22perf: Support for callchains mergeFrederic Weisbecker
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo
2010-08-05perf hists: Handle verbose in hists__sort_list_widthArnaldo Carvalho de Melo
2010-08-02perf tools: Don't keep unreferenced maps when unmaps are detectedArnaldo Carvalho de Melo
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-07-27perf ui: New hists tree widgetArnaldo Carvalho de Melo
2010-07-27perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo
2010-07-23perf hists: Mark entries filtered by parentArnaldo Carvalho de Melo
2010-07-22perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo
2010-07-17perf hists: Factor out duplicated codeArnaldo Carvalho de Melo
2010-07-16perf: Fix various display bugs with parent filteringFrederic Weisbecker
2010-06-05perf report: Implement --sort cpuArun Sharma
2010-06-05perf annotate: Ask objdump to demangle symbolsStephane Eranian