summaryrefslogtreecommitdiff
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-22perf: fix stack data leakArjan van de Ven
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra
2009-07-22perf: Fix stack data leakArjan van de Ven
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson
2009-07-10perf_counter: Stop open coding unclone_ctxPeter Zijlstra
2009-07-06Fix virt_to_phys() warningsKevin Cernekee
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras
2009-06-26perf_counter: Complete counter swapPeter Zijlstra
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra
2009-06-25perf_counter: Implement more accurate per task statisticsPeter Zijlstra
2009-06-25perf_counter: Add PERF_EVENT_READPeter Zijlstra
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra
2009-06-25perf_counter: Add scale information to the mmap control pagePeter Zijlstra
2009-06-23perf_counter: Optimize perf_counter_alloc()'s inherit casePeter Zijlstra
2009-06-23perf_counter: Push inherit into perf_counter_alloc()Peter Zijlstra
2009-06-23perf_counter: Optimize perf_swcounter_event()Peter Zijlstra
2009-06-20perf_counter: Push perf_sample_data through the swcounter codePeter Zijlstra
2009-06-19perf_counter: Close race in perf_lock_task_context()Peter Zijlstra
2009-06-19perf_counter: Simplify and fix task migration countingPeter Zijlstra
2009-06-18perf_counter: Add event overlow handlingPeter Zijlstra
2009-06-15perf_counter: Fix ctx->mutex vs counter->mutex inversionPeter Zijlstra
2009-06-13perf_counter: Fix stack corruption in perf_read_hwMarti Raudsepp
2009-06-13perf_counter: Fix atomic_set vs. atomic64_t type mismatchPaul Mackerras
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra
2009-06-12perf_counter: Remove PERF_TYPE_RAW special casingPeter Zijlstra
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra
2009-06-11perf_counter: Standardize event namesPeter Zijlstra
2009-06-11perf_counter: Rename enumsPeter Zijlstra
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra
2009-06-11perf_counter: Accurate period dataPeter Zijlstra
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra
2009-06-05perf_counter: Fix lockup with interrupting countersPaul Mackerras
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra
2009-06-04perf_counter: Add fork eventPeter Zijlstra
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar
2009-06-03perf_counter: Fix race in counter initializationPeter Zijlstra