summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-1/+1
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-1/+1
* perf hists: Convert hist entry functions to use struct he_statNamhyung Kim2014-01-151-11/+11
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-3/+3
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-191-11/+0Star
* perf hists: Do not pass period and weight to add_hist_entry()Namhyung Kim2013-12-181-5/+5
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-051-68/+7Star
* perf tools: Get current comm instead of last oneNamhyung Kim2013-11-041-0/+3
* perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+4
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-231-9/+9
* perf annotate: Factor out get/free_srcline()Namhyung Kim2013-10-091-1/+1
* perf hists: Free srcline when freeing hist_entryNamhyung Kim2013-10-091-0/+1
* tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-1/+6
* tools/perf: Fix sorting for 64bit entriesAndi Kleen2013-10-041-2/+2
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-191-0/+2
* perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-221-1/+2
* perf hists: Marking dummy hists entriesJiri Olsa2013-07-121-0/+1
* perf hists: Move locking to its call-sitesNamhyung Kim2013-05-281-5/+1Star
* perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-281-38/+6Star
* perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2013-05-281-11/+15
* perf hists: Free unused mem info of a matched hist entryNamhyung Kim2013-05-281-0/+6
* perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2013-05-281-0/+14
* perf tools: Add new mem command for memory access profilingStephane Eranian2013-04-011-0/+1
* perf tools: Add mem access sampling core supportStephane Eranian2013-04-011-3/+83
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-7/+16
* perf hists: Resort hist entries using group members for outputNamhyung Kim2013-01-311-1/+58
* perf tools: Mark branch_info maps as referencedStephane Eranian2013-01-241-0/+8
* perf sort: Calculate parent column width tooNamhyung Kim2013-01-241-0/+3
* perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo2013-01-241-2/+7
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-241-1/+1
* perf hists: Link hist entries before inserting to an output treeNamhyung Kim2013-01-241-12/+37
* perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2013-01-241-3/+9
* perf hists: Link hist entry pairs to leaderNamhyung Kim2012-12-091-2/+2
* perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2012-12-091-2/+2
* perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo2012-11-141-3/+2Star
* perf hists: Introduce hists__linkArnaldo Carvalho de Melo2012-11-081-0/+60
* perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo2012-11-081-0/+37
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-081-0/+2
* perf hists: Free branch_info when freeing hist_entryNamhyung Kim2012-11-081-0/+1
* perf hists: Add more helpers for hist entry statNamhyung Kim2012-10-041-8/+18
* perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim2012-10-041-1/+3
* perf hists: Introduce struct he_statNamhyung Kim2012-10-041-24/+28
* perf hists: Add struct hists pointer to struct hist_entryJiri Olsa2012-10-041-0/+2
* perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim2012-09-271-2/+7
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2012-09-081-33/+0Star
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-201-659/+18Star
* perf hists: Print newline between hists callchainsFrederic Weisbecker2012-07-251-0/+2
* perf hists: Return correct number of characters printed in callchainFrederic Weisbecker2012-07-251-2/+3
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-3/+4