aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim1-5/+0
2012-01-08perf annotate: Fix usage stringNamhyung Kim1-1/+1
2011-12-23perf report: Accept fifos as input fileRobert Richter1-2/+1
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern1-1/+1
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-6/+7
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-2/+2
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-28/+34
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo1-14/+8
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo1-4/+4
2011-10-07perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo1-2/+2
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo1-3/+6
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo1-1/+1
2011-09-29perf: Support setting the disassembler styleAndi Kleen1-0/+2
2011-08-18perf annotate: Add --symfs optionStephane Eranian1-0/+2
2011-08-18perf annotate: Make output more readableStephane Eranian1-0/+4
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard1-0/+15
2011-05-26perf: Remove duplicate headersJesper Juhl1-2/+0
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-14/+4
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo1-19/+61
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo1-6/+8
2011-02-05perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo1-1/+1
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo1-8/+21
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo1-244/+11
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-5/+6
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-1/+1
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-3/+3
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-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-3/+3
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo1-1/+8
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo1-9/+8
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo1-1/+1
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo1-4/+2
2010-05-26perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo1-1/+1
2010-05-22perf annotate: Add TUI interfaceArnaldo Carvalho de Melo1-16/+45
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-1/+1
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-196/+2
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-9/+8
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo1-6/+3
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+1
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo1-1/+1
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-1/+1
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-1/+1
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-4/+4
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo1-17/+17
2010-03-26perf annotate: Allow specifying DSOs where to look for symbolArnaldo Carvalho de Melo1-0/+2
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo1-0/+10