diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2020-04-01 12:16:03 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-04-16 17:19:15 +0200 |
commit | 113fcb46cfd557c549ab6bd9a1d43fda2c3a488c (patch) | |
tree | 9e943361c14cf96dfec721ca23800b0b1d42cc31 /tools/perf/util/s390-cpumcf-kernel.h | |
parent | perf cs-etm: Implement ->evsel_is_auxtrace() callback (diff) | |
download | linux-113fcb46cfd557c549ab6bd9a1d43fda2c3a488c.tar.xz linux-113fcb46cfd557c549ab6bd9a1d43fda2c3a488c.zip |
perf s390-cpumsf: Implement ->evsel_is_auxtrace() callback
Implement ->evsel_is_auxtrace() callback.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Thomas Richter <tmricht@linux.ibm.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20200401101613.6201-7-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/s390-cpumcf-kernel.h')
-rw-r--r-- | tools/perf/util/s390-cpumcf-kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/s390-cpumcf-kernel.h b/tools/perf/util/s390-cpumcf-kernel.h index d4356030b504..f55ca07f3ca1 100644 --- a/tools/perf/util/s390-cpumcf-kernel.h +++ b/tools/perf/util/s390-cpumcf-kernel.h @@ -11,6 +11,7 @@ #define S390_CPUMCF_DIAG_DEF 0xfeef /* Counter diagnostic entry ID */ #define PERF_EVENT_CPUM_CF_DIAG 0xBC000 /* Event: Counter sets */ +#define PERF_EVENT_CPUM_SF_DIAG 0xBD000 /* Event: Combined-sampling */ struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */ unsigned int def:16; /* 0-15 Data Entry Format */ |