Skip to content

Commit

Permalink
hw-breakpoints: Add two reserved fields for future extensions
Browse files Browse the repository at this point in the history
Add two reserved fields for future extensions in the hardware
breakpoints interface. Further needs may arise.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "K. Prasad" <prasad@linux.vnet.ibm.com>
  • Loading branch information
Frederic Weisbecker committed Dec 6, 2009
1 parent d103d01 commit ed54d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/perf_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ struct perf_event_attr {
__u64 bp_addr;
__u32 bp_type;
__u32 bp_len;
__u64 __bp_reserved_1;
__u64 __bp_reserved_2;
};
};

Expand Down

0 comments on commit ed54d0f

Please sign in to comment.