aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* Perf: fix build breakageZeev Tarantov2012-04-271-2/+2
* perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-221-0/+12
* 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
* perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo2010-08-101-6/+7
* perf hists: Handle verbose in hists__sort_list_widthArnaldo Carvalho de Melo2010-08-051-0/+3
* perf tools: Don't keep unreferenced maps when unmaps are detectedArnaldo Carvalho de Melo2010-08-021-0/+2
* Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-021-2/+6
|\
| * perf annotate: Fix handling of goto labels that are valid hex numbersArnaldo Carvalho de Melo2010-07-221-2/+6
| * perf: Fix various display bugs with parent filteringFrederic Weisbecker2010-07-161-5/+16
* | perf ui: New hists tree widgetArnaldo Carvalho de Melo2010-07-271-0/+3
* | perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo2010-07-271-0/+27
* | perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo2010-07-231-36/+79
* | perf hists: Mark entries filtered by parentArnaldo Carvalho de Melo2010-07-231-5/+16
* | perf hists: Factor out duplicated codeArnaldo Carvalho de Melo2010-07-171-18/+18
* | perf report: Implement --sort cpuArun Sharma2010-06-051-0/+1
* | perf annotate: Ask objdump to demangle symbolsStephane Eranian2010-06-051-1/+1
|/
* perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
* perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-231-2/+11
* perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-221-8/+5
* perf: Fix getline undeclaredFrederic Weisbecker2010-05-211-1/+1
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-201-8/+26
* perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-171-1/+1
* perf report: Report number of events, not samplesArnaldo Carvalho de Melo2010-05-141-41/+47
* perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo2010-05-141-10/+10
* perf hist: Make event__totals per histsArnaldo Carvalho de Melo2010-05-141-0/+21
* perf hist: Fix missing getline declarationFrederic Weisbecker2010-05-131-0/+1
* perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo2010-05-111-0/+184
* perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo2010-05-111-0/+59
* perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo2010-05-101-7/+20
* perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo2010-05-101-51/+41
* perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo2010-05-091-0/+10
* perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo2010-05-091-13/+23
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-191-1/+71
* perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker2010-04-141-14/+14
* perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo2010-04-021-2/+3