summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ppa.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra2-1/+4
2009-06-11perf_counter: Better align codeIngo Molnar1-80/+85
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra8-14/+14
2009-06-11perf_counter: Standardize event namesPeter Zijlstra15-135/+136
2009-06-11perf_counter: Rename enumsPeter Zijlstra2-31/+28
2009-06-11perf_counter tools: Clean up u64 usageIngo Molnar6-47/+47
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra3-12/+23
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra3-6/+27
2009-06-11perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras8-6/+294
2009-06-11perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras3-1/+322
2009-06-11perf_counter: Accurate period dataPeter Zijlstra4-11/+28
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra4-25/+48
2009-06-11perf_counter tools: Normalize data using per sample period dataPeter Zijlstra2-8/+13
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra1-1/+12
2009-06-10perf_counter tools: Propagate signals properlyPeter Zijlstra2-0/+25
2009-06-10perf_counter tools: Small frequency related fixesPeter Zijlstra2-2/+7
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra3-44/+92
2009-06-10perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang1-1/+4
2009-06-09perf_counter, x86: Correct some event and umask values for Intel processorsYong Wang1-7/+7
2009-06-08perf_counter tools: Standardize color printingIngo Molnar3-12/+19
2009-06-08perf report: Add support for profiling JIT generated codePekka Enberg2-1/+79
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra1-0/+2
2009-06-08perf_counter, x86: Clean up hw_cache_event ids copiesThomas Gleixner1-6/+3
2009-06-08perf_counter, x86: Implement generalized cache event types, add AMD supportThomas Gleixner1-0/+102
2009-06-08perf_counter: Clean up x86 boot messagesIngo Molnar1-22/+24
2009-06-08perf_counter, x86: Implement generalized cache event types, add Atom supportThomas Gleixner1-1/+84
2009-06-08perf_counter, x86: Implement generalized cache event types, add Core2 supportThomas Gleixner1-1/+84
2009-06-07perf stat: Print out instructins/cycle metricIngo Molnar1-0/+11
2009-06-07perf report: Print more expressive message in case of file open errorIngo Molnar1-1/+4
2009-06-07perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTERIngo Molnar2-7/+8
2009-06-07perf record: Fall back to cpu-clock-ticks if no PMUIngo Molnar2-6/+33
2009-06-07perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter av...Ingo Molnar2-50/+73
2009-06-07perf stat: Continue even on counter creation errorIngo Molnar1-14/+17
2009-06-07perf top: Wait for a minimal set of events before reading first snapshotFrederic Weisbecker1-5/+17
2009-06-06perf annotate: Fix command line help textIngo Molnar1-1/+1
2009-06-06perf_counter tools: Initialize a stack variable before useArjan van de Ven1-0/+2
2009-06-06perf annotate: Automatically pick up vmlinux in the local directoryIngo Molnar1-1/+1
2009-06-06perf_counter tools: Fix error condition in parse_aliases()Ingo Molnar1-4/+4
2009-06-06perf_counter tools: Warning fixes on 32-bitArjan van de Ven2-3/+3
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar69-0/+0
2009-06-06perf_counter tools: Add 'perf annotate' featureIngo Molnar4-139/+229
2009-06-06perf_counter tools: Prepare for 'perf annotate'Ingo Molnar6-2/+1325
2009-06-06perf_counter tools: Tidy up manpage detailsIngo Molnar5-6/+6
2009-06-06perf_counter tools: Uniform help printoutsIngo Molnar5-15/+17
2009-06-06perf_counter tools: Add help for perf listThomas Gleixner5-64/+42
2009-06-06perf_counter tools: Fix cache-event printoutIngo Molnar1-28/+28
2009-06-06perf_counter tools: Add 'perf list' to list available eventsThomas Gleixner9-34/+61
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar4-11/+329
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar10-274/+196
2009-06-05perf top: Fix zero or negative refresh delayFrederic Weisbecker1-0/+3