perf: Rework/fix the whole read vs group stuff
[safe/jmp/linux-2.6] / kernel / perf_counter.c
2009-08-13 Peter Zijlstraperf: Rework/fix the whole read vs group stuff
2009-08-13 Peter Zijlstraperf_counter: Fix swcounter context invariance
2009-08-13 Ingo Molnarperf_counter: Provide hw_perf_counter_setup_online...
2009-08-10 Peter Zijlstraperf_counter: Require CAP_SYS_ADMIN for raw tracepoint...
2009-08-10 Peter Zijlstraperf_counter: Correct PERF_SAMPLE_RAW output
2009-08-09 Peter Zijlstraperf_counter: Fix a race on perf_counter_ctx
2009-08-09 Frederic Weisbeckerperf_counter: Fix tracepoint sampling to be part of...
2009-08-09 Frederic Weisbeckerperf_counter: Work around gcc warning by initializing...
2009-08-09 Peter Zijlstraperf_counter: Fix software counters for fast moving...
2009-08-09 Frederic Weisbeckerperf_counter: Fix/complete ftrace event records sampling
2009-08-09 Peter Zijlstraperf_counter, ftrace: Fix perf_counter integration
2009-08-06 Peter Zijlstraperf_counter: Fix double list iteration in per task...
2009-08-02 Peter Zijlstraperf_counter: Full task tracing
2009-08-02 Peter Zijlstraperf_counter: Collapse inherit on read()
2009-07-22 Linus TorvaldsMerge branch 'perf-counters-for-linus' of git://git...
2009-07-22 Arjan van de Venperf: fix stack data leak
2009-07-22 Anton Blanchardperf_counter: Fix throttle/unthrottle event logging
2009-07-22 Peter Zijlstraperf_counter: PERF_SAMPLE_ID and inherited counters
2009-07-22 Peter Zijlstraperf_counter: Plug more stack leaks
2009-07-22 Arjan van de Venperf: Fix stack data leak
2009-07-22 Peter ZijlstraMerge commit 'tip/perfcounters/core' into perf-counters...
2009-07-18 Anton Blanchardperf_counter: Make sure we dont leak kernel memory...
2009-07-13 Chris Wilsonperf_counter: Fix the tracepoint channel to perfcounters
2009-07-10 Peter Zijlstraperf_counter: Stop open coding unclone_ctx
2009-07-06 Kevin CernekeeFix virt_to_phys() warnings
2009-06-30 Paul Mackerrasperf_counter: Provide a way to enable counters on exec
2009-06-26 Peter Zijlstraperf_counter: Complete counter swap
2009-06-25 Peter Zijlstraperf_counter: Rework the sample ABI
2009-06-25 Peter Zijlstraperf_counter: Implement more accurate per task statistics
2009-06-25 Peter Zijlstraperf_counter: Add PERF_EVENT_READ
2009-06-25 Peter Zijlstraperf_counter, x86: Add mmap counter read support
2009-06-25 Peter Zijlstraperf_counter: Add scale information to the mmap control...
2009-06-23 Peter Zijlstraperf_counter: Optimize perf_counter_alloc()'s inherit...
2009-06-23 Peter Zijlstraperf_counter: Push inherit into perf_counter_alloc()
2009-06-23 Peter Zijlstraperf_counter: Optimize perf_swcounter_event()
2009-06-20 Peter Zijlstraperf_counter: Push perf_sample_data through the swcount...
2009-06-19 Peter Zijlstraperf_counter: Close race in perf_lock_task_context()
2009-06-19 Peter Zijlstraperf_counter: Simplify and fix task migration counting
2009-06-18 Peter Zijlstraperf_counter: Add event overlow handling
2009-06-15 Peter Zijlstraperf_counter: Fix ctx->mutex vs counter->mutex inversion
2009-06-13 Marti Raudseppperf_counter: Fix stack corruption in perf_read_hw
2009-06-13 Paul Mackerrasperf_counter: Fix atomic_set vs. atomic64_t type mismatch
2009-06-12 Peter Zijlstraperf_counter: Add forward/backward attribute ABI compat...
2009-06-12 Peter Zijlstraperf_counter: Remove PERF_TYPE_RAW special casing
2009-06-11 Peter Zijlstraperf_counter: Add counter->id to the throttle event
2009-06-11 Peter Zijlstraperf_counter: Standardize event names
2009-06-11 Peter Zijlstraperf_counter: Rename enums
2009-06-11 Peter Zijlstraperf_counter: Rename perf_counter_limit sysctl
2009-06-11 Peter Zijlstraperf_counter: More paranoia settings
2009-06-11 Peter Zijlstraperf_counter: Accurate period data
2009-06-11 Peter Zijlstraperf_counter: Introduce struct for sample data
2009-06-11 Peter Zijlstraperf_counter: Annotate exit ctx recursion
2009-06-10 Peter Zijlstraperf_counter: More aggressive frequency adjustment
2009-06-06 Ingo Molnarperf_counter: Implement generalized cache event types
2009-06-06 Ingo Molnarperf_counter: Separate out attr->type from attr->config
2009-06-05 Peter Zijlstraperf_counter: Fix frequency adjustment for < HZ
2009-06-05 Peter Zijlstraperf_counter: Add PERF_SAMPLE_PERIOD
2009-06-05 Peter Zijlstraperf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_ID
2009-06-05 Peter Zijlstraperf_counter: Generate mmap events for install_special_...
2009-06-05 Paul Mackerrasperf_counter: Fix lockup with interrupting counters
2009-06-04 Peter Zijlstraperf_counter: Remove munmap stuff
2009-06-04 Peter Zijlstraperf_counter: Add fork event
2009-06-03 Ingo Molnarperf_counter: Fix throttling lock-up
2009-06-03 Peter Zijlstraperf_counter: Fix race in counter initialization
2009-06-02 Peter Zijlstraperf_counter: Rename perf_counter_hw_event => perf_coun...
2009-06-02 Peter Zijlstraperf_counter: Add ioctl for changing the sample period...
2009-06-02 Peter Zijlstraperf_counter: Change data head from u32 to u64
2009-06-02 Peter Zijlstraperf_counter: Rename various fields
2009-06-02 Peter Zijlstraperf_counter: Add unique counter id
2009-06-02 Peter Zijlstraperf_counter: Use PID namespaces properly
2009-06-02 Paul Mackerrasperf_counter: Remove unused prev_state field
2009-06-02 Paul Mackerrasperf_counter: Fix cpu migration counter
2009-06-02 Paul Mackerrasperf_counter: Initialize per-cpu context earlier on...
2009-06-01 Ingo Molnarperf_counter: Tidy up style details
2009-06-01 Paul Mackerrasperf_counter: Allow software counters to count while...
2009-06-01 Paul Mackerrasperf_counter: Provide functions for locking and pinning...
2009-05-29 Peter Zijlstraperf_counter: Ammend cleanup in fork() fail
2009-05-29 Peter Zijlstraperf_counter: Clean up task_ctx vs interrupts
2009-05-29 Peter Zijlstraperf_counter: Fix COMM and MMAP events for cpu wide...
2009-05-29 Ingo Molnarperf_counter: Robustify counter-free logic
2009-05-29 Ingo Molnarperf_counter: Fix cpuctx->task_ctx races
2009-05-29 Paul Mackerrasperf_counter: Don't swap contexts containing locked...
2009-05-28 Paul Mackerrasperf_counter: Fix race in attaching counters to tasks...
2009-05-26 Ingo Molnarperf_counter: Initialize ->oncpu properly
2009-05-25 Ingo Molnarperf_counter: fix warning & lockup
2009-05-25 Peter Zijlstraperf_counter: Generic per counter interrupt throttle
2009-05-25 Peter Zijlstraperf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for...
2009-05-25 Peter Zijlstraperf_counter: Propagate inheritance failures down the...
2009-05-25 Peter Zijlstraperf_counter: Make pctrl() affect inherited counters too
2009-05-24 Ingo Molnarperf_counter: Increase mmap limit
2009-05-24 Peter Zijlstraperf_counter: Remove perf_counter_context::nr_enabled
2009-05-24 Peter Zijlstraperf_counter: Change pctrl() behaviour
2009-05-23 Peter Zijlstraperf_counter: Simplify context cleanup
2009-05-23 Peter Zijlstraperf_counter: Sanitize context locking
2009-05-23 Peter Zijlstraperf_counter: Sanitize counter->mutex
2009-05-23 Peter Zijlstraperf_counter: Fix dynamic irq_period logging
2009-05-22 Paul Mackerrasperf_counter: Optimize context switch between identical...
2009-05-22 Paul Mackerrasperf_counter: Dynamically allocate tasks' perf_counter_...
2009-05-20 Ingo Molnarperf_counter: Fix context removal deadlock
2009-05-20 Peter Zijlstraperf_counter: Optimize sched in/out of counters
next