coresight-etm3x: Change the name of the ctxid_val to ctxid_pid
[deliverable/linux.git] / drivers / hwtracing / coresight / coresight-etm.h
index 098ffbec0a44229c976f2cbfb86377c4a15245ea..52af5f0adbed2ca8bae5ae063d2d072c45f9c6d0 100644 (file)
  * @seq_13_event: event causing the transition from 1 to 3.
  * @seq_curr_state: current value of the sequencer register.
  * @ctxid_idx: index for the context ID registers.
- * @ctxid_val: value for the context ID to trigger on.
+ * @ctxid_pid: value for the context ID to trigger on.
  * @ctxid_mask: mask applicable to all the context IDs.
  * @sync_freq: Synchronisation frequency.
  * @timestamp_event: Defines an event that requests the insertion
@@ -235,7 +235,7 @@ struct etm_drvdata {
        u32                             seq_13_event;
        u32                             seq_curr_state;
        u8                              ctxid_idx;
-       u32                             ctxid_val[ETM_MAX_CTXID_CMP];
+       u32                             ctxid_pid[ETM_MAX_CTXID_CMP];
        u32                             ctxid_mask;
        u32                             sync_freq;
        u32                             timestamp_event;
This page took 0.029396 seconds and 5 git commands to generate.