summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-08-12perf evsel: Add option to print stack trace on single lineDavid Ahern2-2/+7
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern3-8/+40
2013-08-12perf sched: Remove sched_process_fork tracepointDavid Ahern1-29/+31
2013-08-12perf sched: Remove sched_process_exit tracepointDavid Ahern1-11/+0
2013-08-12perf sched: Remove thread lookup in sample handlerDavid Ahern1-7/+0
2013-08-12perf sched: Simplify arguments to read_eventsDavid Ahern1-7/+9
2013-08-12perf kvm: Update documentation with live commandDavid Ahern1-2/+44
2013-08-12perf kvm: Option to print events that exceed a durationDavid Ahern2-4/+24
2013-08-08Revert "tools lib lk: Fix for cross build"Joonsoo Kim1-15/+0
2013-08-08perf machine: Do not require /lib/modules/* on a guestJason Wessel1-1/+4
2013-08-08perf tests: Add tests of new pinned modifierMichael Ellerman1-0/+53
2013-08-08perf tools: Add support for pinned modifierMichael Ellerman3-2/+13
2013-08-08perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim1-2/+0
2013-08-08perf kvm stat report: Add option to analyze specific VMDavid Ahern1-2/+36
2013-08-08perf kvm: Add min and max stats to displayDavid Ahern1-4/+17
2013-08-08perf kvm: Add live modeDavid Ahern1-26/+633
2013-08-08perf session: Export queue_event functionDavid Ahern2-9/+7
2013-08-08perf annotate browser: Fix typoIngo Molnar1-1/+1
2013-08-08perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo1-1/+1
2013-08-08perf annotate: Add call target name if it is missingAdrian Hunter1-0/+16
2013-08-08perf annotate: Remove nop at end of annotationAdrian Hunter1-0/+31
2013-08-08perf annotate: Put dso name in symbol annotation titleAdrian Hunter1-2/+14
2013-08-08perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter2-5/+11
2013-08-08perf tests: Add kcore to the object code reading testAdrian Hunter1-18/+82
2013-08-08perf tests: Adjust the vmlinux symtab matches kallsyms test againAdrian Hunter1-5/+7
2013-08-08perf symbols: Add support for reading from /proc/kcoreAdrian Hunter9-3/+347
2013-08-08perf tools: Make it possible to read object code from kernel modulesAdrian Hunter5-9/+43
2013-08-08perf tests: Adjust the vmlinux symtab matches kallsyms testAdrian Hunter1-11/+21
2013-08-08perf tools: Make it possible to read object code from vmlinuxAdrian Hunter6-61/+112
2013-08-08perf symbols: Load kernel maps before usingAdrian Hunter7-12/+22
2013-08-08perf tests: Add test for reading object codeAdrian Hunter4-0/+515
2013-08-08perf symbols: avoid SyS kernel syscall aliasesAdrian Hunter1-3/+14
2013-08-08perf stat: Flush output after each line in interval modeAndi Kleen1-0/+2
2013-08-08perf stat: Add support for --initial-delay optionAndi Kleen2-1/+26
2013-08-08perf evsel: Add support for enabling countersAndi Kleen2-3/+19
2013-08-08perf evlist: Remove obsolete dummy execveAndi Kleen1-7/+0
2013-08-08perf kvm: Split out tracepoints from record argsDavid Ahern1-11/+19
2013-08-08perf session: Export a few functions for event processingDavid Ahern2-6/+13
2013-08-08perf stats: Add max and min statsDavid Ahern2-0/+15
2013-08-08perf top: move CONSOLE_CLEAR to header fileDavid Ahern2-2/+2
2013-08-08perf util: Add parse_nsec_time() functionNamhyung Kim2-0/+35
2013-08-08perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo1-1/+1
2013-08-08perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo1-0/+1
2013-08-08perf tools: Fix compile of util/tsc.cDavid Ahern1-4/+4
2013-08-08perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern1-1/+6
2013-08-08perf tests: Add parse events tests for leader samplingJiri Olsa1-0/+115
2013-08-08perf tests: Add attr record group sampling testJiri Olsa1-0/+36
2013-08-08perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa5-2/+39
2013-08-08perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa2-1/+74
2013-08-08perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa2-5/+18