aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo1-3/+4
2011-10-07perf report: Add option to show total periodArnaldo Carvalho de Melo1-0/+2
2011-10-07perf hists: Allow limiting the number of rows and columns in fprintfArnaldo Carvalho de Melo1-1/+1
2011-09-29perf report: Fix stdio event name header printingArnaldo Carvalho de Melo1-4/+1
2011-09-29perf: Support setting the disassembler styleAndi Kleen1-0/+2
2011-08-03perf report: Use ui__warning in some more placesArnaldo Carvalho de Melo1-8/+7
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard1-0/+15
2011-06-30perf tools: Only display parent field if explictly sortedFrederic Weisbecker1-1/+8
2011-06-30perf tools: Add inverted call graph report support.Sam Liao1-6/+27
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo1-10/+7
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo1-0/+26
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-15/+4
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo1-2/+2
2011-03-06perf report tui: Improve multi event session supportArnaldo Carvalho de Melo1-3/+4
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo1-111/+49
2011-02-17perf report: Tell the user when a perf.data file has no samplesArnaldo Carvalho de Melo1-0/+6
2011-02-11perf report: Fix initializion of annotate symbol priv areaArnaldo Carvalho de Melo1-1/+3
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo1-2/+3
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo1-3/+12
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo1-1/+2
2011-01-31perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo1-1/+1
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-14/+16
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-18/+18
2011-01-22perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker1-2/+2
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker1-13/+12
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-1/+1
2010-12-21perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern1-0/+2
2010-12-21perf record,report,annotate,diff: Process events in orderIan Munsie1-0/+2
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie1-1/+1
2010-12-09perf report: Allow user to specify path to kallsyms fileDavid Ahern1-0/+2
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-7/+8
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker1-1/+2
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo1-1/+10
2010-08-05perf report: Speed up exit pathArnaldo Carvalho de Melo1-1/+12
2010-08-05perf ui: Add search by name/addr to the map__browserArnaldo Carvalho de Melo1-1/+17
2010-07-27perf tools: Remove unneeded code for tracking the cwd in perf sessionsDave Martin1-2/+0
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2010-07-08perf: Sync callchains with period based hitsFrederic Weisbecker1-1/+1
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo1-25/+1
2010-06-05perf report: Make -D print sampled CPUStephane Eranian1-2/+3
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo1-24/+36
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo1-4/+4
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-2/+2
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-10/+22
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo1-4/+4
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-1/+7
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-1/+18
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo1-4/+1
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo1-3/+3
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-36/+35