summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
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
2010-06-01perf hist: fix objdump output parsingKonstantin Stepanyuk
2010-05-23perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo
2010-05-21perf: Fix getline undeclaredFrederic Weisbecker
2010-05-20perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-14perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo