Lines Matching full:show
17 Show individual samples with: perf script
18 Limit to show entries above 5% only: perf report --percent-limit 5
20 To show assembler sample context control flow use perf record -b / perf report --samples 10 and the…
23 Show estimate cycles per function and IPC in annotate use perf record -b ... ; perf report --total-…
32 To show inline functions in call traces add --inline to perf report
36 To show information about system the samples were collected on use perf report --header
37 …e event use perf record -e cpu/cpu-cycles,callgraph=1/,branches ; perf report --show-ref-call-graph
47 Show current config key-value pairs: perf config --list
52 Show user configuration overrides: perf config --user --list
60 To show IPC for sampling periods use perf record -e '{cycles,instructions}:S' and then browse conte…
61 To show context switches in perf report sample context add --switch-events to perf record.
62 To show time in nanoseconds in record/report add --ns