diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 14:39:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 16:49:38 +0100 |
| commit | de746e82320ebed3f7b02820728fa6eb035bc313 (patch) | |
| tree | dc190197e7d1cf0be3f5f18b98181db502c6323f /sys/linux/perf.txt | |
| parent | 44e061b86c622251bca6adb5358800a3827930b3 (diff) | |
sys/linux: update TODO comments
Change TODO comments that refer to missing description
language features to NEED comments as that it's easier to grep for them.
Remove some outdated comments. Fix 2 easy fixable TODOs.
Diffstat (limited to 'sys/linux/perf.txt')
| -rw-r--r-- | sys/linux/perf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/perf.txt b/sys/linux/perf.txt index 2b94968bb..fd29a6f1d 100644 --- a/sys/linux/perf.txt +++ b/sys/linux/perf.txt @@ -43,7 +43,7 @@ _ = PERF_COUNT_SW_CPU_CLOCK, PERF_COUNT_SW_TASK_CLOCK, PERF_COUNT_SW_PAGE_FAULTS perf_event_attr { type flags[perf_event_type, int32] size len[parent, int32] -#TODO: config can contain lots of various flags depending on type. +# TODO: config can contain lots of various flags depending on type. # this is a hacky way to generate something reasonable. config0 int8 config1 int8 |
