aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian1-2/+4
2012-03-09perf report: Auto-detect branch stack sampling modeStephane Eranian1-1/+1
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-0/+9
2011-10-13perf hists: Don't free decayed entries if in the annotation browserArnaldo Carvalho de Melo1-0/+1
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo1-0/+1
2011-06-30perf tools: Remove sort print helpers declarationsFrederic Weisbecker1-6/+0
2011-06-30perf tools: Make sort operations staticFrederic Weisbecker1-8/+0
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker1-1/+1
2010-07-27perf ui: New hists tree widgetArnaldo Carvalho de Melo1-0/+12
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo1-5/+1
2010-06-05perf report: Implement --sort cpuArun Sharma1-1/+5
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-4/+4
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-5/+6
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-6/+0
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-0/+5
2010-04-14perf tools: Fix accidentally preprocessed snprintf callbackFrederic Weisbecker1-6/+6
2010-04-03perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operationsArnaldo Carvalho de Melo1-2/+7
2010-04-03perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo1-1/+2
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo1-1/+1
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo1-2/+2
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo1-2/+1
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo1-0/+2
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo1-2/+6
2009-12-15perf util: Remove setup_sorting dupsArnaldo Carvalho de Melo1-0/+2
2009-10-23perf tools: Bind callchains to the first sort dimension columnFrederic Weisbecker1-1/+9
2009-10-23perf tools: Fix missing top level callchainFrederic Weisbecker1-0/+1
2009-10-02perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo1-5/+2
2009-09-24perf tools: Create util/sort.and use itJohn Kacur1-0/+93