Browse Source

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

Change-Id: I2b88bdd8e3f3f003fb99e21102d0eddeb5fd2ced
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
3171c45682
1 changed files with 8 additions and 0 deletions
  1. 8 0
      fw/htt_stats.h

+ 8 - 0
fw/htt_stats.h

@@ -7600,6 +7600,14 @@ typedef struct {
      * bin2 contains the number of sampling windows that had > 4 interrupts
      * bin2 contains the number of sampling windows that had > 4 interrupts
      */
      */
     A_UINT32 interrupts_hist[HTT_INTERRUPTS_LATENCY_PROFILE_MAX_HIST];
     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;
 } htt_stats_latency_prof_stats_tlv;
 /* preserve old name alias for new name consistent with the tag name */
 /* preserve old name alias for new name consistent with the tag name */
 typedef htt_stats_latency_prof_stats_tlv htt_latency_prof_stats_tlv;
 typedef htt_stats_latency_prof_stats_tlv htt_latency_prof_stats_tlv;