Skip to content

Commit ae62977

Browse files
committed
tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources
To pick up the changes in: c53e14f perf: Extend per event callchain limit to branch stack Addressing this perf tools build warning: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/perf_event.h include/uapi/linux/perf_event.h Please see tools/include/uapi/README for further details. Acked-by: Ingo Molnar <[email protected]> Tested-by: Venkat Rao Bagalkote <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 9dbe666 commit ae62977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/include/uapi/linux/perf_event.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ enum perf_event_read_format {
385385
*
386386
* @sample_max_stack: Max number of frame pointers in a callchain,
387387
* should be < /proc/sys/kernel/perf_event_max_stack
388+
* Max number of entries of branch stack
389+
* should be < hardware limit
388390
*/
389391
struct perf_event_attr {
390392

0 commit comments

Comments
 (0)