summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/buffer_sync.c
AgeCommit message (Expand)AuthorLines
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso-14/+16
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov-14/+3
2011-05-31oprofile: Fix locking dependency in sync_start()Robert Richter-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsRobert Richter-4/+9
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Tejun Heo-1/+1
2010-08-25oprofile: fix crash when accessing freed task structsRobert Richter-13/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan-2/+1
2009-01-22cpumask: modifiy oprofile initializationRobert Richter-14/+6
2009-01-11cpumask: convert misc driver functionsRusty Russell-4/+18
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds-109/+79
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeRobert Richter-6/+0
2009-01-07oprofile: use new data sample format for ibsRobert Richter-41/+12
2009-01-07oprofile: add op_cpu_buffer_get_data()Robert Richter-2/+4
2009-01-07oprofile: rework implementation of cpu buffer eventsRobert Richter-22/+20
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Robert Richter-10/+13
2009-01-07oprofile: rename variables in add_ibs_begin()Robert Richter-13/+13
2009-01-07oprofile: making add_sample_entry() inlineRobert Richter-1/+1
2009-01-07oprofile: remove backtrace code for ibsRobert Richter-2/+0
2009-01-07oprofile: simplify add_ibs_begin()Robert Richter-5/+2
2008-12-31shrink struct dentryNick Piggin-1/+1
2008-12-29oprofile: simplify sync_buffer()Robert Richter-6/+14
2008-12-29oprofile: simplify add_sample()Robert Richter-20/+19
2008-12-29oprofile: rename cpu buffer functionsRobert Richter-5/+5
2008-12-10oprofile: port to the new ring_bufferRobert Richter-40/+25
2008-12-10oprofile: moving cpu_buffer_reset() to cpu_buffer.hRobert Richter-0/+1
2008-12-10oprofile: adding cpu_buffer_entries()Robert Richter-29/+2
2008-12-10oprofile: adding cpu buffer r/w access functionsRobert Richter-11/+9
2008-12-10oprofile: implement switch/case in buffer_sync.cRobert Richter-8/+14
2008-12-10oprofile: fix typoRobert Richter-1/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds-7/+10
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love-0/+24
2008-10-20OProfile: Fix buffer synchronization for IBSBarry Kasindorf-1/+7
2008-10-15x86/oprofile: removing unused function parameter in add_ibs_begin()Robert Richter-5/+3
2008-10-15oprofile: whitespace fixesRobert Richter-1/+0
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter-0/+6
2008-07-26x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesBarry Kasindorf-1/+71
2008-07-26OProfile: moving increment_tail() in buffer_sync.cRobert Richter-13/+11
2008-07-26drivers/oprofile: coding style fixes in buffer_sync.cRobert Richter-54/+57
2008-04-28oprofile: change cpu_buffer from array to per_cpu variableMike Travis-1/+1
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck-12/+9
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson-1/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2006-12-08[PATCH] struct path: convert oprofileJosef Sipek-4/+4
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster-4/+4
2006-01-08[PATCH] Make RCU task_struct safe for oprofilePaul E. McKenney-15/+15
2005-06-24[PATCH] oprofile: report anonymous region samplesJohn Levon-11/+18
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+547