aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/buffer_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-12-05constify get_dcookie() and friendsAl Viro1-1/+1
2015-04-17oprofile: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-14/+16
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-14/+3
2011-05-31oprofile: Fix locking dependency in sync_start()Robert Richter1-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsRobert Richter1-4/+9
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Tejun Heo1-1/+1
2010-08-25oprofile: fix crash when accessing freed task structsRobert Richter1-13/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-01-22cpumask: modifiy oprofile initializationRobert Richter1-14/+6
2009-01-11cpumask: convert misc driver functionsRusty Russell1-4/+18
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds1-109/+79
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeRobert Richter1-6/+0
2009-01-07oprofile: use new data sample format for ibsRobert Richter1-41/+12
2009-01-07oprofile: add op_cpu_buffer_get_data()Robert Richter1-2/+4
2009-01-07oprofile: rework implementation of cpu buffer eventsRobert Richter1-22/+20
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Robert Richter1-10/+13
2009-01-07oprofile: rename variables in add_ibs_begin()Robert Richter1-13/+13
2009-01-07oprofile: making add_sample_entry() inlineRobert Richter1-1/+1
2009-01-07oprofile: remove backtrace code for ibsRobert Richter1-2/+0
2009-01-07oprofile: simplify add_ibs_begin()Robert Richter1-5/+2
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-29oprofile: simplify sync_buffer()Robert Richter1-6/+14
2008-12-29oprofile: simplify add_sample()Robert Richter1-20/+19
2008-12-29oprofile: rename cpu buffer functionsRobert Richter1-5/+5
2008-12-10oprofile: port to the new ring_bufferRobert Richter1-40/+25
2008-12-10oprofile: moving cpu_buffer_reset() to cpu_buffer.hRobert Richter1-0/+1
2008-12-10oprofile: adding cpu_buffer_entries()Robert Richter1-29/+2
2008-12-10oprofile: adding cpu buffer r/w access functionsRobert Richter1-11/+9
2008-12-10oprofile: implement switch/case in buffer_sync.cRobert Richter1-8/+14
2008-12-10oprofile: fix typoRobert Richter1-1/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds1-7/+10
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love1-0/+24
2008-10-20OProfile: Fix buffer synchronization for IBSBarry Kasindorf1-1/+7
2008-10-15x86/oprofile: removing unused function parameter in add_ibs_begin()Robert Richter1-5/+3
2008-10-15oprofile: whitespace fixesRobert Richter1-1/+0
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter1-0/+6
2008-07-26x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesBarry Kasindorf1-1/+71
2008-07-26OProfile: moving increment_tail() in buffer_sync.cRobert Richter1-13/+11
2008-07-26drivers/oprofile: coding style fixes in buffer_sync.cRobert Richter1-54/+57
2008-04-28oprofile: change cpu_buffer from array to per_cpu variableMike Travis1-1/+1
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-12/+9
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson1-1/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2006-12-08[PATCH] struct path: convert oprofileJosef Sipek1-4/+4
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster1-4/+4
2006-01-08[PATCH] Make RCU task_struct safe for oprofilePaul E. McKenney1-15/+15
2005-06-24[PATCH] oprofile: report anonymous region samplesJohn Levon1-11/+18