aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAge
* perf tools: Add new mem command for memory access profilingStephane Eranian2013-04-01
* perf tools: Add mem access sampling core supportStephane Eranian2013-04-01
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-01
* perf hists: Resort hist entries using group members for outputNamhyung Kim2013-01-31
* perf tools: Mark branch_info maps as referencedStephane Eranian2013-01-24
* perf sort: Calculate parent column width tooNamhyung Kim2013-01-24
* perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo2013-01-24
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-24
* perf hists: Link hist entries before inserting to an output treeNamhyung Kim2013-01-24
* perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2013-01-24
* perf hists: Link hist entry pairs to leaderNamhyung Kim2012-12-09
* perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2012-12-09
* perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo2012-11-14
* perf hists: Introduce hists__linkArnaldo Carvalho de Melo2012-11-08
* perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2012-11-08
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-08
* perf hists: Free branch_info when freeing hist_entryNamhyung Kim2012-11-08
* perf hists: Add more helpers for hist entry statNamhyung Kim2012-10-04
* perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim2012-10-04
* perf hists: Introduce struct he_statNamhyung Kim2012-10-04
* perf hists: Add struct hists pointer to struct hist_entryJiri Olsa2012-10-04
* perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim2012-09-26
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2012-09-08
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-20
* perf hists: Print newline between hists callchainsFrederic Weisbecker2012-07-25
* perf hists: Return correct number of characters printed in callchainFrederic Weisbecker2012-07-25
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31
* perf hists: Fix callchain ip printf formatJiri Olsa2012-05-17
* perf hists: Catch and handle out-of-date hist entry maps.David Miller2012-04-05
* perf tools: Fix display of first level of callchainsFrederic Weisbecker2012-03-26
* perf diff: Fix to work with new hists designJiri Olsa2012-03-22
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-22
|\
| * perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-14
* | 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 report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim2012-01-08
* perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-06
* perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo2012-01-06
* perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-16
* perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo2011-10-27
* perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo2011-10-20
* perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo2011-10-20
* perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo2011-10-19
* 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: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo2011-10-13
* perf tools: Fix broken number of samples for perf report -nStephane Eranian2011-10-07