Searched refs:tp_p (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/misc/coresight/ |
| D | nrf_etr.c | 237 uint32_t tp_p[] = {(uint32_t)desc.raw, (uint32_t)tp, packet->id}; in trace_point_process() local 240 1, (const uint8_t *)tp_p, NULL, 0, flags); in trace_point_process() 252 uint32_t tp_p[] = {(uint32_t)desc.raw, (uint32_t)tp, (uint32_t)evt_name}; in hw_event_process() local 255 1, (const uint8_t *)tp_p, NULL, 0, flags); in hw_event_process()
|