Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320446
b: refs/heads/master
c: 78b961f
h: refs/heads/master
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Jul 25, 2012
1 parent a168e86 commit 3637547
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c80c3c269011c67b8dabef5238af44a6d94e4d0e
refs/heads/master: 78b961ff8e67207adb15959526cdea4cc50ae1ed
6 changes: 6 additions & 0 deletions trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,12 @@ static void print_event_desc(struct perf_header *ph, int fd, FILE *fp)
attr.exclude_user,
attr.exclude_kernel);

fprintf(fp, ", excl_host = %d, excl_guest = %d",
attr.exclude_host,
attr.exclude_guest);

fprintf(fp, ", precise_ip = %d", attr.precise_ip);

if (nr)
fprintf(fp, ", id = {");

Expand Down

0 comments on commit 3637547

Please sign in to comment.