summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim
2014-05-21perf tools: Use hpp formats to sort final outputNamhyung Kim
2014-05-21perf tools: Use hpp formats to sort hist entriesNamhyung Kim
2014-04-24perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim
2014-04-24perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim
2014-04-24perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim
2014-04-16perf top: Add --percentage optionNamhyung Kim
2014-04-16perf report: Add --percentage optionNamhyung Kim
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim
2014-03-18perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo
2013-12-18perf hists: Do not pass period and weight to add_hist_entry()Namhyung Kim
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim
2013-10-09perf hists: Free srcline when freeing hist_entryNamhyung Kim
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen
2013-10-04tools/perf: Fix sorting for 64bit entriesAndi Kleen
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim
2013-05-28perf report: Fix alignment of symbol column when -v is givenNamhyung Kim
2013-05-28perf hists: Free unused mem info of a matched hist entryNamhyung Kim
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim
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