Hi David,
On 04/09/2017 03:48 AM, David Ahern wrote:
On 4/7/17 8:52 PM, Taeung Song wrote:
After reading command name from /proc/<pid>/status,
use ltrim() and rtrim() to strip command name, not using
just while loop, isspace() and etc.
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Signed-off-by: Taeung Song <[email protected]>
---
tools/perf/util/event.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Acked-by: David Ahern <[email protected]>
Thank you!
- Taeung