summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c
AgeCommit message (Expand)Author
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard
2011-05-26perf: Remove duplicate headersJesper Juhl
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo 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: Config options for symbol__tty_annotateArnaldo 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 tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
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-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo
2010-05-26perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo
2010-05-22perf annotate: Add TUI interfaceArnaldo 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-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-05-02perf: add perf-inject builtinTom Zanussi
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo
2010-03-26perf annotate: Allow specifying DSOs where to look for symbolArnaldo Carvalho de Melo
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo 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
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo
2010-02-04perf annotate: Fix it for non-prelinked *.soKirill Smelkov
2010-02-04perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo
2010-01-16perf tools: Don't cast RIP to pointersArnaldo Carvalho de Melo
2009-12-28perf session: Remove redundant prefix & suffix from perf_event_opsArnaldo Carvalho de Melo
2009-12-16perf symbols: Move symbol filtering to event__preprocess_sample()Arnaldo Carvalho de Melo
2009-12-16perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo
2009-12-15perf util: Remove setup_sorting dupsArnaldo Carvalho de Melo
2009-12-15perf session: Event statistics also are per sessionArnaldo Carvalho de Melo
2009-12-14perf session: Move the hist_entries rb tree to perf_sessionArnaldo Carvalho de Melo
2009-12-14perf tools: No need for three rb_trees for sorting hist entriesArnaldo Carvalho de Melo
2009-12-14perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo