aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07oprofile: remove unused ibs macroRobert Richter1-2/+0
2009-01-07oprofile: remove unused components in struct oprofile_cpu_bufferRobert Richter2-4/+0
2009-01-07oprofile: simplify add_ibs_begin()Robert Richter1-5/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-30oprofile: simplify add_sample() in cpu_buffer.cRobert Richter1-5/+1
2008-12-29oprofile: simplify oprofile_begin_trace()Robert Richter1-5/+4
2008-12-29oprofile: simplify sync_buffer()Robert Richter1-6/+14
2008-12-29oprofile: simplify add_sample()Robert Richter1-20/+19
2008-12-29oprofile: add inline function __oprofile_add_ext_sample()Robert Richter1-3/+10
2008-12-29oprofile: reordering some code in cpu_buffer.cRobert Richter1-10/+10
2008-12-29oprofile: remove ring buffer inline functions in cpu_buffer.hRobert Richter2-48/+50
2008-12-29oprofile: rename cpu buffer functionsRobert Richter3-12/+12
2008-12-16oprofile: rename kernel-wide identifiersRobert Richter5-27/+28
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