summaryrefslogtreecommitdiff
path: root/kernel/profile.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro1-2/+2
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker1-24/+0
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-3/+4
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-26kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick1-7/+9
2010-10-31profile: Use vzalloc() rather than vmalloc() & memset()Jesper Juhl1-4/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn1-2/+2
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+2
2010-05-14profile: fix stats and data leakageHugh Dickins1-1/+3
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan1-21/+24
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-4/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-6/+0
2009-02-10profiling: fix broken profiling regressionHugh Dickins1-0/+3
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro1-1/+0
2009-01-01cpumask: convert kernel/profile.cRusty Russell1-13/+25
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-1/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-2/+2
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar1-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro1-2/+2
2008-11-19profiling: clean up profile_nop()Andrew Morton1-1/+1
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick1-1/+1
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt1-1/+1
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen1-10/+31
2008-07-25build kernel/profile.o only when requestedAdrian Bunk1-4/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-3/+3
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev1-2/+2
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-08Nuke a duplicate include from profile.cJesper Juhl1-1/+0
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi1-50/+49
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman1-0/+5
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk1-1/+1
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter1-2/+2
2007-08-11fix compilation with gcc 4.2Peter Chubb1-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-01-23[PATCH] fix "kvm: add vm exit profiling"Andrew Morton1-1/+2
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar1-0/+14
2007-01-05[PATCH] profiling: fix sched profiling typoIngo Molnar1-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+1
2006-12-07[PATCH] sleep profilingIngo Molnar1-9/+30
2006-12-07[PATCH] profile: fix uaccess handlingHeiko Carstens1-1/+2
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+4
2006-09-26[PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter1-4/+12
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0