aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile/buffer_sync.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-31oprofile: Fix locking dependency in sync_start()Gravatar Robert Richter 1-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsGravatar Robert Richter 1-4/+9
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-08-25oprofile: fix crash when accessing freed task structsGravatar Robert Richter 1-13/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleGravatar Li Zefan 1-2/+1
2009-01-22cpumask: modifiy oprofile initializationGravatar Robert Richter 1-14/+6
2009-01-11cpumask: convert misc driver functionsGravatar Rusty Russell 1-4/+18
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Gravatar Linus Torvalds 1-109/+79
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeGravatar Robert Richter 1-6/+0
2009-01-07oprofile: use new data sample format for ibsGravatar Robert Richter 1-41/+12
2009-01-07oprofile: add op_cpu_buffer_get_data()Gravatar Robert Richter 1-2/+4
2009-01-07oprofile: rework implementation of cpu buffer eventsGravatar Robert Richter 1-22/+20
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Gravatar Robert Richter 1-10/+13
2009-01-07oprofile: rename variables in add_ibs_begin()Gravatar Robert Richter 1-13/+13
2009-01-07oprofile: making add_sample_entry() inlineGravatar Robert Richter 1-1/+1
2009-01-07oprofile: remove backtrace code for ibsGravatar Robert Richter 1-2/+0
2009-01-07oprofile: simplify add_ibs_begin()Gravatar Robert Richter 1-5/+2
2008-12-31shrink struct dentryGravatar Nick Piggin 1-1/+1
2008-12-29oprofile: simplify sync_buffer()Gravatar Robert Richter 1-6/+14
2008-12-29oprofile: simplify add_sample()Gravatar Robert Richter 1-20/+19
2008-12-29oprofile: rename cpu buffer functionsGravatar Robert Richter 1-5/+5
2008-12-10oprofile: port to the new ring_bufferGravatar Robert Richter 1-40/+25
2008-12-10oprofile: moving cpu_buffer_reset() to cpu_buffer.hGravatar Robert Richter 1-0/+1
2008-12-10oprofile: adding cpu_buffer_entries()Gravatar Robert Richter 1-29/+2
2008-12-10oprofile: adding cpu buffer r/w access functionsGravatar Robert Richter 1-11/+9
2008-12-10oprofile: implement switch/case in buffer_sync.cGravatar Robert Richter 1-8/+14
2008-12-10oprofile: fix typoGravatar Robert Richter 1-1/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Gravatar Linus Torvalds 1-7/+10
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileGravatar Carl Love 1-0/+24
2008-10-20OProfile: Fix buffer synchronization for IBSGravatar Barry Kasindorf 1-1/+7
2008-10-15x86/oprofile: removing unused function parameter in add_ibs_begin()Gravatar Robert Richter 1-5/+3
2008-10-15oprofile: whitespace fixesGravatar Robert Richter 1-1/+0
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionGravatar Robert Richter 1-0/+6
2008-07-26x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesGravatar Barry Kasindorf 1-1/+71
2008-07-26OProfile: moving increment_tail() in buffer_sync.cGravatar Robert Richter 1-13/+11
2008-07-26drivers/oprofile: coding style fixes in buffer_sync.cGravatar Robert Richter 1-54/+57
2008-04-28oprofile: change cpu_buffer from array to per_cpu variableGravatar Mike Travis 1-1/+1
2008-02-14d_path: Make get_dcookie() use a struct path argumentGravatar Jan Blunck 1-12/+9
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsGravatar Bob Nelson 1-1/+2
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2006-12-08[PATCH] struct path: convert oprofileGravatar Josef Sipek 1-4/+4
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesGravatar Markus Armbruster 1-4/+4
2006-01-08[PATCH] Make RCU task_struct safe for oprofileGravatar Paul E. McKenney 1-15/+15
2005-06-24[PATCH] oprofile: report anonymous region samplesGravatar John Levon 1-11/+18
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+547