aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-01-31perf hists: Resort hist entries using group members for outputNamhyung Kim
2013-01-24perf tools: Mark branch_info maps as referencedStephane Eranian
2013-01-24perf sort: Calculate parent column width tooNamhyung Kim
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim
2012-12-09perf hists: Link hist entry pairs to leaderNamhyung Kim
2012-12-09perf hists: Fix typo on hist__entry_add_pairNamhyung Kim
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim
2012-10-04perf hists: Add more helpers for hist entry statNamhyung Kim
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim
2012-10-04perf hists: Introduce struct he_statNamhyung Kim
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim
2012-05-17perf hists: Fix callchain ip printf formatJiri Olsa
2012-04-05perf hists: Catch and handle out-of-date hist entry maps.David Miller
2012-03-26perf tools: Fix display of first level of callchainsFrederic Weisbecker
2012-03-22perf diff: Fix to work with new hists designJiri Olsa
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo
2012-01-06perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo
2011-10-20perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo
2011-10-20perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo
2011-10-19perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo
2011-10-13perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo
2011-10-07perf tools: Fix broken number of samples for perf report -nStephane Eranian