aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12perf session: Change perf_session__has_traces to actually check for tracepointsDavid Ahern1-4/+7
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern3-5/+9
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-09Merge branch 'master' into virtio-nextRusty Russell1-2/+3
2013-08-07Revert "tools lib lk: Fix for cross build"Joonsoo Kim1-15/+0
2013-08-07perf machine: Do not require /lib/modules/* on a guestJason Wessel1-1/+4
2013-08-07perf tests: Add tests of new pinned modifierMichael Ellerman1-0/+53
2013-08-07perf tools: Add support for pinned modifierMichael Ellerman3-2/+13
2013-08-07perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim1-2/+0
2013-08-07perf kvm stat report: Add option to analyze specific VMDavid Ahern1-2/+36
2013-08-07perf kvm: Add min and max stats to displayDavid Ahern1-4/+17
2013-08-07perf kvm: Add live modeDavid Ahern1-26/+633
2013-08-07perf session: Export queue_event functionDavid Ahern2-9/+7
2013-08-07perf annotate browser: Fix typoIngo Molnar1-1/+1
2013-08-07perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo1-1/+1
2013-08-07perf annotate: Add call target name if it is missingAdrian Hunter1-0/+16
2013-08-07perf annotate: Remove nop at end of annotationAdrian Hunter1-0/+31
2013-08-07perf annotate: Put dso name in symbol annotation titleAdrian Hunter1-2/+14
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter2-5/+11
2013-08-07perf tests: Add kcore to the object code reading testAdrian Hunter1-18/+82
2013-08-07perf tests: Adjust the vmlinux symtab matches kallsyms test againAdrian Hunter1-5/+7
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter9-3/+347
2013-08-07perf tools: Make it possible to read object code from kernel modulesAdrian Hunter5-9/+43
2013-08-07perf tests: Adjust the vmlinux symtab matches kallsyms testAdrian Hunter1-11/+21
2013-08-07perf tools: Make it possible to read object code from vmlinuxAdrian Hunter6-61/+112
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter7-12/+22
2013-08-07perf tests: Add test for reading object codeAdrian Hunter4-0/+515
2013-08-07perf symbols: avoid SyS kernel syscall aliasesAdrian Hunter1-3/+14
2013-08-07perf stat: Flush output after each line in interval modeAndi Kleen1-0/+2
2013-08-07perf stat: Add support for --initial-delay optionAndi Kleen2-1/+26
2013-08-07perf evsel: Add support for enabling countersAndi Kleen2-3/+19
2013-08-07perf evlist: Remove obsolete dummy execveAndi Kleen1-7/+0
2013-08-07perf kvm: Split out tracepoints from record argsDavid Ahern1-11/+19
2013-08-07perf session: Export a few functions for event processingDavid Ahern2-6/+13
2013-08-07perf stats: Add max and min statsDavid Ahern2-0/+15
2013-08-07perf top: move CONSOLE_CLEAR to header fileDavid Ahern2-2/+2
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim2-0/+35
2013-08-07perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo1-1/+1
2013-08-07perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo1-0/+1
2013-08-07perf tools: Fix compile of util/tsc.cDavid Ahern1-4/+4
2013-08-07perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern1-1/+6
2013-08-07perf tests: Add parse events tests for leader samplingJiri Olsa1-0/+115
2013-08-07perf tests: Add attr record group sampling testJiri Olsa1-0/+36