Messages in this thread |  | | Subject | Re: [PATCH v2 5/5] perf tools: Refactor the code to strip command name with {l,r}trim() | From | Taeung Song <> | Date | Sun, 9 Apr 2017 14:36:56 +0900 |
| |
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 <dsahern@gmail.com> >> Cc: Don Zickus <dzickus@redhat.com> >> Cc: Jiri Olsa <jolsa@kernel.org> >> Cc: Namhyung Kim <namhyung@kernel.org> >> Signed-off-by: Taeung Song <treeze.taeung@gmail.com> >> --- >> tools/perf/util/event.c | 11 ++--------- >> 1 file changed, 2 insertions(+), 9 deletions(-) >> > > Acked-by: David Ahern <dsahern@gmail.com> >
Thank you!
- Taeung
|  |