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:
Peter Mitsis 2016-01-05 15:48:34 -05:00 committed by Anas Nashif
commit 58acef1162

View file

@ -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