/* 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 */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Wang Nan | 20 | 95.24% | 2 | 66.67% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 33.33% |
Total | 21 | 100.00% | 3 | 100.00% |