summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim2012-11-141-1/+1
* perf hists: Introduce hists__linkArnaldo Carvalho de Melo2012-11-081-0/+1
* perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2012-11-081-0/+2
* perf report: Postpone objdump check until annotation requestedNamhyung Kim2012-11-051-2/+5
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-15/+13
* perf scripts browser: Add a browser for perf scriptFeng Tang2012-10-291-0/+7
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-0/+2
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-0/+1
* perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-051-0/+2
* perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-051-0/+2
* perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-051-0/+1
* perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-041-1/+0
* perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-041-1/+2
* perf tools: Removing hists pair argument from output pathJiri Olsa2012-10-041-2/+2
* perf hists: Separate overhead and baseline columnsJiri Olsa2012-10-041-0/+1
* perf diff: Refactor diff displacement possition infoJiri Olsa2012-10-041-3/+1
* perf tools: Convert to GTK2_SUPPORTNamhyung Kim2012-10-021-6/+5
* perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-021-9/+9
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-15/+17
* perf hists: Introduce perf_hpp for hist period printingNamhyung Kim2012-09-081-0/+37
* perf hists: Rename and move some functionsNamhyung Kim2012-08-201-2/+2
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-201-0/+2
* perf tools: Add sort by src line/numberArnaldo Carvalho de Melo2012-06-191-0/+1
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-2/+0
* perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim2012-04-111-1/+1
* perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg2012-03-191-0/+17
* perf hists: Add hists__filter_by_symbolNamhyung Kim2012-03-161-0/+2
* perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-091-0/+11
* perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-131-0/+1
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-0/+1
* perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-061-5/+2
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-061-2/+0
|\
| * perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-161-2/+0
* | perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-281-2/+1
|/
* perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo2011-11-021-0/+1
* perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo2011-10-201-6/+3
* perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo2011-10-191-2/+7
* perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo2011-10-181-3/+1
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-171-2/+3
* perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-131-0/+1
* perf hists: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian2011-10-131-3/+7
* perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-071-2/+2
* perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-071-0/+3
* perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-071-4/+10
* perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo2011-10-071-0/+9
* perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo2011-10-071-3/+4
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-231-0/+1
* perf report tui: Improve multi event session supportArnaldo Carvalho de Melo2011-03-061-12/+4
* perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo2011-03-061-7/+5
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-081-2/+1
OpenPOWER on IntegriCloud