Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3171c456 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

fw-api: CL 26515400 - update fw common interface files

Change-Id: I2b88bdd8e3f3f003fb99e21102d0eddeb5fd2ced
CRs-Fixed: 2262693
parent 70ced62a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7600,6 +7600,14 @@ typedef struct {
     * bin2 contains the number of sampling windows that had > 4 interrupts
     */
    A_UINT32 interrupts_hist[HTT_INTERRUPTS_LATENCY_PROFILE_MAX_HIST];
    /* min time in us for pcycles spent on q6 core on all HW threads */
    A_UINT32 min_pcycles_time;
    /* max time in us for pcycles spent on q6 core on all HW threads */
    A_UINT32 max_pcycles_time;
    /* total time in us for pcycles spent on q6 core on all HW threads */
    A_UINT32 tot_pcycles_time;
    /* avg time in us for pcycles spent on q6 core on all HW threads */
    A_UINT32 avg_pcycles_time;
} htt_stats_latency_prof_stats_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_latency_prof_stats_tlv htt_latency_prof_stats_tlv;