aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
Commit message (Expand)AuthorAgeFilesLines
* shrink struct dentryNick Piggin2008-12-311-1/+1
* oprofile: fix lost sample counterRobert Richter2008-12-101-30/+53
* oprofile: remove nr_available_slots()Robert Richter2008-12-101-34/+0
* oprofile: port to the new ring_bufferRobert Richter2008-12-103-85/+114
* oprofile: moving cpu_buffer_reset() to cpu_buffer.hRobert Richter2008-12-103-27/+14
* oprofile: adding cpu_buffer_entries()Robert Richter2008-12-102-29/+29
* oprofile: adding cpu_buffer_write_commit()Robert Richter2008-12-102-17/+18
* oprofile: adding cpu buffer r/w access functionsRobert Richter2008-12-103-12/+22
* oprofile: set values to default when creating oprofilefsRobert Richter2008-12-101-3/+12
* oprofile: implement switch/case in buffer_sync.cRobert Richter2008-12-101-8/+14
* oprofile: fix typoRobert Richter2008-12-101-1/+1
* oprofile: whitspace changes onlyRobert Richter2008-12-101-2/+2
* oprofile: comment cleanupRobert Richter2008-12-101-9/+16
* oprofile: fix memory orderingNick Piggin2008-10-271-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2008-10-2313-184/+174
|\
| * OProfile: Fix buffer synchronization for IBSBarry Kasindorf2008-10-201-1/+7
| * oprofile: hotplug cpu fixChris J Arges2008-10-171-2/+7
| * oprofile: fixing whitespaces in drivers/oprofile/*Robert Richter2008-10-1612-60/+60
| * x86/oprofile: removing unused function parameter in add_ibs_begin()Robert Richter2008-10-151-5/+3
| * oprofile: more whitespace fixesRobert Richter2008-10-159-72/+72
| * oprofile: whitespace fixesRobert Richter2008-10-152-13/+12
| * OProfile: Rework oprofile_add_ibs_sample() functionRobert Richter2008-10-151-33/+15
| * Merge commit 'v2.6.27-rc5' into tip/oprofileRobert Richter2008-09-242-1/+5
| |\
| * | Revert "Oprofile Multiplexing Patch"Robert Richter2008-09-243-95/+6
| * | Oprofile Multiplexing PatchJason Yeh2008-07-263-6/+95
* | | powerpc/oprofile: Fix mutex locking for cell spu-oprofileCarl Love2008-10-213-1/+45
* | | Merge branch 'linus' into oprofile-v2Ingo Molnar2008-10-132-1/+5
|\ \ \ | |/ / |/| / | |/
| * powerpc/cell/oprofile: Avoid double vfree of profile bufferCarl Love2008-08-262-1/+5
* | oprofile: fix printk in cpu_buffer.cRobert Richter2008-07-261-1/+1
* | x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter2008-07-262-0/+10
* | x86/oprofile: add IBS support for AMD CPUs, IBS buffer handling routinesBarry Kasindorf2008-07-263-2/+140
* | OProfile: moving increment_tail() in buffer_sync.cRobert Richter2008-07-261-13/+11
* | drivers/oprofile: coding style fixes in buffer_sync.cRobert Richter2008-07-261-54/+57
|/
* oprofile: don't request cache line alignment for cpu_bufferEric Dumazet2008-05-142-2/+2
* oprofile: change cpu_buffer from array to per_cpu variableMike Travis2008-04-284-12/+13
* d_path: Make get_dcookie() use a struct path argumentJan Blunck2008-02-141-12/+9
* oProfile: oops when profile_pc() returns ~0LUPhilippe Elie2007-11-143-0/+12
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-203-20/+31
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [PATCH] oprofile: fix potential deadlock on oprofilefs_lockJiri Kosina2007-03-282-4/+6
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-124-10/+10
* [PATCH] struct path: convert oprofileJosef Sipek2006-12-081-4/+4
* WorkStruct: make allyesconfigDavid Howells2006-11-222-5/+6
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-5/+5
* [PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster2006-06-254-25/+25
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-3/+3
* [PATCH] for_each_possible_cpu: oprofile.KAMEZAWA Hiroyuki2006-03-281-2/+2
* [PATCH] Add oprofile_add_ext_sampleBrian Rogan2006-03-281-3/+10