Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80094
b: refs/heads/master
c: c633459
h: refs/heads/master
v: v3
  • Loading branch information
Markus Metzger authored and Ingo Molnar committed Jan 30, 2008
1 parent d507922 commit 21735f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cba4b65d359268c40679ca75ac92c0b93cecf6de
refs/heads/master: c6334593c61c71ab2e666c015eef13995736f49a
4 changes: 3 additions & 1 deletion trunk/include/asm-x86/ptrace-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ struct ptrace_bts_config {
unsigned int size;
/* bitmask of below flags */
unsigned int flags;
/* buffer overflow signal */
unsigned int signal;
};

#define PTRACE_BTS_O_TRACE 0x1 /* branch trace */
#define PTRACE_BTS_O_SCHED 0x2 /* scheduling events w/ jiffies */
#define PTRACE_BTS_O_SIGNAL 0x4 /* send SIG? on buffer overflow
#define PTRACE_BTS_O_SIGNAL 0x4 /* send SIG<signal> on buffer overflow
instead of wrapping around */
#define PTRACE_BTS_O_CUT_SIZE 0x8 /* cut requested size to max available
instead of failing */
Expand Down

0 comments on commit 21735f9

Please sign in to comment.