aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-12perf_counter: Remove PERF_TYPE_RAW special casingPeter Zijlstra1-5/+1
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra1-1/+3
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-10/+10
2009-06-11perf_counter: Rename enumsPeter Zijlstra1-3/+3
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra1-8/+19
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra1-2/+23
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+6
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-16/+22
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra1-1/+12
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-42/+88
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar1-0/+1
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-8/+6
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra1-7/+25
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra1-0/+10
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra1-4/+4
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-12/+22