aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras1-0/+11
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra1-72/+202
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar1-1/+9
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra1-0/+8
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-6/+24
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra1-15/+15
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker1-10/+10
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record unconditionallyFrederic Weisbecker1-3/+4
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra1-70/+94
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-1/+17
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra1-3/+3
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-02perf_counter: Full task tracingPeter Zijlstra1-29/+58
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra1-1/+13
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds1-94/+91
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-61/+31
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-19/+17
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson1-7/+3
2009-07-10perf_counter: Stop open coding unclone_ctxPeter Zijlstra1-19/+17
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras1-0/+50
2009-06-26perf_counter: Complete counter swapPeter Zijlstra1-1/+6
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra1-21/+15
2009-06-25perf_counter: Implement more accurate per task statisticsPeter Zijlstra1-3/+80
2009-06-25perf_counter: Add PERF_EVENT_READPeter Zijlstra1-4/+68
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-1/+9
2009-06-25perf_counter: Add scale information to the mmap control pagePeter Zijlstra1-0/+6
2009-06-23perf_counter: Optimize perf_counter_alloc()'s inherit casePeter Zijlstra1-12/+20
2009-06-23perf_counter: Push inherit into perf_counter_alloc()Peter Zijlstra1-8/+6
2009-06-23perf_counter: Optimize perf_swcounter_event()Peter Zijlstra1-3/+15
2009-06-20perf_counter: Push perf_sample_data through the swcounter codePeter Zijlstra1-26/+29
2009-06-19perf_counter: Close race in perf_lock_task_context()Peter Zijlstra1-6/+5
2009-06-19perf_counter: Simplify and fix task migration countingPeter Zijlstra1-22/+1
2009-06-18perf_counter: Add event overlow handlingPeter Zijlstra1-55/+130
2009-06-15perf_counter: Fix ctx->mutex vs counter->mutex inversionPeter Zijlstra1-23/+11
2009-06-13perf_counter: Fix stack corruption in perf_read_hwMarti Raudsepp1-1/+1
2009-06-13perf_counter: Fix atomic_set vs. atomic64_t type mismatchPaul Mackerras1-1/+1
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra1-3/+86