aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-10oprofile: fix lost sample counterRobert Richter1-30/+53
2008-12-10oprofile: remove nr_available_slots()Robert Richter1-34/+0
2008-12-10oprofile: port to the new ring_bufferRobert Richter3-85/+114
2008-12-10oprofile: moving cpu_buffer_reset() to cpu_buffer.hRobert Richter3-27/+14
2008-12-10oprofile: adding cpu_buffer_entries()Robert Richter2-29/+29
2008-12-10oprofile: adding cpu_buffer_write_commit()Robert Richter2-17/+18
2008-12-10oprofile: adding cpu buffer r/w access functionsRobert Richter3-12/+22
2008-12-10oprofile: set values to default when creating oprofilefsRobert Richter1-3/+12
2008-12-10oprofile: implement switch/case in buffer_sync.cRobert Richter1-8/+14
2008-12-10oprofile: fix typoRobert Richter1-1/+1
2008-12-10oprofile: whitspace changes onlyRobert Richter1-2/+2
2008-12-10oprofile: comment cleanupRobert Richter1-9/+16
2008-10-27oprofile: fix memory orderingNick Piggin1-3/+3
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofileLinus Torvalds13-184/+174
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love3-1/+45
2008-10-20OProfile: Fix buffer synchronization for IBSBarry Kasindorf1-1/+7
2008-10-17oprofile: hotplug cpu fixChris J Arges1-2/+7
2008-10-16oprofile: fixing whitespaces in drivers/oprofile/*Robert Richter12-60/+60
2008-10-15x86/oprofile: removing unused function parameter in add_ibs_begin()Robert Richter1-5/+3
2008-10-15oprofile: more whitespace fixesRobert Richter9-72/+72
2008-10-15oprofile: whitespace fixesRobert Richter2-13/+12
2008-10-15OProfile: Rework oprofile_add_ibs_sample() functionRobert Richter1-33/+15
2008-10-13Merge branch 'linus' into oprofile-v2Ingo Molnar2-1/+5
2008-09-24Merge commit 'v2.6.27-rc5' into tip/oprofileRobert Richter2-1/+5
2008-09-24Revert "Oprofile Multiplexing Patch"Robert Richter3-95/+6
2008-08-26powerpc/cell/oprofile: Avoid double vfree of profile bufferCarl Love2-1/+5
2008-07-26Oprofile Multiplexing PatchJason Yeh3-6/+95
2008-07-26oprofile: fix printk in cpu_buffer.cRobert Richter1-1/+1
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter2-0/+10
2008-07-26x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesBarry Kasindorf3-2/+140
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-05-14oprofile: don't request cache line alignment for cpu_bufferEric Dumazet2-2/+2
2008-04-28oprofile: change cpu_buffer from array to per_cpu variableMike Travis4-12/+13
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-12/+9
2007-11-14oProfile: oops when profile_pc() returns ~0LUPhilippe Elie3-0/+12
2007-07-20[CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson3-20/+31
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-03-28[PATCH] oprofile: fix potential deadlock on oprofilefs_lockJiri Kosina2-4/+6
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven4-10/+10
2006-12-08[PATCH] struct path: convert oprofileJosef Sipek1-4/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells2-5/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-5/+5
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster4-25/+25
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-28[PATCH] for_each_possible_cpu: oprofile.KAMEZAWA Hiroyuki1-2/+2