Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169813
b: refs/heads/master
c: 3d9b2e1
h: refs/heads/master
i:
  169811: 93d7a34
v: v3
  • Loading branch information
Lai Jiangshan authored and Ingo Molnar committed Nov 27, 2009
1 parent 301a560 commit d9d9e47
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: abab9d37d2a826fcf588c5f30152dbe05c40111c
refs/heads/master: 3d9b2e1ddf42dd3df38af7794fa5e39cce760f3b
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_kprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ static int probes_seq_show(struct seq_file *m, void *v)
char buf[MAX_ARGSTR_LEN + 1];

seq_printf(m, "%c", probe_is_return(tp) ? 'r' : 'p');
seq_printf(m, ":%s", tp->call.name);
seq_printf(m, ":%s/%s", tp->call.system, tp->call.name);

if (tp->symbol)
seq_printf(m, " %s+%u", probe_symbol(tp), tp->rp.kp.offset);
Expand Down

0 comments on commit d9d9e47

Please sign in to comment.