summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)Author
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo
2012-02-13perf top: Don't process samples with no valid machine objectJoerg Roedel
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo
2012-01-06perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo
2011-10-20perf ui browser: Use libslang to read keysArnaldo 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: Fix compilation when NO_NEWT_SUPPORT is setStephane Eranian
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo
2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo
2011-10-07perf hists: Threaded addition and sorting of entriesArnaldo Carvalho de Melo
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-03-06perf report tui: Improve multi event session supportArnaldo Carvalho de Melo
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo
2010-07-27perf hist: Introduce routine to measure lenght of formatted entryArnaldo Carvalho de Melo
2010-07-23perf sort: Make column width code per hists instanceArnaldo Carvalho de Melo
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo
2010-03-10perf session: Change perf_session post processing functions to take histogram...Eric B Munson
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo