aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/rename' into perf/coreIngo Molnar2010-12-0113-121/+121
|\
| * perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-1612-120/+120
* | perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford2010-11-301-4/+8
* | perf packaging: add memcpy to perf MANIFESTDon Zickus2010-11-301-0/+1
* | perf debug: Simplify trace_eventArnaldo Carvalho de Melo2010-11-301-28/+13
* | perf session: Allocate chunks of sample objectsThomas Gleixner2010-11-302-5/+19
* | perf session: Cache sample objectsThomas Gleixner2010-11-302-4/+27
* | perf session: Keep file mmaped instead of malloc/memcpyThomas Gleixner2010-11-301-16/+11
* | perf session: Use sensible mmap sizeThomas Gleixner2010-11-301-12/+29
* | perf session: Simplify termination checksThomas Gleixner2010-11-301-9/+11
* | perf session: Move ui_progress_update in __perf_session__process_events()Thomas Gleixner2010-11-301-1/+1
* | perf session: Cleanup __perf_session__process_events()Thomas Gleixner2010-11-301-40/+37
* | perf session: Use appropriate pointer type instead of silly typecastingThomas Gleixner2010-11-301-2/+2
* | perf session: Fix list sort algorithmThomas Gleixner2010-11-302-68/+49
* | perf events: Precalculate the header space for PERF_SAMPLE_ fieldsArnaldo Carvalho de Melo2010-11-302-59/+93
* | perf tools: Fix lost and unknown events handlingArnaldo Carvalho de Melo2010-11-274-1/+46
* | perf trace: Handle DT_UNKNOWN on filesystems that don't support d_typeShawn Bohrer2010-11-271-8/+25
* | perf symbols: Correct final kernel map guessesIan Munsie2010-11-272-2/+2
* | perf events: Default to using event__process_lostArnaldo Carvalho de Melo2010-11-261-1/+1
* | perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo2010-11-264-5/+26
* | perf, x86: P4 PMU - describe config formatCyrill Gorcunov2010-11-261-8/+55
* | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-2624-42/+38
* | x86: Set cpu masks before calling CPU_STARTING notifiersAndi Kleen2010-11-261-4/+7
* | perf: Ignore non-sampling overflowsPeter Zijlstra2010-11-261-0/+7
* | perf: Don't bother to init the hrtimer for no SW sampling countersFranck Bui-Huu2010-11-261-11/+13
* | perf: Limit event refresh to sampling eventFranck Bui-Huu2010-11-261-1/+1
* | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-263-6/+11
* | scripts/tags.sh: Add magic for trace-eventsPeter Zijlstra2010-11-261-1/+3
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-2612-46/+144
|\ \
| * | perf: Fix the software context switch counterPeter Zijlstra2010-11-262-16/+15
| * | perf, x86: Fixup Kconfig depsPeter Zijlstra2010-11-261-1/+1
| * | x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus2010-11-261-0/+20
| * | perf: Fix inherit vs. context rotation bugThomas Gleixner2010-11-262-2/+21
| * | perf symbols: Remove incorrect open-coded container_of()Rabin Vincent2010-11-231-1/+3
| * | perf record: Handle restrictive permissions in /proc/{kallsyms,modules}Arnaldo Carvalho de Melo2010-11-221-8/+9
| * | x86/kprobes: Prevent kprobes to probe on save_args()Masami Hiramatsu2010-11-181-0/+2
| * | irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
| * | perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
| * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-184-2/+15
| |\ \
| | * | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-123-2/+11
| | * | x86: Ignore trap bits on single step exceptionsFrederic Weisbecker2010-11-121-0/+4
| * | | x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick2010-11-181-3/+4
* | | | Merge commit 'v2.6.37-rc3' into perf/coreIngo Molnar2010-11-26412-1329/+2474
|\ \ \ \
| * | | | Linux 2.6.37-rc3Linus Torvalds2010-11-211-1/+1
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-11-196-56/+37
| |\ \ \ \
| | * | | | ext4: Add EXT4_IOC_TRIM ioctl to handle batched discardLukas Czerner2010-11-191-0/+24
| | * | | | fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2010-11-193-41/+0
| | * | | | ext4: ext4_fill_super shouldn't return 0 on corruptionDarrick J. Wong2010-11-191-2/+3
| | * | | | jbd2: fix /proc/fs/jbd2/<dev> when using an external journalyangsheng2010-11-171-8/+8
| | * | | | ext4: missing unlock in ext4_clear_request_list()Dan Carpenter2010-11-171-3/+0