kernel-ark/drivers/oprofile
Tejun Heo 3d7851b3cd oprofile: Remove deprecated use of flush_scheduled_work()
flush_scheduled_work() is deprecated and scheduled to be removed.
sync_stop() currently cancels cpu_buffer works inside buffer_mutex and
flushes the system workqueue outside.  Instead, split end_cpu_work()
into two parts - stopping further work enqueues and flushing works -
and do the former inside buffer_mutex and latter outside.

For stable kernels v2.6.35.y and v2.6.36.y.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@kernel.org
Signed-off-by: Robert Richter <robert.richter@amd.com>
2010-10-29 11:54:18 +02:00
..
buffer_sync.c oprofile: Remove deprecated use of flush_scheduled_work() 2010-10-29 11:54:18 +02:00
buffer_sync.h cpumask: modifiy oprofile initialization 2009-01-22 14:37:06 +01:00
cpu_buffer.c oprofile: Remove deprecated use of flush_scheduled_work() 2010-10-29 11:54:18 +02:00
cpu_buffer.h oprofile: Remove deprecated use of flush_scheduled_work() 2010-10-29 11:54:18 +02:00
event_buffer.c oprofile: make event buffer nonseekable 2010-07-26 10:58:24 +02:00
event_buffer.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile 2008-10-23 10:05:40 -07:00
oprof.c oprofile: disable write access to oprofilefs while profiler is running 2010-10-12 17:25:06 +02:00
oprof.h oprofile: disable write access to oprofilefs while profiler is running 2010-10-12 17:25:06 +02:00
oprofile_files.c oprofile: disable write access to oprofilefs while profiler is running 2010-10-12 17:25:06 +02:00
oprofile_perf.c oprofile: make !CONFIG_PM function stubs static inline 2010-10-15 12:47:18 +02:00
oprofile_stats.c percpu: make percpu symbols in oprofile unique 2009-10-29 22:34:13 +09:00
oprofile_stats.h oprofile: Adding switch counter to oprofile statistic variables 2009-07-20 16:43:21 +02:00
oprofilefs.c oprofile: disable write access to oprofilefs while profiler is running 2010-10-12 17:25:06 +02:00
timer_int.c oprofile: Fix the hang while taking the cpu offline 2010-10-29 11:52:53 +02:00