diff --git a/[refs] b/[refs] index 5882554a17b7..accf375d2fd0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c80c3c269011c67b8dabef5238af44a6d94e4d0e +refs/heads/master: 78b961ff8e67207adb15959526cdea4cc50ae1ed diff --git a/trunk/tools/perf/util/header.c b/trunk/tools/perf/util/header.c index 5a47aba46759..3a6d20443330 100644 --- a/trunk/tools/perf/util/header.c +++ b/trunk/tools/perf/util/header.c @@ -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 = {");