blob: 452f4119c98a344501d25bdb8f1bf58853a709ce [file] [log] [blame]
Suren Baghdasaryan08bfa982018-07-26 16:34:27 -07001# The entries in this file map a sparse set of log tag numbers to tag names.
2# This is installed on the device, in /system/etc, and parsed by logcat.
3#
4# Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
5# negative values alone for now.)
6#
7# Tag names are one or more ASCII letters and numbers or underscores, i.e.
8# "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
9# impacts log readability, the latter makes regex searches more annoying).
10#
11# Tag numbers and names are separated by whitespace. Blank lines and lines
12# starting with '#' are ignored.
13#
14# Optionally, after the tag names can be put a description for the value(s)
15# of the tag. Description are in the format
16# (<name>|data type[|data unit])
17# Multiple values are separated by commas.
18#
19# The data type is a number from the following values:
Suren Baghdasaryan12cacae2019-09-16 12:06:30 -070020# 1: int32_t
21# 2: int64_t
Suren Baghdasaryan08bfa982018-07-26 16:34:27 -070022# 3: string
23# 4: list
24#
25# The data unit is a number taken from the following list:
26# 1: Number of objects
27# 2: Number of bytes
28# 3: Number of milliseconds
29# 4: Number of allocations
30# 5: Id
31# 6: Percent
32# s: Number of seconds (monotonic time)
33# Default value for data of type int/long is 2 (bytes).
34#
35# TODO: generate ".java" and ".h" files with integer constants from this file.
36
Suren Baghdasaryan12cacae2019-09-16 12:06:30 -070037# for killinfo logs
Charan Teja Reddy66dc9f92021-02-26 19:13:04 +05303810195355 killinfo (Pid|1|5),(Uid|1|5),(OomAdj|1),(MinOomAdj|1),(TaskSize|1),(enum kill_reasons|1|5),(MemFree|1),(Cached|1),(SwapCached|1),(Buffers|1),(Shmem|1),(Unevictable|1),(SwapTotal|1),(SwapFree|1),(ActiveAnon|1),(InactiveAnon|1),(ActiveFile|1),(InactiveFile|1),(SReclaimable|1),(SUnreclaim|1),(KernelStack|1),(PageTables|1),(IonHeap|1),(IonHeapPool|1),(CmaFree|1)