aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAge
* perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg2012-03-19
* perf hists: Add hists__filter_by_symbolNamhyung Kim2012-03-16
* perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-09
* perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-13
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-24
* perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-06
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-06
|\
| * perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-16
* | perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-28
|/
* perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo2011-11-02
* perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo2011-10-20
* perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo2011-10-19
* perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo2011-10-18
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-17
* perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-13
* perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian2011-10-13
* perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-07
* perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-07
* perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-07
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-07
* perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-07
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-23
* perf report tui: Improve multi event session supportArnaldo Carvalho de Melo2011-03-06
* perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo2011-03-06
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-08
* perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-05
* perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-05
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-22
* perf session: Parse sample earlierArnaldo Carvalho de Melo2010-12-04
* perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo2010-08-10
* perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo2010-07-27
* perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo2010-07-23
* perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-23
* perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-22
* perf report: Report number of events, not samplesArnaldo Carvalho de Melo2010-05-14
* perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo2010-05-14
* perf hist: Make event__totals per histsArnaldo Carvalho de Melo2010-05-14
* perf hist: Fix hists__browse no-newt caseFrederic Weisbecker2010-05-13
* perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo2010-05-11
* perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo2010-05-11
* perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo2010-05-10
* perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo2010-05-10
* perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo2010-05-09
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-19
* perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo2010-04-02
* perf report: Add progress barsArnaldo Carvalho de Melo2010-04-02
* perf report: Implement initial UI using newtArnaldo Carvalho de Melo2010-03-12
* perf session: Change perf_session post processing functions to take histogram...Eric B Munson2010-03-10
* perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson2010-03-10
* perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo2009-12-16