Re: [PATCH 1/4] perf tools: Add more usage tips

From: Andi Kleen
Date: Sat Jan 09 2016 - 22:39:09 EST


> +Show individual samples with: perf script
> +Limit to show entries above 5% only: perf report --percent-limit 5
> +Profiling branch (mis)predictions with: perf record -b / perf report
> +Treat branches as callchains: perf report --branch-history
> +To count events in every 1000 msec: perf stat -I 1000
> +Print event counts in CSV format with: perf stat -x

Should be -x,

-Andi