blob: feab5f114e37e731870aca378dfdb4edec5ce0fb [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Wang Nan3275f682016-06-24 11:22:07 +00002#ifndef __DATA_CONVERT_H
3#define __DATA_CONVERT_H
4
5struct perf_data_convert_opts {
6 bool force;
Wang Nanf02a6482016-06-24 11:22:08 +00007 bool all;
Jiri Olsa88371c52020-08-05 11:34:42 +02008 bool tod;
Wang Nan3275f682016-06-24 11:22:07 +00009};
10
11#endif /* __DATA_CONVERT_H */