summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-08-14perf tests: Fix compile failure on do_sort_somethingDavid Ahern1-6/+5
2013-08-14selftests: Add test of PMU instruction counting on powerpcMichael Ellerman6-1/+349
2013-08-14selftests: Add support files for powerpc testsMichael Ellerman3-0/+186
2013-08-14selftests: Add infrastructure for powerpc selftestsMichael Ellerman2-0/+40
2013-08-12Tools: hv: use full nlmsghdr in netlink_sendOlaf Hering2-20/+10
2013-08-12Tools: hv: correct payload size in netlink_sendOlaf Hering2-2/+2
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter7-13/+12
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter4-11/+11
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter10-20/+14
2013-08-12perf annotate: Set the machines symbol filterAdrian Hunter1-1/+3
2013-08-12perf mem: Remove unused symbol filter memberAdrian Hunter1-2/+1
2013-08-12perf report: Set the machines symbol filterAdrian Hunter1-3/+3
2013-08-12perf top: Set the machines symbol filterAdrian Hunter1-1/+3
2013-08-12perf machine: Add symbol filter to struct machineAdrian Hunter2-0/+25
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