blob: 5941a31eac8020bb26d92ac289e8e25be5311fc1 [file] [log] [blame]
#ifndef WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#define WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#include <string>
namespace perfprofd {
struct Symbolizer;
} // namespace perfprofd
namespace wireless_android_play_playlog {
class AndroidPerfProfile;
} // namespace wireless_android_play_playlog
namespace wireless_android_logging_awp {
wireless_android_play_playlog::AndroidPerfProfile*
RawPerfDataToAndroidPerfProfile(const std::string &perf_file,
::perfprofd::Symbolizer* symbolizer);
} // namespace wireless_android_logging_awp
#endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_