forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: Remove CONFIG_OPROFILE support
The "oprofile" user-space tools don't use the kernel OPROFILE support any more, and haven't in a long time. User-space has been converted to the perf interfaces. Remove kernel's old oprofile support. Suggested-by: Christoph Hellwig <[email protected]> Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Acked-by: Robert Richter <[email protected]> Acked-by: Paul E. McKenney <[email protected]> #RCU Acked-by: William Cohen <[email protected]> Acked-by: Al Viro <[email protected]> Acked-by: Thomas Gleixner <[email protected]>
- Loading branch information
Showing
24 changed files
with
2 additions
and
3,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1414,7 +1414,6 @@ F: arch/arm*/include/asm/hw_breakpoint.h | |
F: arch/arm*/include/asm/perf_event.h | ||
F: arch/arm*/kernel/hw_breakpoint.c | ||
F: arch/arm*/kernel/perf_* | ||
F: arch/arm/oprofile/common.c | ||
F: drivers/perf/ | ||
F: include/linux/perf/arm_pmu.h | ||
|
||
|
@@ -4083,7 +4082,6 @@ W: http://www.ibm.com/developerworks/power/cell/ | |
F: arch/powerpc/include/asm/cell*.h | ||
F: arch/powerpc/include/asm/spu*.h | ||
F: arch/powerpc/include/uapi/asm/spu*.h | ||
F: arch/powerpc/oprofile/*cell* | ||
F: arch/powerpc/platforms/cell/ | ||
|
||
CELLWISE CW2015 BATTERY DRIVER | ||
|
@@ -13311,15 +13309,6 @@ S: Maintained | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git | ||
F: sound/drivers/opl4/ | ||
|
||
OPROFILE | ||
M: Robert Richter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/*/include/asm/oprofile*.h | ||
F: arch/*/oprofile/ | ||
F: drivers/oprofile/ | ||
F: include/linux/oprofile.h | ||
|
||
ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | ||
M: Mark Fasheh <[email protected]> | ||
M: Joel Becker <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.