logger: removes TASK_MONITOR_CAPACITY symbol
Task monitor is being tracked as a profiler point of the kernel event logger. Now, the capacity to register task monitor events is dictated by KERNEL_EVENT_LOGGER_BUFFER_SIZE symbol. Change-Id: Ia4fe04c7d46fe41524c53447ad51af2e03ea5a15 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
a641710aea
commit
d481b3ff4c
1 changed files with 0 additions and 9 deletions
|
@ -154,15 +154,6 @@ config TASK_MONITOR
|
|||
activities. These can include: task switches, task state changes,
|
||||
kernel service requests, and the signalling of events.
|
||||
|
||||
config TASK_MONITOR_CAPACITY
|
||||
int
|
||||
prompt "Trace buffer capacity (# of entries)"
|
||||
default 300
|
||||
depends on TASK_MONITOR
|
||||
help
|
||||
This option specifies the number of entries in the task monitor's
|
||||
trace buffer. Each entry requires 12 bytes.
|
||||
|
||||
config TASK_MONITOR_MASK
|
||||
int
|
||||
prompt "Trace buffer mask"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue