Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
INTsight
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
Container registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
INTsight
Commits
69cebb35
Commit
69cebb35
authored
6 years ago
by
Luis Gerhorst
Committed by
Bernhard Heinloth
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Kconfig definition for sched_clock
parent
8341a5e9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/measuremore/Kconfig
+2
-2
2 additions, 2 deletions
arch/arm/measuremore/Kconfig
with
2 additions
and
2 deletions
arch/arm/measuremore/Kconfig
+
2
−
2
View file @
69cebb35
...
@@ -7,7 +7,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_PMCCNTR
...
@@ -7,7 +7,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_PMCCNTR
depends on MEASUREMORE && ARM
depends on MEASUREMORE && ARM
bool "Read PMCCNTR register"
bool "Read PMCCNTR register"
config MEASUREMORE_TIMESTAMP_SCHED_CLOCK
config MEASUREMORE_TIMESTAMP_
TYPE_
SCHED_CLOCK
depends on MEASUREMORE
depends on MEASUREMORE
bool "Call sched_clock()"
bool "Call sched_clock()"
...
@@ -17,7 +17,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_KTIME_MONO_FAST
...
@@ -17,7 +17,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_KTIME_MONO_FAST
config MEASUREMORE_TIMESTAMP_TYPE_KTIME
config MEASUREMORE_TIMESTAMP_TYPE_KTIME
depends on MEASUREMORE
depends on MEASUREMORE
bool "Call ktime_get(), export ktime_to_ns(
...
)"
bool "Call ktime_get(), export ktime_to_ns()"
config MEASUREMORE_TIMESTAMP_TYPE_NSTIMEOFDAY
config MEASUREMORE_TIMESTAMP_TYPE_NSTIMEOFDAY
depends on MEASUREMORE
depends on MEASUREMORE
...
...
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