Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375647
b: refs/heads/master
c: b62fdd9
h: refs/heads/master
i:
  375645: 4b99727
  375643: a6f3ffe
  375639: 6bfcf73
  375631: 0ab3a20
  375615: d4ddef8
v: v3
  • Loading branch information
Masami Hiramatsu authored and Steven Rostedt committed May 15, 2013
1 parent ca41903 commit 61a384e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3d1fc7b0880c4db612a3d3211a808659e28af588
refs/heads/master: b62fdd97fcae17e483b005bafd13fadbd9840672
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_kprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ kretprobe_trace_func(struct trace_probe *tp, struct kretprobe_instance *ri,
}

/* Event entry printers */
enum print_line_t
static enum print_line_t
print_kprobe_event(struct trace_iterator *iter, int flags,
struct trace_event *event)
{
Expand Down Expand Up @@ -998,7 +998,7 @@ print_kprobe_event(struct trace_iterator *iter, int flags,
return TRACE_TYPE_PARTIAL_LINE;
}

enum print_line_t
static enum print_line_t
print_kretprobe_event(struct trace_iterator *iter, int flags,
struct trace_event *event)
{
Expand Down

0 comments on commit 61a384e

Please sign in to comment.