aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim1-11/+11
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-3/+3
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-11/+0
2013-12-18perf hists: Do not pass period and weight to add_hist_entry()Namhyung Kim1-5/+5
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-68/+7
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim1-0/+3
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-1/+4
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-9/+9
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim1-1/+1
2013-10-09perf hists: Free srcline when freeing hist_entryNamhyung Kim1-0/+1
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-1/+6
2013-10-04tools/perf: Fix sorting for 64bit entriesAndi Kleen1-2/+2
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo1-0/+2
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen1-1/+2
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa1-0/+1
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim1-5/+1
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim1-38/+6
2013-05-28perf report: Fix alignment of symbol column when -v is givenNamhyung Kim1-11/+15
2013-05-28perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim1-0/+14
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian1-0/+1
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian1-3/+83
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-7/+16
2013-01-31perf hists: Resort hist entries using group members for outputNamhyung Kim1-1/+58
2013-01-24perf tools: Mark branch_info maps as referencedStephane Eranian1-0/+8
2013-01-24perf sort: Calculate parent column width tooNamhyung Kim1-0/+3
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo1-2/+7
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim1-1/+1
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim1-12/+37
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim1-3/+9
2012-12-09perf hists: Link hist entry pairs to leaderNamhyung Kim1-2/+2
2012-12-09perf hists: Fix typo on hist__entry_add_pairNamhyung Kim1-2/+2
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo1-3/+2
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo1-0/+60
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo1-0/+37
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo1-0/+2
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim1-0/+1
2012-10-04perf hists: Add more helpers for hist entry statNamhyung Kim1-8/+18
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim1-1/+3
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-24/+28
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa1-0/+2
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim1-33/+0
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim1-659/+18
2012-07-25perf hists: Print newline between hists callchainsFrederic Weisbecker1-0/+2
2012-07-25perf hists: Return correct number of characters printed in callchainFrederic Weisbecker1-2/+3
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim1-3/+4
2012-05-17perf hists: Fix callchain ip printf formatJiri Olsa1-1/+1
2012-04-05perf hists: Catch and handle out-of-date hist entry maps.David Miller1-0/+12