Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156256
b: refs/heads/master
c: 470a139
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Aug 2, 2009
1 parent 38a3f6c commit acbf295
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d1b6949d2c855f195de0f5146625015ecca3944
refs/heads/master: 470a1396c25c27b4aff08b14d5c9cd9b3da15e09
10 changes: 9 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,17 @@ config PERF_COUNTERS
Say Y if unsure.

config EVENT_PROFILE
bool "Tracepoint profile sources"
bool "Tracepoint profiling sources"
depends on PERF_COUNTERS && EVENT_TRACING
default y
help
Allow the use of tracepoints as software performance counters.

When this is enabled, you can create perf counters based on
tracepoints using PERF_TYPE_TRACEPOINT and the tracepoint ID
found in debugfs://tracing/events/*/*/id. (The -e/--events
option to the perf tool can parse and interpret symbolic
tracepoints, in the subsystem:tracepoint_name format.)

endmenu

Expand Down

0 comments on commit acbf295

Please sign in to comment.