aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile/cpu_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+2
2014-08-26drivers/oprofile: Replace __get_cpu_var uses for address calculationGravatar Christoph Lameter 1-5/+5
2012-08-27oprofile: Remove 'WQ on CPUx, prefer CPUy' warningGravatar Robert Richter 1-8/+3
2011-02-15oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam...Gravatar Heinz Graalfs 1-7/+17
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Gravatar Tejun Heo 1-3/+7
2010-08-25oprofile: fix crash when accessing freed task structsGravatar Robert Richter 1-2/+0
2010-05-03oprofile: protect from not being in an IRQ contextGravatar Phil Carmody 1-2/+10
2010-04-23Merge commit 'tip/tracing/core' into oprofile/coreGravatar Robert Richter 1-1/+1
2010-04-23oprofile: remove double ring bufferingGravatar Andi Kleen 1-50/+13
2010-03-31ring-buffer: Add place holder recording of dropped eventsGravatar Steven Rostedt 1-2/+2
2009-10-29percpu: make percpu symbols in oprofile uniqueGravatar Tejun Heo 1-10/+9
2009-06-11x86/oprofile: introduce oprofile_add_data64()Gravatar Robert Richter 1-0/+15
2009-06-11oprofile: remove obselete include headersGravatar Robert Richter 1-1/+0
2009-05-07oprofile: fix cpu buffer sizeGravatar Robert Richter 1-2/+6
2009-02-06ring_buffer: remove unused flags parameter, fixGravatar Ingo Molnar 1-3/+2
2009-01-17oprofile: fix uninitialized use of struct op_entryGravatar Robert Richter 1-0/+5
2009-01-07oprofile: make new cpu buffer functions part of the apiGravatar Robert Richter 1-3/+14
2009-01-07oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs codeGravatar Robert Richter 1-4/+0
2009-01-07oprofile: use new data sample format for ibsGravatar Robert Richter 1-16/+23
2009-01-07oprofile: add op_cpu_buffer_add_data()Gravatar Robert Richter 1-1/+1
2009-01-07oprofile: rework implementation of cpu buffer eventsGravatar Robert Richter 1-64/+75
2009-01-07oprofile: modify op_cpu_buffer_read_entry()Gravatar Robert Richter 1-3/+11
2009-01-07oprofile: add op_cpu_buffer_write_reserve()Gravatar Robert Richter 1-13/+30
2009-01-07oprofile: rename add_sample() in cpu_buffer.cGravatar Robert Richter 1-11/+11
2009-01-07oprofile: remove backtrace code for ibsGravatar Robert Richter 1-8/+2
2009-01-07oprofile: remove unused ibs macroGravatar Robert Richter 1-2/+0
2009-01-07oprofile: remove unused components in struct oprofile_cpu_bufferGravatar Robert Richter 1-2/+0
2008-12-30oprofile: simplify add_sample() in cpu_buffer.cGravatar Robert Richter 1-5/+1
2008-12-29oprofile: simplify oprofile_begin_trace()Gravatar Robert Richter 1-5/+4
2008-12-29oprofile: add inline function __oprofile_add_ext_sample()Gravatar Robert Richter 1-3/+10
2008-12-29oprofile: reordering some code in cpu_buffer.cGravatar Robert Richter 1-10/+10
2008-12-29oprofile: remove ring buffer inline functions in cpu_buffer.hGravatar Robert Richter 1-2/+46
2008-12-29oprofile: rename cpu buffer functionsGravatar Robert Richter 1-2/+2
2008-12-16oprofile: rename kernel-wide identifiersGravatar Robert Richter 1-6/+6
2008-12-10oprofile: fix lost sample counterGravatar Robert Richter 1-30/+53
2008-12-10oprofile: remove nr_available_slots()Gravatar Robert Richter 1-34/+0
2008-12-10oprofile: port to the new ring_bufferGravatar Robert Richter 1-15/+48
2008-12-10oprofile: moving cpu_buffer_reset() to cpu_buffer.hGravatar Robert Richter 1-12/+0
2008-12-10oprofile: adding cpu_buffer_write_commit()Gravatar Robert Richter 1-17/+1
2008-12-10oprofile: adding cpu buffer r/w access functionsGravatar Robert Richter 1-1/+1
2008-12-10oprofile: whitspace changes onlyGravatar Robert Richter 1-2/+2
2008-12-10oprofile: comment cleanupGravatar Robert Richter 1-9/+16
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Gravatar Linus Torvalds 1-52/+39
2008-10-21powerpc/oprofile: Fix mutex locking for cell spu-oprofileGravatar Carl Love 1-1/+14
2008-10-17oprofile: hotplug cpu fixGravatar Chris J Arges 1-2/+7
2008-10-16oprofile: fixing whitespaces in drivers/oprofile/*Gravatar Robert Richter 1-8/+8
2008-10-15oprofile: more whitespace fixesGravatar Robert Richter 1-11/+11
2008-10-15OProfile: Rework oprofile_add_ibs_sample() functionGravatar Robert Richter 1-33/+15
2008-10-13Merge branch 'linus' into oprofile-v2Gravatar Ingo Molnar 1-1/+3
2008-09-30Merge commit 'v2.6.27-rc8' into oprofileGravatar Ingo Molnar 1-1/+3