Hi Robert, On 2026-04-29T17:35:30+0000, Schneider, Robert wrote: > Fixes .TP list for PERF_SAMPLE_BRANCH_CALL_STACK. > > Signed-off-by: Robert Schneider Would you mind adding a 'Fixes:' tag? See and . Have a lovely night! Alex > --- > man/man2/perf_event_open.2 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/man/man2/perf_event_open.2 b/man/man2/perf_event_open.2 > index df0a199e..ae588451 100644 > --- a/man/man2/perf_event_open.2 > +++ b/man/man2/perf_event_open.2 > @@ -1547,6 +1547,7 @@ .SS Arguments > .BR PERF_SAMPLE_BRANCH_NO_TX " (since Linux 3.11)" > .\" commit 135c5612c460f89657c4698fe2ea753f6f667963 > Branch not in transactional memory transaction. > +.TP > .BR PERF_SAMPLE_BRANCH_CALL_STACK " (since Linux 4.1)" > .\" commit 2c44b1936bb3b135a3fac8b3493394d42e51cf70 > Branch is part of a hardware-generated call stack. > > Range-diff against v0: > -: -------- > 1: d597dc98 man/man2/perf_event_open.2: ffix > -- > 2.51.0 --