diff options
author | Namhyung Kim <namhyung@kernel.org> | 2022-09-09 00:41:04 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-09-13 16:03:23 +0300 |
commit | b4e12b2d70fd9eccdb3cef8015dc1788ca38e3fd (patch) | |
tree | fd8e1ebb7e623ae671c338ea59133285816b6596 /include/uapi/linux/perf_event.h | |
parent | 16817ad7e8b31728b44ff9f17d8d894ed8a450d0 (diff) | |
download | linux-b4e12b2d70fd9eccdb3cef8015dc1788ca38e3fd.tar.xz |
perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLY
There's no in-tree user anymore. Let's get rid of it.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220908214104.3851807-3-namhyung@kernel.org
Diffstat (limited to 'include/uapi/linux/perf_event.h')
-rw-r--r-- | include/uapi/linux/perf_event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h index dca16582885f..e639c74cf5fb 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h @@ -164,8 +164,6 @@ enum perf_event_sample_format { PERF_SAMPLE_WEIGHT_STRUCT = 1U << 24, PERF_SAMPLE_MAX = 1U << 25, /* non-ABI */ - - __PERF_SAMPLE_CALLCHAIN_EARLY = 1ULL << 63, /* non-ABI; internal use */ }; #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT) |