aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile/oprofile_perf.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-18oprofile: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-09-03oprofilefs_create_...() do not need superblock argumentGravatar Al Viro 1-6/+6
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentGravatar Al Viro 1-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Gravatar Al Viro 1-8/+8
2012-06-22oprofile, perf: Use per-cpu frameworkGravatar Robert Richter 1-12/+11
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayGravatar Will Deacon 1-1/+1
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawGravatar Thomas Gleixner 1-2/+2
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendGravatar Will Deacon 1-1/+1
2011-07-01perf: Add context field to perf_eventGravatar Avi Kivity 1-1/+1
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineGravatar Robert Richter 1-2/+6
2010-10-15oprofile: fix linker errorsGravatar Anand Gadiyar 1-1/+1
2010-10-15oprofile: include platform_device.h to fix build breakGravatar Anand Gadiyar 1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreGravatar Robert Richter 1-1/+1
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureGravatar Robert Richter 1-28/+26
2010-10-11oprofile, ARM: Rework op_create_counter()Gravatar Robert Richter 1-10/+10
2010-10-11oprofile, ARM: Remove some goto statementsGravatar Robert Richter 1-4/+2
2010-10-11oprofile, ARM: Release resources on failureGravatar Robert Richter 1-0/+1
2010-10-11oprofile: Abstract the perf-events backendGravatar Matt Fleming 1-0/+326