summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2011-08-03perf report: Use ui__warning in some more placesArnaldo Carvalho de Melo
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard
2011-06-30perf tools: Only display parent field if explictly sortedFrederic Weisbecker
2011-06-30perf tools: Add inverted call graph report support.Sam Liao
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo 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-17perf report: Tell the user when a perf.data file has no samplesArnaldo Carvalho de Melo
2011-02-11perf report: Fix initializion of annotate symbol priv areaArnaldo 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-31perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-22perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2010-12-21perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern
2010-12-21perf record,report,annotate,diff: Process events in orderIan Munsie
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie
2010-12-09perf report: Allow user to specify path to kallsyms fileDavid Ahern
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo
2010-08-05perf report: Speed up exit pathArnaldo Carvalho de Melo
2010-08-05perf ui: Add search by name/addr to the map__browserArnaldo Carvalho de Melo
2010-07-27perf tools: Remove unneeded code for tracking the cwd in perf sessionsDave Martin
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-08perf: Sync callchains with period based hitsFrederic Weisbecker
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo
2010-06-05perf report: Make -D print sampled CPUStephane Eranian
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo 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-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 report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo
2010-05-09perf report: Fix leak of resolved callchains array on error pathArnaldo Carvalho de Melo
2010-05-09perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo
2010-05-08perf report: Document '--call-graph' better for usagePekka Enberg