aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
Commit message (Expand)AuthorAgeFilesLines
...
* oprofile: Remove oprofile_multiplexing_init()Robert Richter2009-07-202-14/+2
* oprofile: Rename variable timeout_jiffies and move to oprofile_files.cRobert Richter2009-07-203-8/+9
* oprofile: oprofile_set_timeout(), return with error for invalid argsRobert Richter2009-07-201-3/+8
* oprofile: Implement performance counter multiplexingJason Yeh2009-07-204-0/+133
*-. Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-141-0/+1
|\ \
| | * Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into o...Robert Richter2009-06-121-0/+1
| | |\ | |/ / |/| |
| | * oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson2009-06-121-0/+1
| * | oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson2009-07-101-0/+1
| |/
* | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-0/+15
* | oprofile: remove obselete include headersRobert Richter2009-06-111-1/+0
|/
* oprofile: fix cpu buffer sizeRobert Richter2009-05-071-2/+6
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-3/+2
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-3/+2
| |\
| | * Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-063-5/+30
| | |\
| | * | ring_buffer: remove unused flags parameter, fixIngo Molnar2009-02-061-3/+2
| * | | oprofile: Thou shalt not call __exit functions from __init functionsRussell King2009-03-301-1/+1
| | |/ | |/|
* | | Merge branch 'x86/core' into cpus4096Ingo Molnar2009-03-112-0/+12
|\ \ \ | |/ /
| * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-272-0/+12
| |\ \ | | |/
| | * oprofile: fix uninitialized use of struct op_entryRobert Richter2009-01-172-0/+12
* | | cpumask: modifiy oprofile initializationRobert Richter2009-01-223-26/+7
|/ /
* | cpumask: convert misc driver functionsRusty Russell2009-01-113-5/+30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2009-01-097-296/+340
|\
| * oprofile: make new cpu buffer functions part of the apiRobert Richter2009-01-072-10/+15
| * oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeRobert Richter2009-01-072-10/+0
| * oprofile: use new data sample format for ibsRobert Richter2009-01-073-59/+35
| * oprofile: add op_cpu_buffer_get_data()Robert Richter2009-01-072-2/+24
| * oprofile: add op_cpu_buffer_add_data()Robert Richter2009-01-072-1/+13
| * oprofile: rework implementation of cpu buffer eventsRobert Richter2009-01-073-91/+102
| * oprofile: modify op_cpu_buffer_read_entry()Robert Richter2009-01-073-14/+25
| * oprofile: add op_cpu_buffer_write_reserve()Robert Richter2009-01-072-15/+37
| * oprofile: rename variables in add_ibs_begin()Robert Richter2009-01-071-13/+13
| * oprofile: rename add_sample() in cpu_buffer.cRobert Richter2009-01-071-11/+11
| * oprofile: making add_sample_entry() inlineRobert Richter2009-01-071-1/+1
| * oprofile: remove backtrace code for ibsRobert Richter2009-01-072-10/+2
| * oprofile: remove unused ibs macroRobert Richter2009-01-071-2/+0
| * oprofile: remove unused components in struct oprofile_cpu_bufferRobert Richter2009-01-072-4/+0
| * oprofile: simplify add_ibs_begin()Robert Richter2009-01-071-5/+2
| * oprofile: simplify add_sample() in cpu_buffer.cRobert Richter2008-12-301-5/+1
| * oprofile: simplify oprofile_begin_trace()Robert Richter2008-12-291-5/+4
| * oprofile: simplify sync_buffer()Robert Richter2008-12-291-6/+14
| * oprofile: simplify add_sample()Robert Richter2008-12-291-20/+19
| * oprofile: add inline function __oprofile_add_ext_sample()Robert Richter2008-12-291-3/+10
| * oprofile: reordering some code in cpu_buffer.cRobert Richter2008-12-291-10/+10
| * oprofile: remove ring buffer inline functions in cpu_buffer.hRobert Richter2008-12-292-48/+50
| * oprofile: rename cpu buffer functionsRobert Richter2008-12-293-12/+12
| * oprofile: rename kernel-wide identifiersRobert Richter2008-12-165-27/+28
* | zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* | 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