Re: [PATCH 2/2] perf evlist: Be more specific on -F/--freq

2015-08-09 Thread Jiri Olsa
On Sun, Aug 09, 2015 at 03:45:24PM +0900, Namhyung Kim wrote: > Currently perf evlist -F shows the number as if it's always sampling > frequency. But we now support per-event freq/period settings. So it'd > better to show more detailed info whether it's freq or period. > > $ perf record -e 'cp

[PATCH 2/2] perf evlist: Be more specific on -F/--freq

2015-08-08 Thread Namhyung Kim
Currently perf evlist -F shows the number as if it's always sampling frequency. But we now support per-event freq/period settings. So it'd better to show more detailed info whether it's freq or period. $ perf record -e 'cpu/config=1/,cpu/config=2,period=30/' sleep 1 [ perf record: Woken