diff options
| author | Ingo Molnar <mingo@kernel.org> | 2012-12-08 09:54:35 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2012-12-08 09:54:35 -0500 |
| commit | cc1b39dbf9f55a438e8a21a694394c20e6a17129 (patch) | |
| tree | cf48e5c871250c2bfd1d0590acd2f0569e95b950 /include/linux | |
| parent | 7e0dd574cd6b1bcc818ed4251e5ceda7d8bee08f (diff) | |
| parent | 1c7d66732458dc187008e3f5b2f71e019e320fc2 (diff) | |
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Pull ftrace updates from Steve Rostedt.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ftrace_event.h | 6 | ||||
| -rw-r--r-- | include/linux/trace_clock.h | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index b80c8ddfbbd..a3d489531d8 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
| @@ -86,6 +86,12 @@ struct trace_iterator { | |||
| 86 | cpumask_var_t started; | 86 | cpumask_var_t started; |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
| 89 | enum trace_iter_flags { | ||
| 90 | TRACE_FILE_LAT_FMT = 1, | ||
| 91 | TRACE_FILE_ANNOTATE = 2, | ||
| 92 | TRACE_FILE_TIME_IN_NS = 4, | ||
| 93 | }; | ||
| 94 | |||
| 89 | 95 | ||
| 90 | struct trace_event; | 96 | struct trace_event; |
| 91 | 97 | ||
diff --git a/include/linux/trace_clock.h b/include/linux/trace_clock.h index 4eb490237d4..d563f37e1a1 100644 --- a/include/linux/trace_clock.h +++ b/include/linux/trace_clock.h | |||
| @@ -12,6 +12,8 @@ | |||
| 12 | #include <linux/compiler.h> | 12 | #include <linux/compiler.h> |
| 13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
| 14 | 14 | ||
| 15 | #include <asm/trace_clock.h> | ||
| 16 | |||
| 15 | extern u64 notrace trace_clock_local(void); | 17 | extern u64 notrace trace_clock_local(void); |
| 16 | extern u64 notrace trace_clock(void); | 18 | extern u64 notrace trace_clock(void); |
| 17 | extern u64 notrace trace_clock_global(void); | 19 | extern u64 notrace trace_clock_global(void); |
