Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
c4a419b4
Commit
c4a419b4
authored
12 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
kernel: enable perf events when enabling profiling, fixes oprofile on arm
SVN-Revision: 33497
parent
fd7b2b51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Config.in
+5
-0
5 additions, 0 deletions
Config.in
target/linux/generic/config-3.3
+1
-0
1 addition, 0 deletions
target/linux/generic/config-3.3
with
6 additions
and
0 deletions
Config.in
+
5
−
0
View file @
c4a419b4
...
...
@@ -193,9 +193,14 @@ menu "Global build settings"
debugging files into. Enable this option to be able to read and
write to these files.
config KERNEL_PERF_EVENTS
bool
default n
config KERNEL_PROFILING
bool "Compile the kernel with profiling enabled"
default n
select KERNEL_PERF_EVENTS
help
Enable the extended profiling support mechanisms used by profilers such
as OProfile.
...
...
This diff is collapsed.
Click to expand it.
target/linux/generic/config-3.3
+
1
−
0
View file @
c4a419b4
...
...
@@ -922,6 +922,7 @@ CONFIG_HOTPLUG=y
# CONFIG_HWMON_DEBUG_CHIP is not set
# CONFIG_HWMON_VID is not set
# CONFIG_HWSPINLOCK_OMAP is not set
CONFIG_HW_PERF_EVENTS=y
# CONFIG_HW_RANDOM is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment