aboutsummaryrefslogtreecommitdiff
path: root/perf/perf_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'perf/perf_bundle.h')
-rw-r--r--perf/perf_bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/perf_bundle.h b/perf/perf_bundle.h
index 471f406..5ac8c2c 100644
--- a/perf/perf_bundle.h
+++ b/perf/perf_bundle.h
@@ -25,7 +25,7 @@ public:
void process(void);
- virtual void handle_trace_point(int type, void *trace, int cpu = 0, uint64_t time = 0);
+ virtual void handle_trace_point(int type, void *trace, int cpu = 0, uint64_t time = 0, unsigned char flags = 0);
};