https://github.com/torvalds/linux
Raw File
Tip revision: 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 authored by Linus Torvalds on 11 December 2017, 01:56:26 UTC
Linux 4.15-rc3
Tip revision: 50c4c4e
data-convert.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DATA_CONVERT_H
#define __DATA_CONVERT_H

struct perf_data_convert_opts {
	bool force;
	bool all;
};

#endif /* __DATA_CONVERT_H */
back to top