]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/perf/util/data-convert.h
Merge tag 'drm-misc-fixes-2017-07-27' of git://anongit.freedesktop.org/git/drm-misc...
[mirror_ubuntu-bionic-kernel.git] / tools / perf / util / data-convert.h
1 #ifndef __DATA_CONVERT_H
2 #define __DATA_CONVERT_H
3
4 struct perf_data_convert_opts {
5 bool force;
6 bool all;
7 };
8
9 #endif /* __DATA_CONVERT_H */