diff options
author | Ingo Molnar <mingo@elte.hu> | 2012-03-05 09:05:44 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-03-05 09:05:44 +0100 |
commit | b7c924274c456499264d1cfa3d44063bb11eb5db (patch) | |
tree | 4494b12fe85f4a4f088a82588d23b2e19e6500ad /tools/perf/perf.h | |
parent | 1018faa6cf23b256bf25919ef203cd7c129f06f2 (diff) | |
parent | bc76efe64533305b55d1f0834fd03414da8a12b2 (diff) | |
download | linux-b7c924274c456499264d1cfa3d44063bb11eb5db.tar.gz linux-b7c924274c456499264d1cfa3d44063bb11eb5db.tar.bz2 linux-b7c924274c456499264d1cfa3d44063bb11eb5db.zip |
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Cherry picked fixes from perf/core, together with the kernel fix (1018faa),
the sampling tools (top, record) are back working on AMD systems.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r-- | tools/perf/perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 64f8bee31ced..16e7d20eee83 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -199,6 +199,7 @@ struct perf_record_opts { bool sample_address; bool sample_time; bool sample_id_all_avail; + bool exclude_guest_missing; bool system_wide; bool period; unsigned int freq; |