Re: [PATCH v7] perf diff: Report noisy for cycles diff

2019-09-20 Thread Jin, Yao
Hi, Can this patch be accepted? Thanks Jin Yao On 9/3/2019 10:03 AM, Jin Yao wrote: This patch prints the stddev and hist for the cycles diff of program block. It can help us to understand if the cycles is noisy or not. This patch is inspired by Andi Kleen's patch https://lwn.net/Articles/600

[PATCH v7] perf diff: Report noisy for cycles diff

2019-09-02 Thread Jin Yao
This patch prints the stddev and hist for the cycles diff of program block. It can help us to understand if the cycles is noisy or not. This patch is inspired by Andi Kleen's patch https://lwn.net/Articles/600471/ We create new option '--cycles-hist'. Example: perf record -b ./div perf record -