summaryrefslogtreecommitdiff
path: root/tools/perf/tests/attr/test-record-data
blob: 716e143b5291196480afee1a7fa14961a8d52a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
[config]
command = record
args    = -d kill >/dev/null 2>&1

[event:base-record]
sample_period=4000

# sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
# PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
sample_type=33039
mmap_data=1
>Linus Torvalds <torvalds@linux-foundation.org>2016-12-09 10:41:42 -0800 commit2b41226b39b654a5e20bce5a7332f307fdb9156b (patch) tree146d63b9ca2a34e1d592f4c38bde5d2c2e0e6aff /tools parenta37102dcd7ec71f6f6a00b1ad770c3bde3af3c18 (diff)
Revert "radix tree test suite: fix compilation"
This reverts commit 53855d10f4567a0577360b6448d52a863929775b. It shouldn't have come in yet - it depends on the changes in linux-next that will come in during the next merge window. As Matthew Wilcox says, the test suite is broken with the current state without the revert. Requested-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')