summaryrefslogtreecommitdiff
path: root/simpleperf/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/record.h')
-rw-r--r--simpleperf/record.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/record.h b/simpleperf/record.h
index 22c988ad..4be46d9f 100644
--- a/simpleperf/record.h
+++ b/simpleperf/record.h
@@ -40,6 +40,7 @@ enum user_record_type {
SIMPLE_PERF_RECORD_TYPE_START = 32768,
SIMPLE_PERF_RECORD_KERNEL_SYMBOL,
+ // TODO: remove DsoRecord and SymbolRecord.
SIMPLE_PERF_RECORD_DSO,
SIMPLE_PERF_RECORD_SYMBOL,
SIMPLE_PERF_RECORD_SPLIT,