Home
last modified time | relevance | path

Searched refs:METRICS_CMD_REPORT_CRASH (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/sample/stats-test/
Dstats_test.cpp73 req.cmd = METRICS_CMD_REPORT_CRASH; in TEST_F()
108 req.cmd = METRICS_CMD_REPORT_CRASH; in TEST_F()
/trusty/user/base/interface/metrics/include/interface/metrics/
Dmetrics.h65 METRICS_CMD_REPORT_CRASH = (2 << METRICS_CMD_REQ_SHIFT), enumerator
/trusty/kernel/lib/metrics/
Dmetrics.c168 req.cmd = METRICS_CMD_REPORT_CRASH; in report_crash()
344 rc = recv_resp(ctx.chan, METRICS_CMD_REPORT_CRASH); in handle_chan()