Re: [PATCH] trace-cmd report: Fix hash.key in option -w

2017-08-25 Thread Steven Rostedt
On Fri, 25 Aug 2017 13:47:49 +0800 "Ziqian SUN (Zamir)" wrote: > From: "Ziqian SUN (Zamir)" > > In add_wakeup function the hash list is created with hash.key = value. > This makes add_sched function will never find a match with the key which > results in trace-cmd report will never show the ave

[PATCH] trace-cmd report: Fix hash.key in option -w

2017-08-24 Thread Ziqian SUN (Zamir)
From: "Ziqian SUN (Zamir)" In add_wakeup function the hash list is created with hash.key = value. This makes add_sched function will never find a match with the key which results in trace-cmd report will never show the average latency with the following command: trace-cmd report -w -F 'sched_swit