]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/perf/util/data-convert.h
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
[mirror_ubuntu-artful-kernel.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 */