Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140688
b: refs/heads/master
c: 97e5b19
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Feb 5, 2009
1 parent dd7129e commit 80262f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 268ccda0cb4d1292029d07ee3dbd07117baf6ecb
refs/heads/master: 97e5b191ae7dc0f4f5b82b9db29782928b103b4d
17 changes: 0 additions & 17 deletions trunk/kernel/trace/trace_branch.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,23 +143,6 @@ static void branch_trace_reset(struct trace_array *tr)
stop_branch_trace(tr);
}

static int
trace_print_print(struct trace_seq *s, struct trace_entry *entry, int flags)
{
struct print_entry *field;

trace_assign_type(field, entry);

if (seq_print_ip_sym(s, field->ip, flags))
goto partial;

if (trace_seq_printf(s, ": %s", field->buf))
goto partial;

partial:
return TRACE_TYPE_PARTIAL_LINE;
}

static enum print_line_t trace_branch_print(struct trace_iterator *iter,
int flags)
{
Expand Down

0 comments on commit 80262f4

Please sign in to comment.