Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312333
b: refs/heads/master
c: aaf05c7
h: refs/heads/master
i:
  312331: cf833d3
v: v3
  • Loading branch information
Steven Rostedt authored and Namhyung Kim committed Jul 4, 2012
1 parent e24fc14 commit 4e1ff50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0866a97eb7562409ba792f5e904841dd8e23c8b5
refs/heads/master: aaf05c725bed1c7a8c940d9215662c78bea05dfd
1 change: 1 addition & 0 deletions trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -3858,6 +3858,7 @@ static void pretty_print(struct trace_seq *s, void *data, int size, struct event
} else if (*(ptr+1) == 'M' || *(ptr+1) == 'm') {
print_mac_arg(s, *(ptr+1), data, size, event, arg);
ptr++;
arg = arg->next;
break;
}

Expand Down

0 comments on commit 4e1ff50

Please sign in to comment.