blob: 5941a31eac8020bb26d92ac289e8e25be5311fc1 [file] [log] [blame]
Than McIntosh7e2f4e92015-03-05 11:05:02 -05001#ifndef WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
2#define WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
3
Andreas Gampef9a35612018-01-04 14:22:50 -08004#include <string>
5
Andreas Gampef9a35612018-01-04 14:22:50 -08006namespace perfprofd {
7struct Symbolizer;
Andreas Gampe577e6462018-01-10 20:02:20 -08008} // namespace perfprofd
9
10namespace wireless_android_play_playlog {
11class AndroidPerfProfile;
12} // namespace wireless_android_play_playlog
Than McIntosh7e2f4e92015-03-05 11:05:02 -050013
14namespace wireless_android_logging_awp {
15
Andreas Gampe577e6462018-01-10 20:02:20 -080016wireless_android_play_playlog::AndroidPerfProfile*
Andreas Gampef9a35612018-01-04 14:22:50 -080017RawPerfDataToAndroidPerfProfile(const std::string &perf_file,
18 ::perfprofd::Symbolizer* symbolizer);
Than McIntosh7e2f4e92015-03-05 11:05:02 -050019
20} // namespace wireless_android_logging_awp
21
22#endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_