diff options
| author | Jiri Olsa <[email protected]> | 2017-07-03 16:50:28 +0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-07-18 23:14:21 -0300 |
| commit | b78e92e6071d5131f5ba6b25437d82c0fcef09de (patch) | |
| tree | 534b9d3348eb32faf3aa3356fdc9473b6fe6318c | |
| parent | 042049404f7a149446d5c839a088fb928b11ce7a (diff) | |
perf tests attr: Fix stat sample_type setup
>From following commit:
commit 4979d0c7d0c7 ("perf stat record: Add record command")
we started to assign PERF_SAMPLE_IDENTIFIER to sample_type.
Fixing the attr stat tests accordingly.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Richter <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
| -rw-r--r-- | tools/perf/tests/attr/base-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/attr/base-stat b/tools/perf/tests/attr/base-stat index ff9b33d4ae9e..4d0c2e42b64e 100644 --- a/tools/perf/tests/attr/base-stat +++ b/tools/perf/tests/attr/base-stat @@ -8,7 +8,7 @@ type=0 size=112 config=0 sample_period=0 -sample_type=0 +sample_type=65536 read_format=3 disabled=1 inherit=1 |