Home
last modified time | relevance | path

Searched refs:event_buf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dintel-pt.c123 union perf_event *event_buf; member
696 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE); in intel_pt_alloc_queue()
697 if (!ptq->event_buf) in intel_pt_alloc_queue()
752 zfree(&ptq->event_buf); in intel_pt_alloc_queue()
768 zfree(&ptq->event_buf); in intel_pt_free_queue()
965 union perf_event *event = ptq->event_buf; in intel_pt_synth_branch_sample()
1028 union perf_event *event = ptq->event_buf; in intel_pt_synth_instruction_sample()
1085 union perf_event *event = ptq->event_buf; in intel_pt_synth_transaction_sample()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dmsgbuf.c987 brcmf_msgbuf_rxbuf_ctrl_post(struct brcmf_msgbuf *msgbuf, bool event_buf, in brcmf_msgbuf_rxbuf_ctrl_post() argument
1033 if (event_buf) in brcmf_msgbuf_rxbuf_ctrl_post()