aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c
AgeCommit message (Expand)Author
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf annotate: Set the machines symbol filterAdrian Hunter
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-02-14perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea
2012-10-06perf annotate: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim
2012-01-08perf annotate: Fix usage stringNamhyung Kim
2011-12-23perf report: Accept fifos as input fileRobert Richter
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo
2011-09-29perf: Support setting the disassembler styleAndi Kleen
2011-08-18perf annotate: Add --symfs optionStephane Eranian
2011-08-18perf annotate: Make output more readableStephane Eranian
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