summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-025-16/+15
| * perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-025-29/+31
| * perf top: Convert to struct perf_targetNamhyung Kim2012-05-023-30/+28
| * perf stat: Convert to struct perf_targetNamhyung Kim2012-05-021-25/+22
| * perf tools: Introduce struct perf_targetNamhyung Kim2012-05-025-32/+41
| * perf tools: Fix include header files in util/parse-events.hRobert Richter2012-05-021-0/+2
| * perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo2012-05-021-4/+2
| * perf tools: Cleanup realloc useUlrich Drepper2012-04-231-11/+6
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-093-102/+24
|\ \
| * | tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-081-42/+2
| * | tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-082-58/+16
| * | tracing: Prevent wasting time evaluating parameters in trace_preempt_on/offMinho Ban2012-05-081-2/+6
* | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-093-30/+17
* | | perf/x86-ibs: Fix usage of IBS op current countRobert Richter2012-05-091-12/+21
* | | perf/x86-ibs: Catch spurious interrupts after stopping IBSRobert Richter2012-05-091-5/+7
* | | perf/x86-ibs: Implement workaround for IBS erratum #420Robert Richter2012-05-091-23/+39
* | | perf/x86-ibs: Extend hw period that triggers overflowRobert Richter2012-05-091-2/+13
* | | perf/x86-ibs: Trigger overflow if remaining period is too smallRobert Richter2012-05-091-4/+1
* | | perf/x86-ibs: Rename some variablesRobert Richter2012-05-091-5/+5
* | | perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter2012-05-092-4/+76
* | | perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter2012-05-092-19/+35
* | | perf/x86-ibs: Fix frequency profilingRobert Richter2012-05-091-2/+16
* | | perf/x86-ibs: Enable ibs op micro-ops counting modeRobert Richter2012-05-091-0/+2
* | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-0915-43/+25
* | | perf/x86-ibs: Fix update of periodRobert Richter2012-05-091-13/+14
* | | Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar2012-05-093-7/+438
|\ \ \
| * | | perf/x86: Clean up register_nmi_handler() usageIngo Molnar2012-04-251-1/+1
| * | | perf/x86: Implement 64-bit counter support for IBSRobert Richter2012-03-082-21/+185
| * | | perf/x86: Implement IBS pmu control opsRobert Richter2012-03-081-3/+103
| * | | perf/x86: Implement IBS interrupt handlerRobert Richter2012-03-082-0/+89
| * | | perf/x86: Implement IBS event configurationRobert Richter2012-03-081-7/+85
* | | | Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-085-72/+164
|\ \ \ \ | |_|/ / |/| | |
| * | | perf annotate browser: Compact 'nop' outputArnaldo Carvalho de Melo2012-05-071-0/+13
| * | | perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo2012-05-073-14/+29
| * | | perf annotate browser: Don't change the asm line color when toggling sourceArnaldo Carvalho de Melo2012-05-031-3/+0
| * | | perf annotate browser: More clearly separate columnsArnaldo Carvalho de Melo2012-05-033-28/+36
| * | | perf ui browser: Introduce routine to draw vertical lineArnaldo Carvalho de Melo2012-05-032-0/+11
| * | | perf annotate browser: Don't display 0.00 percentagesArnaldo Carvalho de Melo2012-04-271-7/+7
| * | | perf annotate browser: Remove the vertical line after the percentagesArnaldo Carvalho de Melo2012-04-271-5/+4
| * | | perf annotate browser: Show current jump, back or forwardArnaldo Carvalho de Melo2012-04-271-27/+23
| * | | perf ui browser: Add method to draw up/down arrow lineArnaldo Carvalho de Melo2012-04-272-4/+54
| * | | perf annotate browser: Add a right arrow before call instructionsArnaldo Carvalho de Melo2012-04-271-0/+3
* | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-0712-383/+810
|\ \ \ \
| * | | | ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt2012-05-041-1/+1
| * | | | ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-273-174/+6
| * | | | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-274-1/+358
| * | | | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-234-149/+297
| * | | | tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-231-4/+1
| * | | | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-234-55/+148
| | |_|/ | |/| |
* | | | Merge tag 'perf-annotate-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-04-278-195/+645
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud