Searched refs:end_timestamp (Results 1 – 3 of 3) sorted by relevance
837 int BPF_PROG(end_timestamp) in BPF_PROG() argument
2654 u32 end_timestamp; in ath12k_dp_mon_tx_parse_status_tlv() local2665 end_timestamp = in ath12k_dp_mon_tx_parse_status_tlv()2668 end_timestamp |= in ath12k_dp_mon_tx_parse_status_tlv()2671 tx_ppdu_info->rx_status.rx_duration = end_timestamp - start_timestamp; in ath12k_dp_mon_tx_parse_status_tlv()
333 int prog_fd = bpf_program__fd(skel->progs.end_timestamp); in mark_end_timestamp()