]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - tools/perf/util/callchain.h
Merge branch 'linus' into perf/core
[net-next-2.6.git] / tools / perf / util / callchain.h
index f2e9ee164bd8ce7bcf2bb7c7af5901e6c78ebcc3..624a96c636fdbc36a472ecaadf5fcb72c226bf38 100644 (file)
@@ -63,5 +63,5 @@ int register_callchain_param(struct callchain_param *param);
 int append_chain(struct callchain_node *root, struct ip_callchain *chain,
                 struct map_symbol *syms, u64 period);
 
-bool ip_callchain__valid(struct ip_callchain *chain, event_t *event);
+bool ip_callchain__valid(struct ip_callchain *chain, const event_t *event);
 #endif /* __PERF_CALLCHAIN_H */