Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / tools / perf / util / data-convert.h
CommitLineData
3275f68e
WN
1#ifndef __DATA_CONVERT_H
2#define __DATA_CONVERT_H
3
4struct perf_data_convert_opts {
5 bool force;
f02a6489 6 bool all;
3275f68e
WN
7};
8
9#endif /* __DATA_CONVERT_H */