aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/oprofile_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro1-6/+6
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro1-8/+8
2012-06-22oprofile, perf: Use per-cpu frameworkRobert Richter1-12/+11
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayWill Deacon1-1/+1
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner1-2/+2
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon1-1/+1
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineRobert Richter1-2/+6
2010-10-15oprofile: fix linker errorsAnand Gadiyar1-1/+1
2010-10-15oprofile: include platform_device.h to fix build breakAnand Gadiyar1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter1-1/+1
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureRobert Richter1-28/+26
2010-10-11oprofile, ARM: Rework op_create_counter()Robert Richter1-10/+10
2010-10-11oprofile, ARM: Remove some goto statementsRobert Richter1-4/+2
2010-10-11oprofile, ARM: Release resources on failureRobert Richter1-0/+1
2010-10-11oprofile: Abstract the perf-events backendMatt Fleming1-0/+326