kconfig: Fix INT_LATENCY_BENCHMARK description
Fixes the routine names referenced in the INT_LATENCY_BENCHMARK kconfig option description. Change-Id: I74c67a8f54cfc3b0ce75fc390d7ab6bd39561d6f Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
4146b346b4
commit
58acef1162
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ config INT_LATENCY_BENCHMARK
|
||||||
help
|
help
|
||||||
This option enables the tracking of interrupt latency metrics;
|
This option enables the tracking of interrupt latency metrics;
|
||||||
the exact set of metrics being tracked is platform-dependent.
|
the exact set of metrics being tracked is platform-dependent.
|
||||||
Tracking begins when intLatencyInit() is invoked by an application.
|
Tracking begins when int_latency_init() is invoked by an application.
|
||||||
The metrics are displayed (and a new sampling interval is started)
|
The metrics are displayed (and a new sampling interval is started)
|
||||||
each time intLatencyShow() is called thereafter.
|
each time int_latency_show() is called thereafter.
|
||||||
|
|
||||||
config MAIN_STACK_SIZE
|
config MAIN_STACK_SIZE
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue