Searched refs:end_timestamp (Results 1 – 3 of 3) sorted by relevance
560 int BPF_PROG(end_timestamp) in BPF_PROG() argument
1760 u32 end_timestamp; in ath12k_dp_mon_tx_parse_status_tlv() local1771 end_timestamp = in ath12k_dp_mon_tx_parse_status_tlv()1774 end_timestamp |= in ath12k_dp_mon_tx_parse_status_tlv()1777 tx_ppdu_info->rx_status.rx_duration = end_timestamp - start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv()
194 int prog_fd = bpf_program__fd(skel->progs.end_timestamp); in mark_end_timestamp()