Skip to content

Commit 3126204

Browse files
Kan Liangacmel
authored andcommitted
perf docs: Update the documentation for the save_type filter
Update the documentation to reflect the kernel changes. Signed-off-by: Kan Liang <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent d72e5cf commit 3126204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/perf/Documentation/perf-record.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ following filters are defined:
397397
- abort_tx: only when the target is a hardware transaction abort
398398
- cond: conditional branches
399399
- save_type: save branch type during sampling in case binary is not available later
400+
For the platforms with Intel Arch LBR support (12th-Gen+ client or
401+
4th-Gen Xeon+ server), the save branch type is unconditionally enabled
402+
when the taken branch stack sampling is enabled.
400403

401404
+
402405
The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.

0 commit comments

Comments
 (0)