Age | Commit message (Expand) | Author | Files | Lines |
2013-08-12 | Tools: hv: correct payload size in netlink_send | Olaf Hering | 2 | -2/+2 |
2013-08-12 | perf tools: Remove filter parameter of thread__find_addr_map() | Adrian Hunter | 7 | -13/+12 |
2013-08-12 | perf tools: Remove filter parameter of thread__find_addr_location() | Adrian Hunter | 4 | -11/+11 |
2013-08-12 | perf tools: Remove filter parameter of perf_event__preprocess_sample() | Adrian Hunter | 10 | -20/+14 |
2013-08-12 | perf annotate: Set the machines symbol filter | Adrian Hunter | 1 | -1/+3 |
2013-08-12 | perf mem: Remove unused symbol filter member | Adrian Hunter | 1 | -2/+1 |
2013-08-12 | perf report: Set the machines symbol filter | Adrian Hunter | 1 | -3/+3 |
2013-08-12 | perf top: Set the machines symbol filter | Adrian Hunter | 1 | -1/+3 |
2013-08-12 | perf machine: Add symbol filter to struct machine | Adrian Hunter | 2 | -0/+25 |
2013-08-12 | perf session: Change perf_session__has_traces to actually check for tracepoints | David Ahern | 1 | -4/+7 |
2013-08-12 | perf evsel: Add option to limit stack depth in callchain dumps | David Ahern | 3 | -5/+9 |
2013-08-12 | perf evsel: Add option to print stack trace on single line | David Ahern | 2 | -2/+7 |
2013-08-12 | perf tool: Simplify options to perf_evsel__print_ip | David Ahern | 3 | -8/+40 |
2013-08-12 | perf sched: Remove sched_process_fork tracepoint | David Ahern | 1 | -29/+31 |
2013-08-12 | perf sched: Remove sched_process_exit tracepoint | David Ahern | 1 | -11/+0 |
2013-08-12 | perf sched: Remove thread lookup in sample handler | David Ahern | 1 | -7/+0 |
2013-08-12 | perf sched: Simplify arguments to read_events | David Ahern | 1 | -7/+9 |
2013-08-12 | perf kvm: Update documentation with live command | David Ahern | 1 | -2/+44 |
2013-08-12 | perf kvm: Option to print events that exceed a duration | David Ahern | 2 | -4/+24 |
2013-08-07 | Revert "tools lib lk: Fix for cross build" | Joonsoo Kim | 1 | -15/+0 |
2013-08-07 | perf machine: Do not require /lib/modules/* on a guest | Jason Wessel | 1 | -1/+4 |
2013-08-07 | perf tests: Add tests of new pinned modifier | Michael Ellerman | 1 | -0/+53 |
2013-08-07 | perf tools: Add support for pinned modifier | Michael Ellerman | 3 | -2/+13 |
2013-08-07 | perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop | Namhyung Kim | 1 | -2/+0 |
2013-08-07 | perf kvm stat report: Add option to analyze specific VM | David Ahern | 1 | -2/+36 |
2013-08-07 | perf kvm: Add min and max stats to display | David Ahern | 1 | -4/+17 |
2013-08-07 | perf kvm: Add live mode | David Ahern | 1 | -26/+633 |
2013-08-07 | perf session: Export queue_event function | David Ahern | 2 | -9/+7 |
2013-08-07 | perf annotate browser: Fix typo | Ingo Molnar | 1 | -1/+1 |
2013-08-07 | perf annotate browser: Improve description of '?' hotkey | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-08-07 | perf annotate: Add call target name if it is missing | Adrian Hunter | 1 | -0/+16 |
2013-08-07 | perf annotate: Remove nop at end of annotation | Adrian Hunter | 1 | -0/+31 |
2013-08-07 | perf annotate: Put dso name in symbol annotation title | Adrian Hunter | 1 | -2/+14 |
2013-08-07 | perf annotate: Allow disassembly using /proc/kcore | Adrian Hunter | 2 | -5/+11 |
2013-08-07 | perf tests: Add kcore to the object code reading test | Adrian Hunter | 1 | -18/+82 |
2013-08-07 | perf tests: Adjust the vmlinux symtab matches kallsyms test again | Adrian Hunter | 1 | -5/+7 |
2013-08-07 | perf symbols: Add support for reading from /proc/kcore | Adrian Hunter | 9 | -3/+347 |
2013-08-07 | perf tools: Make it possible to read object code from kernel modules | Adrian Hunter | 5 | -9/+43 |
2013-08-07 | perf tests: Adjust the vmlinux symtab matches kallsyms test | Adrian Hunter | 1 | -11/+21 |
2013-08-07 | perf tools: Make it possible to read object code from vmlinux | Adrian Hunter | 6 | -61/+112 |
2013-08-07 | perf symbols: Load kernel maps before using | Adrian Hunter | 7 | -12/+22 |
2013-08-07 | perf tests: Add test for reading object code | Adrian Hunter | 4 | -0/+515 |
2013-08-07 | perf symbols: avoid SyS kernel syscall aliases | Adrian Hunter | 1 | -3/+14 |
2013-08-07 | perf stat: Flush output after each line in interval mode | Andi Kleen | 1 | -0/+2 |
2013-08-07 | perf stat: Add support for --initial-delay option | Andi Kleen | 2 | -1/+26 |
2013-08-07 | perf evsel: Add support for enabling counters | Andi Kleen | 2 | -3/+19 |
2013-08-07 | perf evlist: Remove obsolete dummy execve | Andi Kleen | 1 | -7/+0 |
2013-08-07 | perf kvm: Split out tracepoints from record args | David Ahern | 1 | -11/+19 |
2013-08-07 | perf session: Export a few functions for event processing | David Ahern | 2 | -6/+13 |
2013-08-07 | perf stats: Add max and min stats | David Ahern | 2 | -0/+15 |