Re: [PATCH 05/18] perf tools: Fix typo on hist__entry_add_pair

2012-11-29 Thread Jiri Olsa
On Thu, Nov 29, 2012 at 03:38:33PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > Fix a misplaced underscore. In this case, 'hist_entry' is the name of > data structure and we usually put double underscores between data > structure and actual function name. > > Signed-off-by: Namhyung Kim

Re: [PATCH 05/18] perf tools: Fix typo on hist__entry_add_pair

2012-11-29 Thread Jiri Olsa
On Thu, Nov 29, 2012 at 03:38:33PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com Fix a misplaced underscore. In this case, 'hist_entry' is the name of data structure and we usually put double underscores between data structure and actual function name. Signed-off-by:

[PATCH 05/18] perf tools: Fix typo on hist__entry_add_pair

2012-11-28 Thread Namhyung Kim
From: Namhyung Kim Fix a misplaced underscore. In this case, 'hist_entry' is the name of data structure and we usually put double underscores between data structure and actual function name. Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 4 ++-- tools/perf/util/sort.h | 2 +- 2

[PATCH 05/18] perf tools: Fix typo on hist__entry_add_pair

2012-11-28 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Fix a misplaced underscore. In this case, 'hist_entry' is the name of data structure and we usually put double underscores between data structure and actual function name. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/util/hist.c | 4