summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
authorIngo Molnar2010-05-20 14:38:55 +0200
committerIngo Molnar2010-05-20 14:38:55 +0200
commitdfacc4d6c98b89609250269f518c1f54c30454ef (patch)
treee7effbee7bdc85d18f7b26ab9cb5c9f700d1481a /include/linux/ftrace_event.h
parentperf session: Make read_build_id routines look at the host_machine too (diff)
parentperf: Fix unaligned accesses while fetching trace values (diff)
downloadkernel-qcow2-linux-dfacc4d6c98b89609250269f518c1f54c30454ef.tar.gz
kernel-qcow2-linux-dfacc4d6c98b89609250269f518c1f54c30454ef.tar.xz
kernel-qcow2-linux-dfacc4d6c98b89609250269f518c1f54c30454ef.zip
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index c8091001b943..a9775dd7f7fe 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -58,6 +58,7 @@ struct trace_iterator {
/* The below is zeroed out in pipe_read */
struct trace_seq seq;
struct trace_entry *ent;
+ unsigned long lost_events;
int leftover;
int cpu;
u64 ts;