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+)"