Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176155
b: refs/heads/master
c: 99ac64c
h: refs/heads/master
i:
  176153: a33d84e
  176151: 4f75654
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Dec 11, 2009
1 parent 0f9ceba commit ae78185
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cc835752ae3634acd2d487fdf5152f6075f45aef
refs/heads/master: 99ac64c826e62a07e5818cfde620be4d524f1edf
2 changes: 1 addition & 1 deletion trunk/include/linux/hw_breakpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ register_user_hw_breakpoint(struct perf_event_attr *attr,
struct task_struct *tsk) { return NULL; }
static inline int
modify_user_hw_breakpoint(struct perf_event *bp,
struct perf_event_attr *attr) { return NULL; }
struct perf_event_attr *attr) { return -ENOSYS; }
static inline struct perf_event *
register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr,
perf_overflow_handler_t triggered,
Expand Down

0 comments on commit ae78185

Please sign in to comment.