From 36375478164340b8e6fd9168a657293f4207b737 Mon Sep 17 00:00:00 2001 From: David Ahern Date: Fri, 20 Jul 2012 17:25:52 -0600 Subject: [PATCH] --- yaml --- r: 320446 b: refs/heads/master c: 78b961ff8e67207adb15959526cdea4cc50ae1ed h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/header.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 = {");