diff options
| author | 2014-01-08 20:02:31 -0800 | |
|---|---|---|
| committer | 2014-01-08 20:02:31 -0800 | |
| commit | dde86f41f4cb13015288abcff4706993c007f65d (patch) | |
| tree | 2e981cfa9eca8bddd5dcef63957f677ad2f7b15b /include/uapi/linux | |
| parent | Documentation: HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm) in ko_KR (diff) | |
| parent | Linux 3.13-rc6 (diff) | |
| download | linux-dev-dde86f41f4cb13015288abcff4706993c007f65d.tar.xz linux-dev-dde86f41f4cb13015288abcff4706993c007f65d.zip | |
Merge v3.13-rc6 into char-misc-next
We want these fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h index e1802d6153ae..959d454f76a1 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h @@ -679,6 +679,7 @@ enum perf_event_type { * * { u64 weight; } && PERF_SAMPLE_WEIGHT * { u64 data_src; } && PERF_SAMPLE_DATA_SRC + * { u64 transaction; } && PERF_SAMPLE_TRANSACTION * }; */ PERF_RECORD_SAMPLE = 9, |
