commit | 5d3679612fa6398ba5231f659438cfd72cd55adc | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed May 25 13:36:15 2022 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed May 25 14:30:25 2022 -0700 |
tree | af1134532b3e6df15c529a58ac42bde516612446 | |
parent | 98edc0c14e9b8b09b60ec8a2e08a6ca7aba73306 [diff] [blame] |
Update to v5.18 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.18 Test: Builds. Test: All bionic unit tests pass on a coral device. Change-Id: I5700813eec0fb0db55bee4d75b129400b7a239bd
diff --git a/libc/kernel/uapi/linux/perf_event.h b/libc/kernel/uapi/linux/perf_event.h index b022586..bcc4e97 100644 --- a/libc/kernel/uapi/linux/perf_event.h +++ b/libc/kernel/uapi/linux/perf_event.h
@@ -165,6 +165,8 @@ PERF_BR_SYSRET = 8, PERF_BR_COND_CALL = 9, PERF_BR_COND_RET = 10, + PERF_BR_ERET = 11, + PERF_BR_IRQ = 12, PERF_BR_MAX, }; #define PERF_SAMPLE_BRANCH_PLM_ALL (PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_HV)