blob: 3e095c6e69715c35b99987e6d4ca2109c19b2f90 [file] [log] [blame]
sample:
description: A simple application that demonstrate
use of kernel event logging feature.
name: Kernel event logger Sample
tests:
test:
tags: apps logging events
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "thread = (.*), is moved to = REDAY_Q ,at time = (\\d+)"
- "tid of context switched thread = (.*) at time = (\\d+)"
- "thread = (.*), is moved to = EXIT_STATE ,at time = (\\d+)"
- "thread = (.*), is moved to = PEND_STATE ,at time = (\\d+)"