Age | Commit message (Expand) | Author | Files | Lines |
2012-05-14 | Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 629 | -5137/+8290 |
2012-05-11 | perf probe: Detect probe target when m/x options are absent | Srikar Dronamraju | 2 | -5/+46 |
2012-05-11 | perf probe: Provide perf interface for uprobes | Srikar Dronamraju | 6 | -98/+403 |
2012-05-11 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 27 | -369/+583 |
2012-05-10 | perf hists browser: Use '/' for search/filter instead of 's' | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2012-05-09 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 3 | -102/+24 |
2012-05-09 | perf annotate: shorten helpline so it fits in visible space | David Ahern | 1 | -3/+3 |
2012-05-09 | perf record: Reset event name when falling back to cpu-clock | David Ahern | 1 | -0/+4 |
2012-05-09 | perf top: Update event name when falling back to cpu-clock | David Ahern | 1 | -0/+4 |
2012-05-09 | perf stat: handle ENXIO error for perf_event_open | David Ahern | 1 | -1/+6 |
2012-05-09 | perf record: Fix fallback to cpu-clock on ppc | David Ahern | 1 | -2/+6 |
2012-05-09 | perf report: Fix format string for x86-32 compilation | Jiri Olsa | 1 | -1/+1 |
2012-05-09 | sched, perf: Use a single callback into the scheduler | Peter Zijlstra | 3 | -30/+17 |
2012-05-09 | perf/x86-ibs: Fix usage of IBS op current count | Robert Richter | 1 | -12/+21 |
2012-05-09 | perf/x86-ibs: Catch spurious interrupts after stopping IBS | Robert Richter | 1 | -5/+7 |
2012-05-09 | perf/x86-ibs: Implement workaround for IBS erratum #420 | Robert Richter | 1 | -23/+39 |
2012-05-09 | perf/x86-ibs: Extend hw period that triggers overflow | Robert Richter | 1 | -2/+13 |
2012-05-09 | perf/x86-ibs: Trigger overflow if remaining period is too small | Robert Richter | 1 | -4/+1 |
2012-05-09 | perf/x86-ibs: Rename some variables | Robert Richter | 1 | -5/+5 |
2012-05-09 | perf/x86-ibs: Precise event sampling with IBS for AMD CPUs | Robert Richter | 2 | -4/+76 |
2012-05-09 | perf/x86-ibs: Take instruction pointer from ibs sample | Robert Richter | 2 | -19/+35 |
2012-05-09 | perf/x86-ibs: Fix frequency profiling | Robert Richter | 1 | -2/+16 |
2012-05-09 | perf/x86-ibs: Enable ibs op micro-ops counting mode | Robert Richter | 1 | -0/+2 |
2012-05-09 | perf: Pass last sampling period to perf_sample_data_init() | Robert Richter | 15 | -43/+25 |
2012-05-09 | perf/x86-ibs: Fix update of period | Robert Richter | 1 | -13/+14 |
2012-05-09 | Merge branch 'perf/x86-ibs' into perf/core | Ingo Molnar | 3 | -7/+438 |
2012-05-09 | tracing: Remove ftrace_disable/enable_cpu() | Steven Rostedt | 1 | -42/+2 |
2012-05-09 | tracing: Use seq_*_private interface for some seq files | Jiri Olsa | 2 | -58/+16 |
2012-05-08 | Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 5 | -72/+164 |
2012-05-08 | perf top: Default to system wide using perf_target methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2012-05-08 | tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off | Minho Ban | 1 | -2/+6 |
2012-05-08 | tracing: Fix kconfig warning due to a typo | Srikar Dronamraju | 2 | -3/+21 |
2012-05-08 | perf annotate browser: Compact 'nop' output | Arnaldo Carvalho de Melo | 1 | -0/+13 |
2012-05-08 | perf annotate browser: Do raw printing in 'o'ffset in a single place | Arnaldo Carvalho de Melo | 3 | -14/+29 |
2012-05-08 | perf stat: Use perf_evlist__create_maps | Namhyung Kim | 1 | -14/+8 |
2012-05-08 | perf target: Consolidate target task/cpu checking | Namhyung Kim | 6 | -20/+31 |
2012-05-08 | perf tools: Introduce perf_target__strerror() | Namhyung Kim | 5 | -5/+87 |
2012-05-07 | perf target: Introduce perf_target__parse_uid() | Namhyung Kim | 6 | -39/+42 |
2012-05-07 | perf target: Introduce perf_target_errno | Namhyung Kim | 2 | -12/+46 |
2012-05-07 | perf evlist: Fix creation of cpu map | Namhyung Kim | 1 | -2/+3 |
2012-05-07 | perf top: Set target.system_wide | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2012-05-07 | tracing: Provide trace events interface for uprobes | Srikar Dronamraju | 9 | -7/+919 |
2012-05-07 | tracing: Extract out common code for kprobes/uprobes trace events | Srikar Dronamraju | 5 | -871/+1016 |
2012-05-07 | tracing: Modify is_delete, is_return from int to bool | Srikar Dronamraju | 1 | -8/+8 |
2012-05-07 | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 12 | -383/+810 |
2012-05-04 | perf session: Fail on processing event with unknown size | Jiri Olsa | 1 | -21/+9 |
2012-05-04 | ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h | Steven Rostedt | 1 | -1/+1 |
2012-05-03 | perf annotate browser: Don't change the asm line color when toggling source | Arnaldo Carvalho de Melo | 1 | -3/+0 |
2012-05-03 | perf annotate browser: More clearly separate columns | Arnaldo Carvalho de Melo | 3 | -28/+36 |
2012-05-03 | perf ui browser: Introduce routine to draw vertical line | Arnaldo Carvalho de Melo | 2 | -0/+11 |