mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
perf/x86/intel/pt: Drop kernel-doc for deleted struct members
@lost and @topa_index are no longer part of struct pt_buffer so delete their comment lines. Warning: ../arch/x86/events/intel/pt.h:86 Excess struct member 'lost' description in 'pt_buffer' Warning: ../arch/x86/events/intel/pt.h:86 Excess struct member 'topa_index' description in 'pt_buffer' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://patch.msgid.link/20260730233429.285788-2-rdunlap@infradead.org
This commit is contained in:
parent
f70494ac4c
commit
cfd364903a
|
|
@ -58,7 +58,6 @@ struct pt_pmu {
|
|||
* @cur_idx: current output region's index within @cur table
|
||||
* @output_off: offset within the current output region
|
||||
* @data_size: running total of the amount of data in this buffer
|
||||
* @lost: if data was lost/truncated
|
||||
* @head: logical write offset inside the buffer
|
||||
* @snapshot: if this is for a snapshot/overwrite counter
|
||||
* @single: use Single Range Output instead of ToPA
|
||||
|
|
@ -68,7 +67,6 @@ struct pt_pmu {
|
|||
* @stop_te: STOP topa entry pointer
|
||||
* @intr_te: INT topa entry pointer
|
||||
* @data_pages: array of pages from perf
|
||||
* @topa_index: table of topa entries indexed by page offset
|
||||
*/
|
||||
struct pt_buffer {
|
||||
struct list_head tables;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user