aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+1
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-2/+1
* perf annotate: Set the machines symbol filterAdrian Hunter2013-08-121-1/+3
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-1/+1
* perf annotate: Add basic support to event group viewNamhyung Kim2013-03-151-0/+7
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-7/+9
* perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim2013-02-141-2/+15
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-141-0/+4
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-141-2/+8
* perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-061-1/+2
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-1/+1
* perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-291-3/+2
* perf tools: Try to find cross-built objdump pathIrina Tirdea2012-10-241-0/+7
* perf annotate: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo2012-10-061-0/+1
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-1/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki2012-09-051-0/+2
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-291-1/+1
* perf annotate: Get rid of field_sep checkNamhyung Kim2012-01-081-5/+0
* perf annotate: Fix usage stringNamhyung Kim2012-01-081-1/+1
* perf report: Accept fifos as input fileRobert Richter2011-12-231-2/+1
* perf tools: make -C consistent across commands (for cpu list arg)David Ahern2011-11-281-1/+1
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-6/+7
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-2/+2
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-28/+34
* perf annotate: Group options in a structArnaldo Carvalho de Melo2011-11-281-31/+33
* perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-281-14/+8
* perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo2011-10-201-4/+4
* perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo2011-10-071-2/+2
* perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-071-3/+6
* perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-071-1/+1
* perf: Support setting the disassembler styleAndi Kleen2011-09-291-0/+2
* perf annotate: Add --symfs optionStephane Eranian2011-08-181-0/+2
* perf annotate: Make output more readableStephane Eranian2011-08-181-0/+4
* perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard2011-07-051-0/+15
* perf: Remove duplicate headersJesper Juhl2011-05-261-2/+0
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-231-14/+4
* perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo2011-03-061-19/+61
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-081-6/+8
* perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo2011-02-051-1/+1
* perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-051-8/+21
* perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-051-244/+11
* perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo2011-01-311-1/+1
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-5/+6
* perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-291-1/+1
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-3/+3
* perf record,report,annotate,diff: Process events in orderIan Munsie2010-12-211-0/+2
* perf session: Fallback to unordered processing if no sample_id_allIan Munsie2010-12-211-1/+1
* perf session: Parse sample earlierArnaldo Carvalho de Melo2010-12-041-3/+3
* perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo2010-08-211-1/+8