summaryrefslogtreecommitdiff
path: root/simpleperf/record_file_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/record_file_format.h')
-rw-r--r--simpleperf/record_file_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simpleperf/record_file_format.h b/simpleperf/record_file_format.h
index 4606abcc..0394d97f 100644
--- a/simpleperf/record_file_format.h
+++ b/simpleperf/record_file_format.h
@@ -67,6 +67,7 @@ meta_info feature section:
*/
+namespace simpleperf {
namespace PerfFileFormat {
enum {
@@ -124,5 +125,6 @@ struct FileAttr {
};
} // namespace PerfFileFormat
+} // namespace simpleperf
#endif // SIMPLE_PERF_RECORD_FILE_FORMAT_H_